Download Arduino Codes

Simple circuit of object counter using Arduino

This circuit can count number of persons entering a premise or number of objects passing in front of an IR sensor. The code works very nicely and fully tested in our lab. Note that a buzzer for short beeps is connected at pin-2 and the IR sensor is connected at pin-5. The delay in second "if" conditional statement is used to avoid accidental triggering of the sensor.
Read MoreSimple circuit of object counter using Arduino

Beautiful decorative effects of LEDs using Arduino

This is a very interesting project, which you will love to construct using 8 LEDs and Arduino UNO development board. Burn the following code into your Arduino UNO development board and construct the circuit on breadboard as show in following Fritzing drawing. Then connect power to the circuit to see beautiful decorative effects of LEDs.
Read MoreBeautiful decorative effects of LEDs using Arduino