Projects

Internet connection indicator box with restart button1

Internet connection indicator box with restart button

THE SETUP For an interface I thought 3 LEDs would be simple enough: Blue for everything is fine (as blue LEDs are cooler than green ones); red for something is wrong; and yellow for the modem and router are being restarted. I added a button to do the actual restarting as I wanted it to […]

Arduino Security Alarm with Reed Switch

Arduino Security Alarm with Reed Switch

How does the security alarm circuit works? When power is turned on, the circuit goes into standby mode, and this condition is indicated by “SECURITY ALARM” in the LCD screen.Note that here a N/O reedswitch + bar magnet combination is used to detect any mishaps, and hence the reed switch should be in “closed”state at […]

Line Follower Robot using Arduino

Line Follower Robot using Arduino

A line follower robot using 8051 microcontroller is already published here and this time the same thing is done using  arduino. This line follower robot is basically designed to follow a black line on a white surface. Any way the same project can be used to follow the opposite configuration with appropriate changes in the […]

HOW TO MAKE CUSTOM GEAR FOR LINEAR MOTION 3

HOW TO MAKE CUSTOM GEAR FOR LINEAR MOTION

In the manufacturing industry, a wide variety of devices used at home or in the garden has been experiencing challenges in automating linear displacement of any of the items used. For instance, For example, an automatic opening of gates, automatic unlocking and changing positions of mirrors concentrating solar collection might be facing the problem of […]

Arduino Platform SIMON Game Implementation

Arduino Platform – SIMON Game Implementation

Introduction Having been a CodeProject member for several years, and not having got round to ever publishing an article, left me feeling a bit disappointed in myself. I have thought many a time on what kind of article I can produce. Then after coming across some great articles by jeffb42 here on CodeProject, my problem […]

Arduino Based Security System using GSM PIR Sensor

Arduino Based Security System using GSM & PIR Sensor

In present time Home/Office and many other place security is most important. In our absence these places are not secure. For make these palaces secure many peoples keep guards and many people prefer electronic security systems. In present time many types of security systems are available in market. These security systems are very accurate and […]

Interface single and Dual IR Infrared sensor with Arduino and LCD

Interface single and Dual IR Infrared sensor with Arduino and LCD

Interface single and Dual IR Infrared sensor with Arduino and LCD Introduction- Multiple Sensor Interface to Arduino In this another tutorial on sensors  for beginners, we are going to interface single and multiple Infrared IR sensors with Arduino Uno development board, working simultaneously and have the status displayed either on an ( 4X16 LCD ) LCD […]

Getting Started with Arduino – LED Blinking

Getting Started with Arduino – LED Blinking

Arduino Uno is the best development board for beginners in the field of embedded systems. We can program Arduino board with less technical knowledge and programming skills. This tutorial is intended to beginners in the field of Arduino. Hope you already have an Arduino board. Then you have to download Arduino Software and Driver. You can […]

LPD8806 SD

LPD8806 SD/LCD Digital Light Wand! (Last Update – 20 September 2014)

I have gathered the information from the HL1606 Digital Light Wand Blog and brought it all over to this new page so that there would be a page dedicated to the LPD8806 Digital Light Wand created by IS0-MICK. Mick took my original design and turned it into a very easy to use and versatile tool […]

16x2 LCD Pin Diagram

Interfacing LCD with Arduino Uno

16×2 character LCD display is a very basic LCD module which is commonly used in electronic projects. 16×2 means it can display 2 rows of 16 characters (columns). Its other variants such as 16×1, 16×4 etc are also available. These LCDs are usually made using HD44870 compatible controllers. In this tutorial we will see how […]

Scroll to Top