B
Byron A Jeff
Guest
In article <8028c236.0407310039.45737ad0@posting.google.com>,
wylbur37 <wylbur37nospam@yahoo.com> wrote:
rating of the LED albeit a small one. It serves the purpose of current
limitation in addition to dropping voltage.
because each LED will not draw exactly the same current. So some will be
dimmer than others.
The second thing is that the total current through the resistor will be a
factor of the current through each LED. So for your example the resistor
above would need to allow 60ma of current to flow through to feed the LEDs
downline. The problem is that if one LED blows out then that current will have
to be pushed through the other working LEDs, which can cause the others to
fail also.
A better way to do it is to bump the voltage up and put the LEDs in parallel
like this:
+V -> resistor -> LED1 -> LED2 -> LED3 -> GND
You treat the equation the same as a single LED except that you add the Vf
voltages of the LEDs. So for your example the total voltage of the LEDs
would be 10.8V. So the resistor you'd use with a 12V +V would be:
(12V - 10.8V) / .02A = 60 ohms.
But there are significant differences:
1) Each LED will draw the same current, so you'll get uniform brightness.
2) If a single LED (or the resistor) fails, then the whole string goes out
with only the single failed component, instead of going into cascade failure
due to increasing overload.
When doing a single resistor, that's the better way to handle it.
BTW, thanks for crossposting this message. There are many who don't understand
the concept. But I think I'll limit my replies to basics and misc, which are
appropriate.
BAJ
wylbur37 <wylbur37nospam@yahoo.com> wrote:
Actually you still need the resistor even when the voltage is at theWhen using an LED from a power source whose voltage is higher than the
rating of the LED, a resistor is typically used.
rating of the LED albeit a small one. It serves the purpose of current
limitation in addition to dropping voltage.
Right. It's the correct way to get uniform brightness among the set.If more than one LED is to be used (let's say three),
each one would have its own respective resistor,
and the schematic would look something like this ...
+----------+-----------+-----------+--------------
| | | |
| | | |
| LED-1 LED-2 LED-3
power | | |
source | | |
| resistor-1 resistor-2 resistor-3
| | | |
| | | |
+----------+-----------+-----------+--------------
It serves the safety purpose, but then you get variability on the brightnessBut if all the LEDs were of the same voltage and amperage
(e.g., if they were all of the typical 3.6V 20mA),
isn't there a simpler way to do this by using only ONE resistor?
In other words, can't it be done like the following ?
+--------------+-----------+-----------+---
| | | |
| | | |
power LED-1 LED-2 LED-3
source | | |
| | | |
| | | |
+---resistor---+-----------+-----------+---
because each LED will not draw exactly the same current. So some will be
dimmer than others.
The second thing is that the total current through the resistor will be a
factor of the current through each LED. So for your example the resistor
above would need to allow 60ma of current to flow through to feed the LEDs
downline. The problem is that if one LED blows out then that current will have
to be pushed through the other working LEDs, which can cause the others to
fail also.
Single resistor value divided by the number of LEDs across it.And what would be the proper value of the resistor?
Right. But see the caveat above.(I'm guessing it would be one third of what it was in the first diagram
because the required voltage reduction would be the same but the
effective current draw of the 3-LED assembly would be three times what it
was before.
So if the power source were 6V and the LEDs were 3.6V and 20mA each,
then the required resistance would be 120 ohms in the first case
and 40 ohms in the second case. Correct?)
A better way to do it is to bump the voltage up and put the LEDs in parallel
like this:
+V -> resistor -> LED1 -> LED2 -> LED3 -> GND
You treat the equation the same as a single LED except that you add the Vf
voltages of the LEDs. So for your example the total voltage of the LEDs
would be 10.8V. So the resistor you'd use with a 12V +V would be:
(12V - 10.8V) / .02A = 60 ohms.
But there are significant differences:
1) Each LED will draw the same current, so you'll get uniform brightness.
2) If a single LED (or the resistor) fails, then the whole string goes out
with only the single failed component, instead of going into cascade failure
due to increasing overload.
When doing a single resistor, that's the better way to handle it.
BTW, thanks for crossposting this message. There are many who don't understand
the concept. But I think I'll limit my replies to basics and misc, which are
appropriate.
BAJ