Can I use a single resistor for multiple LED with different +ve sources?Why would an IR remote circuit use...
Tikz: Perpendicular FROM a line
In a post apocalypse world, with no power and few survivors, would Satnav still work?
How do I avoid the "chosen hero" feeling?
Color of alien seas
filecontents: select rows of group to display
Can't figure out a htaccess rule
How can I handle players killing my NPC outside of combat?
If we can’t finish all tasks, does this mean we are doing Scrum wrong?
Boss asked me to sign a resignation paper without a date on it along with my new contract
How does a mid-19 century Military combat a modernized one?
In the Lost in Space intro why was Dr. Smith actor listed as a special guest star?
What if I miss a connection and don't have money to book next flight?
Is it possible to narrate a novel in a faux-historical style without alienating the reader?
Minimum Viable Product for RTS game?
Limits of Rolle theorem
Isn't a semicolon (';') needed after a function declaration in C++?
Why is Shelob considered evil?
Buying a "Used" Router
Is it possible to methodically find the total of ways to read a given phrase making a stack?
How to deal with an underperforming subordinate?
User input happy birthday program
Is having explosions as a go-to solution considered bad table manners?
Do the speed limit reductions due to pollution also apply to electric cars in France?
How many diagrams is too much in a research article?
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$
1
$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
1 hour ago
1
$begingroup$
Looks like Diode OR logic ;) but problematic due to sharing current and voltage drop.
$endgroup$
– Sunnyskyguy EE75
1 hour 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 1 hour ago
DonPDonP
257
257
1
$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
1 hour ago
1
$begingroup$
Looks like Diode OR logic ;) but problematic due to sharing current and voltage drop.
$endgroup$
– Sunnyskyguy EE75
1 hour ago
add a comment |
1
$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
1 hour ago
1
$begingroup$
Looks like Diode OR logic ;) but problematic due to sharing current and voltage drop.
$endgroup$
– Sunnyskyguy EE75
1 hour ago
1
1
$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
1 hour 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
1 hour ago
1
1
$begingroup$
Looks like Diode OR logic ;) but problematic due to sharing current and voltage drop.
$endgroup$
– Sunnyskyguy EE75
1 hour ago
$begingroup$
Looks like Diode OR logic ;) but problematic due to sharing current and voltage drop.
$endgroup$
– Sunnyskyguy EE75
1 hour 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
52 mins ago
$begingroup$
Correct, and I completely forgot to cover that in the answer. I'll add it in.
$endgroup$
– Transistor
50 mins ago
$begingroup$
OK. Will mark as answer. THanks for the detailed response.
$endgroup$
– DonP
49 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$
1
$begingroup$
even though they have different +ve signal source?
$endgroup$
– DonP
57 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
50 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
52 mins ago
$begingroup$
Correct, and I completely forgot to cover that in the answer. I'll add it in.
$endgroup$
– Transistor
50 mins ago
$begingroup$
OK. Will mark as answer. THanks for the detailed response.
$endgroup$
– DonP
49 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
52 mins ago
$begingroup$
Correct, and I completely forgot to cover that in the answer. I'll add it in.
$endgroup$
– Transistor
50 mins ago
$begingroup$
OK. Will mark as answer. THanks for the detailed response.
$endgroup$
– DonP
49 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 44 mins ago
answered 1 hour 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
52 mins ago
$begingroup$
Correct, and I completely forgot to cover that in the answer. I'll add it in.
$endgroup$
– Transistor
50 mins ago
$begingroup$
OK. Will mark as answer. THanks for the detailed response.
$endgroup$
– DonP
49 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
52 mins ago
$begingroup$
Correct, and I completely forgot to cover that in the answer. I'll add it in.
$endgroup$
– Transistor
50 mins ago
$begingroup$
OK. Will mark as answer. THanks for the detailed response.
$endgroup$
– DonP
49 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
52 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
52 mins ago
$begingroup$
Correct, and I completely forgot to cover that in the answer. I'll add it in.
$endgroup$
– Transistor
50 mins ago
$begingroup$
Correct, and I completely forgot to cover that in the answer. I'll add it in.
$endgroup$
– Transistor
50 mins ago
$begingroup$
OK. Will mark as answer. THanks for the detailed response.
$endgroup$
– DonP
49 mins ago
$begingroup$
OK. Will mark as answer. THanks for the detailed response.
$endgroup$
– DonP
49 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$
1
$begingroup$
even though they have different +ve signal source?
$endgroup$
– DonP
57 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
50 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$
1
$begingroup$
even though they have different +ve signal source?
$endgroup$
– DonP
57 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
50 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 1 hour ago
ToorToor
72219
72219
1
$begingroup$
even though they have different +ve signal source?
$endgroup$
– DonP
57 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
50 mins ago
add a comment |
1
$begingroup$
even though they have different +ve signal source?
$endgroup$
– DonP
57 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
50 mins ago
1
1
$begingroup$
even though they have different +ve signal source?
$endgroup$
– DonP
57 mins ago
$begingroup$
even though they have different +ve signal source?
$endgroup$
– DonP
57 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
50 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
50 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
1
$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
1 hour ago
1
$begingroup$
Looks like Diode OR logic ;) but problematic due to sharing current and voltage drop.
$endgroup$
– Sunnyskyguy EE75
1 hour ago