In this article I have explained the construction of 10 interesting yet simple LED chaser circuits, which not only create beautiful running light effect but are also easy to build. We also discuss how to modify these into a design popularly known as “knight rider” chaser circuit. These primarily incorporate LEDs as well as mains […]
Newly Updated Circuit Projects:
Blinking 3 LEDs (R,G,B) Sequentially Using Arduino Circuit
In this post I have explained how to run or blink three LEDs in sequence using Arduino. The post was written and submitted by: Jack Franko PROGRAM/* make RGB LEDs to blink in series one by one at intervalof 1000MS */ int R = 12;int G = 11;int B = 10;void setup(){ pinMode(R,OUTPUT); pinMode(G,OUTPUT); pinMode(B,OUTPUT);}void […]
How to Build a Grow Light Circuit
In this post I have explained a typical grow light circuit application for plants in order to stimulate photosynthesis effect in an artificially lit environment using multicolored LEDs. The idea was suggested by Mr. Jack. The Circuit Objective I would like to donate to your site and pay you also for work you do on projects […]
Infrared (IR) Controlled LED Emergency Lamp Circuit
Here I have explained a an emergency lamp circuit which includes an infrared remote operated brightness control feature. The idea was requested by Mr. Heeran Technical Specifications Can you please help me with two circuits. I want to build a backup led emergency lamp that works via an infrared remote . I want it to […]
Arduino RGB Flowing Sequential Light Circuit
In this post we are going to make a simple but useful circuit that can make an RGB LED glow in a nice flowing way. That is not just random blinking, but smooth sequential lighting of red, green, and blue one by one. This is done using Arduino, so you need to have some basic […]
Make this 2 Pin Bi-Color LED Flasher Circuit
This transformerless mains power supply circuit will allow flashing of a Bi-color 100 LED string, in an alternately switching red, green effect. Using 2-pin Bi-color LEDs The proposed circuit can be used as a Bi-color LED flasher, for generating an alternate red, green flashing effect over a string of 100 LEDs. Bi-color LEDs are available […]





