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 […]
LEDs
How to Illuminate 100 LEDs from 6 Volt Battery
In this article I have explained an innovative way of driving more than a hundred white LEDs from a 6 volt battery. The circuit utilizes the IC 555 for driving a step up transformer, whose output is finally used for illuminating the LEDs. A special PWM configuration makes the circuit much power efficient. Main Stages […]
Illuminating 24 White LEDs from two 9 Volt Cells
In this post I have explained about a special circuit which can illuminate 24 high bright white LEDs from a single 9V PP3 battery, let’s unravel the secret behind this amazing circuit. Nine volt cells as the rating suggest, provides 9 volt output, but what about the current? A 9 volt PP3 battery will not […]
Using Aluminum Strip Heatsink for Hi-watt LEDs instead of PCB
Whenever we come across using 1 watt LEDs or other higher watt LEDs, we are always advised to use high grade aluminum based heatsinks for safeguarding the LEDs from heat, and for acquiring optimal performance from them. Double Side PCB can be Costly However as we all know such PCBs are highly costly and could […]
How to Connect 5mm LEDs to a 3.7V Li-Ion Cell
In this article I have explained regarding how to connect and illuminate a few 5mm LEDs using a 3.7V Li-Ion cell, normally used in cell phones. I keep receiving requests from the readers who seem confused with the connection details of 5mm LEds with a 3.7V Li-ion cell. The requests inspired me to write this […]
How to Drive High Watt LEDs with Arduino
In this post I have explained the method of incorporating high watt LEDs with Arduino through external high voltage supplies. The question was put forth by Mr. Cole. The Circuit Question I stumbled upon your blog and I love it! So much great information and great ideas Right now I am trying to figure out […]





