Month: June 2016
How to add LCD with Arduino Uno Board
How to connect LCD with Arduino Uno Board Program: #include <LiquidCrystal.h> // initialize the library with the numbers of the interface pins LiquidCrystal lcd(12, 11, 5, 4, 3, 2); […]
How to build Rain alarm using Arduino
How to build Rain sensor We will use the below rain sensor and driver to build Rain alarm system. Sensor is 2 pin module just connect it with driver input […]
How to make burglar alarm using motion sensor
How to make burglar Alarm: We will use RIP motion sensor with Arduino Uno board. RIP sensor is a 3 pin module which can trigger on motion detection. Arduino will […]