Step 8Wiring up multiple LEDs in parallel
If you wire a whole bunch of LEDs in parallel rather than dividing the power supplied to them between them, they all share it. So, a 12V battery wired to four 3V LEDs in series would distribute 3V to each of the LEDs. But that same 12V battery wired to four 3V LEDs in parallel would deliver the full 12V to each LED - enough to burn out the LEDs for sure!
Wiring LEDs in parallel allows many LEDs to share just one low voltage power supply. We could take those same four 3V LEDs and wire them in parallel to a smaller power supply, say two AA batteries putting out a total of 3V and each of the LEDs would get the 3V they need.
In short, wiring in series divides the total power supply between the LEDs. Wiring them in parallel means that each LED will receive the total voltage that the power supply is outputting.
And finally, just some warnings...wiring in parallel drains your power supply faster than wiring things in series because they end up drawing more current from the power supply. It also only works if all the LEDs you are using have exactly the same power specifications. Do NOT mix and match different types/colors of LEDs when wiring in parallel.
OK, now onto to actually doing the thing.
I decided to do two different parallel setups.
The first one I tried was as simple as it could be - just two 1.7V LEDs wired in parallel to a single 1.5V AA battery. I connected the two positive electrodes on the LEDs to the positive wire coming from the battery and connected the two negative electrodes on the LEDs to the negative wire coming from the battery. The 1.7V LEDs didn't require a resistor because the 1.5V coming from the battery was enough to light the LED, but not more than the LEDs voltage - so there was no risk of burning it out. (This set up is not pictured)
Both of the 1.7V LEDs were lit by the 1.5V power supply, but remember, the were drawing more current from the battery and would thus make the battery drain faster. If there were more LEDs connected to the battery, they would draw even more current from the battery and drain it even faster.
For the second setup, I decided to put everything I had learned together and wire the two LEDs in parallel to my 9V power supply - certainly too much juice for the LEDs alone so I would have to use a resistor for sure.
To figure out what value I should use I went back to the trusty formula - but since they were wired in parallel there is a slight change to the formula when it comes to the current - I.
R = (V1 - V2) / I
where:
V1 = supply voltage
V2 = LED voltage
I = LED current (we had been using 20 mA in our other calculations but since wiring LEDs in parallel draws more current I had to multiply the current that one LED draws by the total number of LEDs I was using. 20 mA x 2 = 40 mA, or .04A.
And my values for the formula this time were:
R = (9V - 1.7V) / .04A
R = 182.5 Ohms
Again, since the variety pack didn't come with that exact value resistor I attempted to use the two 100 Ohm resistors bundled together in series to make 200 Ohms of resistance. I ended up just repeating the mistake that I made in the last step again though, and wired them together in parallel by mistake and so the two 100 Ohm resistors only ended up providing 50 Ohms of resistance. Again, these LEDs were particularly forgiving of my mistake - and now I have learned a valuable lesson about wiring resistors in series and in parallel.
One last note about wiring LEDs in parallel - while I put my resistor in front of both LEDs it is recommended that you put a resistor in front of each LED. This is the safer better way to wire LEDs in parallel with resistors - and also ensures that you don't make the mistake that I did accidentally.
The 1.7V LEDs connected to the 9V battery lit up - and my small adventure into LED land was completed.
| « Previous Step | Download PDFView All Steps | Next Step » |












































As soon as you supply a voltage higher than the CHARACTERISTIC VOLTAGE of the LED (about 1.7v for a red LED) the LED will want to take a very high current and it is this CURRENT that will over-heat the LED.
See 30 LED Projects on Talking Electronics website:
http://www.talkingelectronics.com/
http://www.talkingelectronics.com/projects/30%20LED%20Projects/30%20LED%20Projects.html
Colin Mitchell
So: in your example above you have a 5V supply, and an LED that uses 20mA at 3V, then the voltage 'left over' across the resistor on any one leg is 2V. 2V/100ohms = .020A (20mA). Thus each leg would correctly function with a 100ohm resistor.
Each leg draws the 20mA as a separate subsystem, as it's own circuit. You should see it as if the + point in the drawing above were two independent batteries. The only limitation would be the maximum current available at the + point... remember that mA are thousandths of Amps, so a power supply rated 1A @ 5V would provide enough power for 50 LEDs... 50 x .020A (20mA) = 1A... batteries can do much better than 1A without much voltage reduction.
I hope this helps you think about this in a way that allows you work with LEDs and resistors in the future. Please reply with any questions or comments.
Sorry I wasn't clear. I was referring to step 8 where he used the 9V and wired the two LEDs in parallel.
R = (9V - 1.7V) / .04A
R = 182.5 Ohms
So in that case it would be a 200ohm resistor for each correct?
However just for two resistors you can do (R1 x R2)/(R1 + R2) which is why your 100/2 = 50 worked in the previous step.