Can I use a single resistor for multiple LED with different +ve sources?Why would an IR remote circuit use...
How do I fight with Heavy Armor as a Wizard with Tenser's Transformation?
How do I narratively explain how in-game circumstances do not mechanically allow a PC to instantly kill an NPC?
Is the Maximum Use License for Everybody (MULE) a FOSS license?
Can you help me solve this algebra problem?
Would water spill from a bowl in a Bag of Holding?
How to regain lost focus?
Did ancient Germans take pride in leaving the land untouched?
Disk space full during insert, what happens?
Expression for "unconsciously using words (or accents) used by a person you often talk with or listen to"?
Third wheel character
How to write Muḥammad ibn Mūsā al-Khwārizmī?
Performance and power usage for Raspberry Pi in the Stratosphere
How do I avoid the "chosen hero" feeling?
If I tried and failed to start my own business, how do I apply for a job without job experience?
Why is Acetic acid (pKa = 4.76) stronger than carbonic acid (pKa = 6.36)?
Protagonist constantly has to have long words explained to her. Will this get tedious?
How can I handle players killing my NPC outside of combat?
Is Screenshot Time-tracking Common?
Does Plato's "Ring of Gyges" have a corrupting influence on its wearer?
How do I add a strong "onion flavor" to the biryani (in restaurant style)?
Can't figure out a htaccess rule
Boss asked me to sign a resignation paper without a date on it along with my new contract
Are all power cords made equal?
Finding the index of a specific element in a list
Can I use a single resistor for multiple LED with different +ve sources?
Why would an IR remote circuit use one resistor/transistor pair for each LED?Multiple LED over Serial communication with ArduinoWhich resistor to use for this LEDCan two LED circuits with a shared ground use a single resistor?Choose the right resistor for your RGB led (calibrate the colors)How can I use multiple Arduino-read photo resistors without interference between them?Common current limit resistor for multiple LEDs?Controlling individual LED strips of different kinds and lengths with a single microcontrollerWhy do people use a separate current limiting restore for each LED in a matrix?Basic resistor question for parallel LED circuit
$begingroup$
In the photo below I would like to use a single resistor after the LEDs, instead of having individual resistors before the LEDs. Is this problematic? Will it work?
arduino microcontroller led
$endgroup$
add a comment |
$begingroup$
In the photo below I would like to use a single resistor after the LEDs, instead of having individual resistors before the LEDs. Is this problematic? Will it work?
arduino microcontroller led
$endgroup$
$begingroup$
No, there are tolerances inbetween one LED and another. The LED with the lowest Vf will carry a lot more current then the others.
$endgroup$
– Unimportant
34 mins ago
1
$begingroup$
Looks like Diode OR logic ;) but problematic due to sharing current and voltage drop.
$endgroup$
– Sunnyskyguy EE75
27 mins ago
add a comment |
$begingroup$
In the photo below I would like to use a single resistor after the LEDs, instead of having individual resistors before the LEDs. Is this problematic? Will it work?
arduino microcontroller led
$endgroup$
In the photo below I would like to use a single resistor after the LEDs, instead of having individual resistors before the LEDs. Is this problematic? Will it work?
arduino microcontroller led
arduino microcontroller led
asked 37 mins ago
DonPDonP
257
257
$begingroup$
No, there are tolerances inbetween one LED and another. The LED with the lowest Vf will carry a lot more current then the others.
$endgroup$
– Unimportant
34 mins ago
1
$begingroup$
Looks like Diode OR logic ;) but problematic due to sharing current and voltage drop.
$endgroup$
– Sunnyskyguy EE75
27 mins ago
add a comment |
$begingroup$
No, there are tolerances inbetween one LED and another. The LED with the lowest Vf will carry a lot more current then the others.
$endgroup$
– Unimportant
34 mins ago
1
$begingroup$
Looks like Diode OR logic ;) but problematic due to sharing current and voltage drop.
$endgroup$
– Sunnyskyguy EE75
27 mins ago
$begingroup$
No, there are tolerances inbetween one LED and another. The LED with the lowest Vf will carry a lot more current then the others.
$endgroup$
– Unimportant
34 mins ago
$begingroup$
No, there are tolerances inbetween one LED and another. The LED with the lowest Vf will carry a lot more current then the others.
$endgroup$
– Unimportant
34 mins ago
1
1
$begingroup$
Looks like Diode OR logic ;) but problematic due to sharing current and voltage drop.
$endgroup$
– Sunnyskyguy EE75
27 mins ago
$begingroup$
Looks like Diode OR logic ;) but problematic due to sharing current and voltage drop.
$endgroup$
– Sunnyskyguy EE75
27 mins ago
add a comment |
2 Answers
2
active
oldest
votes
$begingroup$
You can do that safely if:
- Only one LED is on at a time.
- The voltage of the circuit is less than the maximum reverse voltage of the LEDs. This often isn't specified by 5 V is generally quite safe.
Otherwise switching two or more on at a time connects them in parallel. In this situation the one with the lowest forward voltage will pass the most current. If they are different colour LEDs then the one with the lowest forward voltage, Vf, will be quite bright and the others relatively dim.
Figure 1. Variations in Vf with different colours of LEDs. Source: LED I-V curves.
Figure 2. Variations in Vf for the same type of LED due to variations in manufacture. Source: Variations in Vf and binning.
As you reminded me in the comments, I forgot to cover the current sharing aspect. The voltage at the top of R1 will be reasonably constant (because the voltage drop across the LEDs would be reasonably similar) so the current through R1 will be constant if one or more LEDs is on. That means that the current will be shared between the LEDs - fairly evenly if they're all the same colour but not so evenly if not.
$endgroup$
$begingroup$
So if switching 2 on at once is connecting them in parallel, this would mean the current drop would roughly double? And the resistor if limiting to 15ma would be shared between the 2 LED and would only see 7.5ma (roughly)?
$endgroup$
– DonP
14 mins ago
$begingroup$
Correct, and I completely forgot to cover that in the answer. I'll add it in.
$endgroup$
– Transistor
11 mins ago
$begingroup$
OK. Will mark as answer. THanks for the detailed response.
$endgroup$
– DonP
10 mins ago
add a comment |
$begingroup$
It's problematic because nothing is ever identical so the LED with the lowest voltage drop will cause all the current to flow through it while the other two LEDs never turn on because the voltage drop across them isn't high enough.
$endgroup$
$begingroup$
even though they have different +ve signal source?
$endgroup$
– DonP
18 mins ago
$begingroup$
As the others have pointed out above, it's okay if you only ever turn on one at a time. You'll run into trouble if you try to turn on more than one at a time.
$endgroup$
– Toor
11 mins ago
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
return StackExchange.using("mathjaxEditing", function () {
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["\$", "\$"]]);
});
});
}, "mathjax-editing");
StackExchange.ifUsing("editor", function () {
return StackExchange.using("schematics", function () {
StackExchange.schematics.init();
});
}, "cicuitlab");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "135"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2felectronics.stackexchange.com%2fquestions%2f424033%2fcan-i-use-a-single-resistor-for-multiple-led-with-different-ve-sources%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
You can do that safely if:
- Only one LED is on at a time.
- The voltage of the circuit is less than the maximum reverse voltage of the LEDs. This often isn't specified by 5 V is generally quite safe.
Otherwise switching two or more on at a time connects them in parallel. In this situation the one with the lowest forward voltage will pass the most current. If they are different colour LEDs then the one with the lowest forward voltage, Vf, will be quite bright and the others relatively dim.
Figure 1. Variations in Vf with different colours of LEDs. Source: LED I-V curves.
Figure 2. Variations in Vf for the same type of LED due to variations in manufacture. Source: Variations in Vf and binning.
As you reminded me in the comments, I forgot to cover the current sharing aspect. The voltage at the top of R1 will be reasonably constant (because the voltage drop across the LEDs would be reasonably similar) so the current through R1 will be constant if one or more LEDs is on. That means that the current will be shared between the LEDs - fairly evenly if they're all the same colour but not so evenly if not.
$endgroup$
$begingroup$
So if switching 2 on at once is connecting them in parallel, this would mean the current drop would roughly double? And the resistor if limiting to 15ma would be shared between the 2 LED and would only see 7.5ma (roughly)?
$endgroup$
– DonP
14 mins ago
$begingroup$
Correct, and I completely forgot to cover that in the answer. I'll add it in.
$endgroup$
– Transistor
11 mins ago
$begingroup$
OK. Will mark as answer. THanks for the detailed response.
$endgroup$
– DonP
10 mins ago
add a comment |
$begingroup$
You can do that safely if:
- Only one LED is on at a time.
- The voltage of the circuit is less than the maximum reverse voltage of the LEDs. This often isn't specified by 5 V is generally quite safe.
Otherwise switching two or more on at a time connects them in parallel. In this situation the one with the lowest forward voltage will pass the most current. If they are different colour LEDs then the one with the lowest forward voltage, Vf, will be quite bright and the others relatively dim.
Figure 1. Variations in Vf with different colours of LEDs. Source: LED I-V curves.
Figure 2. Variations in Vf for the same type of LED due to variations in manufacture. Source: Variations in Vf and binning.
As you reminded me in the comments, I forgot to cover the current sharing aspect. The voltage at the top of R1 will be reasonably constant (because the voltage drop across the LEDs would be reasonably similar) so the current through R1 will be constant if one or more LEDs is on. That means that the current will be shared between the LEDs - fairly evenly if they're all the same colour but not so evenly if not.
$endgroup$
$begingroup$
So if switching 2 on at once is connecting them in parallel, this would mean the current drop would roughly double? And the resistor if limiting to 15ma would be shared between the 2 LED and would only see 7.5ma (roughly)?
$endgroup$
– DonP
14 mins ago
$begingroup$
Correct, and I completely forgot to cover that in the answer. I'll add it in.
$endgroup$
– Transistor
11 mins ago
$begingroup$
OK. Will mark as answer. THanks for the detailed response.
$endgroup$
– DonP
10 mins ago
add a comment |
$begingroup$
You can do that safely if:
- Only one LED is on at a time.
- The voltage of the circuit is less than the maximum reverse voltage of the LEDs. This often isn't specified by 5 V is generally quite safe.
Otherwise switching two or more on at a time connects them in parallel. In this situation the one with the lowest forward voltage will pass the most current. If they are different colour LEDs then the one with the lowest forward voltage, Vf, will be quite bright and the others relatively dim.
Figure 1. Variations in Vf with different colours of LEDs. Source: LED I-V curves.
Figure 2. Variations in Vf for the same type of LED due to variations in manufacture. Source: Variations in Vf and binning.
As you reminded me in the comments, I forgot to cover the current sharing aspect. The voltage at the top of R1 will be reasonably constant (because the voltage drop across the LEDs would be reasonably similar) so the current through R1 will be constant if one or more LEDs is on. That means that the current will be shared between the LEDs - fairly evenly if they're all the same colour but not so evenly if not.
$endgroup$
You can do that safely if:
- Only one LED is on at a time.
- The voltage of the circuit is less than the maximum reverse voltage of the LEDs. This often isn't specified by 5 V is generally quite safe.
Otherwise switching two or more on at a time connects them in parallel. In this situation the one with the lowest forward voltage will pass the most current. If they are different colour LEDs then the one with the lowest forward voltage, Vf, will be quite bright and the others relatively dim.
Figure 1. Variations in Vf with different colours of LEDs. Source: LED I-V curves.
Figure 2. Variations in Vf for the same type of LED due to variations in manufacture. Source: Variations in Vf and binning.
As you reminded me in the comments, I forgot to cover the current sharing aspect. The voltage at the top of R1 will be reasonably constant (because the voltage drop across the LEDs would be reasonably similar) so the current through R1 will be constant if one or more LEDs is on. That means that the current will be shared between the LEDs - fairly evenly if they're all the same colour but not so evenly if not.
edited 5 mins ago
answered 33 mins ago
TransistorTransistor
85.1k784181
85.1k784181
$begingroup$
So if switching 2 on at once is connecting them in parallel, this would mean the current drop would roughly double? And the resistor if limiting to 15ma would be shared between the 2 LED and would only see 7.5ma (roughly)?
$endgroup$
– DonP
14 mins ago
$begingroup$
Correct, and I completely forgot to cover that in the answer. I'll add it in.
$endgroup$
– Transistor
11 mins ago
$begingroup$
OK. Will mark as answer. THanks for the detailed response.
$endgroup$
– DonP
10 mins ago
add a comment |
$begingroup$
So if switching 2 on at once is connecting them in parallel, this would mean the current drop would roughly double? And the resistor if limiting to 15ma would be shared between the 2 LED and would only see 7.5ma (roughly)?
$endgroup$
– DonP
14 mins ago
$begingroup$
Correct, and I completely forgot to cover that in the answer. I'll add it in.
$endgroup$
– Transistor
11 mins ago
$begingroup$
OK. Will mark as answer. THanks for the detailed response.
$endgroup$
– DonP
10 mins ago
$begingroup$
So if switching 2 on at once is connecting them in parallel, this would mean the current drop would roughly double? And the resistor if limiting to 15ma would be shared between the 2 LED and would only see 7.5ma (roughly)?
$endgroup$
– DonP
14 mins ago
$begingroup$
So if switching 2 on at once is connecting them in parallel, this would mean the current drop would roughly double? And the resistor if limiting to 15ma would be shared between the 2 LED and would only see 7.5ma (roughly)?
$endgroup$
– DonP
14 mins ago
$begingroup$
Correct, and I completely forgot to cover that in the answer. I'll add it in.
$endgroup$
– Transistor
11 mins ago
$begingroup$
Correct, and I completely forgot to cover that in the answer. I'll add it in.
$endgroup$
– Transistor
11 mins ago
$begingroup$
OK. Will mark as answer. THanks for the detailed response.
$endgroup$
– DonP
10 mins ago
$begingroup$
OK. Will mark as answer. THanks for the detailed response.
$endgroup$
– DonP
10 mins ago
add a comment |
$begingroup$
It's problematic because nothing is ever identical so the LED with the lowest voltage drop will cause all the current to flow through it while the other two LEDs never turn on because the voltage drop across them isn't high enough.
$endgroup$
$begingroup$
even though they have different +ve signal source?
$endgroup$
– DonP
18 mins ago
$begingroup$
As the others have pointed out above, it's okay if you only ever turn on one at a time. You'll run into trouble if you try to turn on more than one at a time.
$endgroup$
– Toor
11 mins ago
add a comment |
$begingroup$
It's problematic because nothing is ever identical so the LED with the lowest voltage drop will cause all the current to flow through it while the other two LEDs never turn on because the voltage drop across them isn't high enough.
$endgroup$
$begingroup$
even though they have different +ve signal source?
$endgroup$
– DonP
18 mins ago
$begingroup$
As the others have pointed out above, it's okay if you only ever turn on one at a time. You'll run into trouble if you try to turn on more than one at a time.
$endgroup$
– Toor
11 mins ago
add a comment |
$begingroup$
It's problematic because nothing is ever identical so the LED with the lowest voltage drop will cause all the current to flow through it while the other two LEDs never turn on because the voltage drop across them isn't high enough.
$endgroup$
It's problematic because nothing is ever identical so the LED with the lowest voltage drop will cause all the current to flow through it while the other two LEDs never turn on because the voltage drop across them isn't high enough.
answered 34 mins ago
ToorToor
72219
72219
$begingroup$
even though they have different +ve signal source?
$endgroup$
– DonP
18 mins ago
$begingroup$
As the others have pointed out above, it's okay if you only ever turn on one at a time. You'll run into trouble if you try to turn on more than one at a time.
$endgroup$
– Toor
11 mins ago
add a comment |
$begingroup$
even though they have different +ve signal source?
$endgroup$
– DonP
18 mins ago
$begingroup$
As the others have pointed out above, it's okay if you only ever turn on one at a time. You'll run into trouble if you try to turn on more than one at a time.
$endgroup$
– Toor
11 mins ago
$begingroup$
even though they have different +ve signal source?
$endgroup$
– DonP
18 mins ago
$begingroup$
even though they have different +ve signal source?
$endgroup$
– DonP
18 mins ago
$begingroup$
As the others have pointed out above, it's okay if you only ever turn on one at a time. You'll run into trouble if you try to turn on more than one at a time.
$endgroup$
– Toor
11 mins ago
$begingroup$
As the others have pointed out above, it's okay if you only ever turn on one at a time. You'll run into trouble if you try to turn on more than one at a time.
$endgroup$
– Toor
11 mins ago
add a comment |
Thanks for contributing an answer to Electrical Engineering Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2felectronics.stackexchange.com%2fquestions%2f424033%2fcan-i-use-a-single-resistor-for-multiple-led-with-different-ve-sources%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
$begingroup$
No, there are tolerances inbetween one LED and another. The LED with the lowest Vf will carry a lot more current then the others.
$endgroup$
– Unimportant
34 mins ago
1
$begingroup$
Looks like Diode OR logic ;) but problematic due to sharing current and voltage drop.
$endgroup$
– Sunnyskyguy EE75
27 mins ago