Arduino Microcontroller Development
Board Tutorials.

Interfacing Mercury Tilt Switch with Arduino Uno

In this tutorial we will learn how to interface Tilt Sensor with Arduino Uno. As the name suggests, it is an electronic device used to detect the orientation or tilting of an object and provides digital output based on the orientation. It behaves like a normal ON - OFF switch that is controlled by tilting. Tilt sensor consists of a mercury ball and two contacts in a sealed enclosure, in which the mercury ball will short the leads based on...

Interfacing L298N Motor Driver with Arduino Uno

In this tutorial we will learn how to interface L298N motror driver with Arduino Uno. You might be thinking why we need L298N for controlling a motor. The answer is very simple, Arduino board or a microcontroller IO pins don't have enough current/voltage driving capability to drive a motor. For driving the motor in both directions (clockwise and anti-clockwise) we need to use an H-Bridge. Please read our article H-Bridge - DC Motor Driving for more...

Interfacing DHT11 Temperature and Humidity Sensor with Arduino Uno

In this tutorial we will learn about Interfacing DHT11 Temperature and Humidity sensor with Arduino Uno. The term DHT is an abbreviation of Digital Humidity and Temperature sensor. DHT11 consists of a resistive humidity sensor, NTC temperature sensor and an 8-bit microcontroller providing cost effectiveness, anti-interference ability, excellent quality and fast response.

Components Required

DHT11 SensorArduino Uno0.96 inch OLEDBread BoardJumper Wires

DHT11 Temperature and Humidity Sensor

DHT11 Temperature and Humidity Sensor Module - PIN Diagram

Specifications

Operating Voltage : 3V ~ 5.5VTemperature...

Interfacing HC-05 Bluetooth Module with Arduino Uno

In this tutorial, I will explain about Interfacing HC-05 Bluetooth Module with Arduino Uno. HC-05 uses bluetooth classic and can be configured in master or slave modes. It can be interfaced with a microcontroller using UART.

Components Required

Arduino UnoHC-05 Bluetooth ModuleLEDJumper WiresBread Board

Software Required

Arduino IDEAndroid App - Arduino Bluetooth Controller

HC-05 Bluetooth Module

HC-05 Bluetooth Module Operating Voltage : 4 V to 6V (have internal 3.3V regulator).Operating Current : 30mAIntegrated antenna...

>