Electronic – How to wire multiple 2 volt flickering LEDs to work on 12V auto system

12vresistors

I have tried to use the site to find an answer to this, but it seems everyone that has asked questions have different variables than I am dealing with, and I can't ever seem to grasp electrical concepts or formulas. I even tried the automatic calculators, but they show only one resistor, and the articles I find here say one is required for each LED.

I wish to make two flickering LED lit panels to simulate a wood or coal burning type display that will be used in a 12 volt motorcycle system. Each panel will have five individual orange LEDs and five individual yellow LEDs, shining against a small white plastic panel. There will be two panels on one switched circuit.

The LED specs are:

  • Size: 5mm
  • Animation: Flickering (irregular) like artificial candles
  • Source voltage (motorcycle battery): 12V
  • LED Forward Voltage (Orange): 1.9V to 2.1V
  • LED Forward Voltage (Yellow): 1.8v to 2.2v
  • Current per LED (both colors): 20mA

I need to know the best way to wire these, (series or parallel) or and what value of resistor to use, and how many.

Best Answer

Five LEDs in series will have a total voltage requirement of about 10V. This is closest to your supply voltage, so you would wire two such series runs in parallel. Each series run should have a current limiting resistor. The following schematic represents one "panel":

schematic

simulate this circuit – Schematic created using CircuitLab

Assuming all LEDs have a \$V_f\$ of 2V, the current-limiting resistor would drop the remaining 2V. Since you want 20 mA, the value of the resistor is easy to calculate using Ohm's law (R = E / I):

$$\frac{2}{0.02} = 100\,\Omega$$

You should determine what actual voltage drop your LEDs have, but this gets you close.

There are other things you may want to do, such as add some overvoltage protection. If you're running this from a motorcycle battery that's not also connected to, say, a motorcycle, you shouldn't have any problems. However the alternator on a motorcycle (if it's like a car) may bring the voltage up to 13.8~14.4 volts.