In this illustration we will going to test and wire the rotary encoder. Rotary encoder can be counted in the positive direction and the reverse direction during the rotation of the output pulse frequency and the rotation is continuous. Compare
Wiring the 3 AXIS Digital Compass Magnetometer HMC5883L
In this illustration we will going to wire the HMC5883 III AXIS Magnetometer, this module is capable of sensing 3 directions. It’s communicate with the HMC5883L Chip onI2c interface with on-board logic level converter. The HMC588L is using 3.3 or
Bluetooth Home Automation with Arduino and Android
In this illustration we will going to wire the HC-04,HC-05 or HC-06 module using serial communication with our Arduino board and 4 channel relay, we will going to control the relay on the Android smart phone or tablet via Bluetooth
Gas Detection MQ-2 Sensor with Arduino
In this illustration we will wire the GAS SENSOR MQ2 Module, these device is very useful for GAS leakage detection in home or industry it can detect H2, LPG, CH4, CO, Alcohol or Propane. This device is very sensitive and
Wiring ESP8266 WiFi Transceiver on Arduino with Relay
In this illustration we will going to wire the ESP8266 Module on Arduino but before we can proceed we need to setup the ESP8266 module using AT-COMMAND please refer to this link. As you can see the illustration below our
Wiring the Heartbeat Measuring Sensor on Arduino
In this illustration we will going to wire the heart beat measuring module. This module compose of two devices, the IR LED and the Photo Transistor to detect the pulse of the finger, when the module detect a Heartbeat it
Wiring the Infrared Emission Sensor Module on Arduino
In this illustration we will going to wire the Infrared Transmitter. The infrared transmitter are now common in our house, offices, even in our cars and other places, etc., It is based on wireless sensing, but also can be more
Wiring the Infrared Receiver for Universal Remote Control
In this illustration we will going to wire the NEC IR 38K Infrared Remote Control, The NEC IR 38K is an universal infrared control, encoding format mainly for cars, home appliances, lighting design equipment, digital photo frame, and other device
Wiring the Mercury Type Tilt Sensor
In this Illustration we will going to wire the mercury switch module is a family of the tilt switching sensor, and it has an on-board LED as indicator as power status it can be used to build a simple circuit
Wiring the Analog Temperature Sensor
In this illustration we will going to wire the analog base temperature sensor module, this module is based on thermistor, a NTC Thermistor with a Multi-point temperature measurement to -55 Degree Celsius up to +125 Degree Celsius and has accuracy
Wiring and Configure the ESP8266 using AT Command on Arduino
In this illustration we will going to wire and test using AT COMMAND on the ESP8266 with Arduino TTL UART to do this steps we need to remove the ATMEGA328 chip to accurately test the ESP8266 module. The AT Command
Write your own code library on Arduino
One of the most popular library used largely in Arduino is wire.h library its actually easy to use. The wire library is created on Object-Oriented C ++ class library, most Arduino user they are not familiar with the implementation details