3

How do you control 8 groups of LEDs independently with only 6 cables?

So, today I've put up my Christmas decoration. It's a long chain with several independent groups and a controller with a couple of programs, you know the deal.

At first I was puzzled, in my case: 8 LEDs and a ground => 9 cables.. but there are only 6 cables. I tried following the cables to draw a diagram, but they are twisted so tight it's impossible.

After a while I realized that the LEDs could be wired in both directions: at first only the odd ones light up, change the direction of the current and only the even ones light up. But this implies that an AC current is present when all LEDs are on.

Is AC and differently positioned LEDs the (most plausible/used) solution to my conundrum? Or is there perhaps a very obvious way of cabling, or another trick that I just haven't thought about?

2 Answers2

3

I would expect that the lights are in a 2x4 multiplexed grid. As long as the multiplexing is fast enough the human eye won't notice that only half the LEDs are on at any given time.

Peter Green
  • 22,193
  • 1
  • 39
  • 82
0

I suspect wires are shared by bipolar 3 level PWM current as your result indicates for even odd positions. Thus an H bridge design with commutation of each polarity for average current.

Sometimes this is called a Polar Inverter design.

Tony Stewart EE75
  • 1
  • 3
  • 54
  • 185