1
\$\begingroup\$

I have been exploring how LED light bulbs work and the circuit inside of them. One particular question I have is how the lights are actually arranged?

LIFX, for example, has 4 different types of LEDs; red, green, blue and white. I am assuming each string is controlled by its own channel b the microcontroller, but how are the strings arranged?

Assuming there are 10 Green LEDs, (20mA, 3Vf), would the green LED string be arranged in series? Having a voltage of 30V?

If so, what would happen if one LED fails, would the rest of the LEDs in that string also fail?

Would it be better to arrange LED's in series or in parallel for this kind of scenario?

enter image description here

sample LIFX teardown (from google results)

\$\endgroup\$

1 Answer 1

1
\$\begingroup\$

It's likely a combination of series and parallel, arranged for the target drive voltage and depending on both Vf and the number of LEDs in each string.

Parallel LEDs have issues with Vf matching and therefore, brightness. So series arrangement is preferred as it evens out brightness in the string, and can be controlled by a single PWM current-regulated source. The currents required are smaller, so wiring and traces are more compact.

And indeed, if one LED fails in a string, the whole string goes bad. To mitigate this the designers count on the fact that LEDs have a very long life (20-50k hours) compared to incandescent bulbs, so it's practical to wire them this way.

\$\endgroup\$
3
  • \$\begingroup\$ so in practice, can an LED constant current driver be used for each string of LEDs? Would that be the black component shown in the picture? \$\endgroup\$
    – lomas09
    Commented Aug 29, 2019 at 20:40
  • 1
    \$\begingroup\$ Yes, a constant-current driver for each string. This is how they control brightness of each color. The drivers are off-board, on the controller. The large black component on the board is a zero ohm resistor; I'm not sure of its purpose. \$\endgroup\$ Commented Aug 29, 2019 at 20:45
  • 1
    \$\begingroup\$ LEDs often fail "closed", staying conducting even though they no longer emit light. \$\endgroup\$
    – dandavis
    Commented Aug 29, 2019 at 20:51

Not the answer you're looking for? Browse other questions tagged or ask your own question.