Remix.run Logo
wolvoleo 3 hours ago

Yes but these don't need controller hardware. The OP is using a dedicated controller and I was asking why.

poyu 2 hours ago | parent | next [-]

Probably the scale and usability of things. It's different if you're controlling 100 LEDs vs 5,000.

wolvoleo 2 hours ago | parent [-]

Yeah exactly that's what I was wondering about.

I use a few hundred at most and in those cases I just feed power at several points in the chain to reduce resistive losses in the wiring. But yeah I'm kinda interested what kind of huge installations would need that and how they work.

leptons 2 hours ago | parent | prev | next [-]

WS2812 absolutely need a controller, without one they would simply not light up.

wolvoleo 2 hours ago | parent [-]

I mean a power controller. This is part of every WS2812 itself but with regular LEDs (be it RGB or not) you need power drivers for it, which I call the 'controller' too. You need to drive them at a certain amperage, then PWM them to get the right brightness. But with WS2812 you don't need to mess with power driver circuitry the OP mentioned. You just chain them to a microcontroller pin.

It was probably my use of the word 'controller' that is a bit confusing.

gedy 2 hours ago | parent | prev [-]

Maybe not following, but I buy strips of WS2812 and if I wanted to for them to turn on and, say, display a rainbow, I need something to drive that. Not USB from another device, e.g. standalone.

wolvoleo 2 hours ago | parent [-]

Yes but as far as I understand the OP is not doing that, they are just using raw LEDs with power drivers and the whole shebang that is so nicely built into the ws2812s for us. Otherwise they wouldn't need these components they're talking about.

I just connect them to a microcontroller pin and be done with it. I power them separately off a power bank (my LEDs are almost always worn, if they are static I just use an off-the-shelf 5V supply).