1

This might have a really basic answer, but its been bugging me. In a lot of circuits where you are controlling a series of leds, circuits will be draw with a separate current-limiting resistor for each led, instead of one single on the common side.

Why would you do this?

schematic

simulate this circuit – Schematic created using CircuitLab

Instead of this?

schematic

simulate this circuit

  • for reasons of isolated current limits rather than shared current limits which means the brightness of one is affected by the state of all others – Tony Stewart EE75 Jul 24 '18 at 23:35
  • What they said. 2. With a single shared resistor, if LEDs are well matched it may work well enough. But with typical manufacturing spreads the current drawn by various LEDs at the same Vf may vary very substantially. This may only cause unequal brightnesses, but may also overload the brightest LED enough to cause early failure. The remaining LEDs then share the same current and any imbalance may lead to even higher current in the lowest Vf LED and ... . This is a genuine problem in practice.
  • – Russell McMahon Jul 25 '18 at 08:15