Remix.run Logo
frikk 6 hours ago

I've been building hobby LED art projects with WLED (exclusively built on the ESP32 platform). It's been a blast. These little boards are so powerful and the open source community continues to amaze me.

My preferred controller platform is of the QuinLED line - comes with power distribution, voltage regulators, fat copper lines, configurable data-line resistors, and smart auxiliary hardware support all for an affordable $30-$50 per controller. (quinled.info)

<https://kno.wled.ge/> - WLED homepage and probably my favorite clever URL of all time.

wolvoleo 4 hours ago | parent | next [-]

I do a lot of LED projects too but I just use ws2812s. What do you need the controller for? Large brightness perhaps? Just curious.

gedy 3 hours ago | parent [-]

WLED is a system that runs on the ESP32 for some cool capabilities to drive the ws2812s, OP linked above.

wolvoleo 3 hours ago | parent [-]

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).

stragies 3 hours ago | parent | prev [-]

cr.yp.to/ is also a pretty cool URL, and has been around for a looong time