Remix.run Logo
leptons 2 hours ago

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.