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 […]
Projects
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
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
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 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
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/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 […]
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 […]
Analog to Digital Conversion in ARDUINO
Analog to digital conversion module of ARDUINO UNO has 6 input ports. The number of the port varies with your ARDUINO model but the coding remains the same. The analog reading in the analog inputs are converted into corresponding 10bit(0-1023). ARDUINO developers have made such an option that you can print anything and see it on the Serial monitor. […]
How to Convert an Arduino into an AVR Flash Programmer
In case you don’t have an AVR programmer but you do have an arduino, the arduino can be converted into an AVR flash programmer, meaning it can program bare AVR microcontroller chips. Say if you have an AVR chip and you want to program the chip, so that the program that you’ve written and compiled […]