In this illustration we will going to wire the Ultrasonic HC-SR04 with our Arduino board, to build a parking sensor which emits a beep as the sensor approaches or detect an obstacle. The closer the obstacle, the greater the frequency
Wiring I2C module on 16×2 LCD with SCL/SDA
In this illustration we will going to wire the I2C or 2 wire connection in our Aruduino Board with the 16×2 Liquid Crystal Display, you can also use the 20×4 LCD, but on this demonstration we will going to wire
Wiring 8 Channel Optocoupler Relay Module
In this tutorial we will going to wire the 8 channel Relay Module driven by our own very owned microcontroller, the below illustration illustrate 8 device on external power source triggered by the relay. The 8 channel relay module has
Working on Shift Register 8 Bit Binary Counter
On this illustration we will going to drive and wire the 74HC595 on a shift register using our very own Arduino Board, The 74HC595 is high speed si-gate CMOS(Complementary Metal Oxide Semiconductor) integrated circuit device the pin is compatible with
How to Place/Connect a Pull Down Resistors on a Chip
A Pull-Down resistor is a resistor that makes the Pin of the chip will become normally LOW and it turn it going to HIGH when switched on. Pull-Up or Pull-Down resistor are mostly they are connected to the pins of
Controlling your RGB LED Using Serial Communication
In this tutorial we will going to control the LED using keys of your keyboard via serial communication, sending a command from the PC to the Arduino using the Serial Monitor in the Arduino IDE. This project is also introduces