In this illustration we will going to wire the DS18B20 single wire temperature sensor. The digital DS18B20 Sensor provide fairly good accuracy and range of connection. The wire length can be reach up to 100m. The DS18B20 has four main
Wiring the Rotary Encoder with Arduino
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
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 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 Mercury Cup Module with Arduino
In this illustration we will going to wire the Light Cup module, actually the light cup is device the when you move the mercury tilt switch the light will become dimming light, it uses Pulse with modulation (PWM) dimming principle.
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 the Vibration Sensor Switch Module on Arduino
In this illustration we will going to wire the vibration switch module, this module is default OFF when external vibration force or a movement speed from the sensor, a conductive pin will switch ON change the electrical property of the
Wiring the LCD 16×2 Keypad Shield on Arduino
In this illustration we will going to wire the 16X2 LCD Keypad Shield build for Arduino UNO, MEGA, Leonardo, this board has 4 bit Arduino LCD Library. The keypad shield has select left, up, down and right push button apart
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