Compare every major WLED-compatible LED chipset side by side. Filter by voltage, features, and use case to find the right strip for your build.
General use, beginners, ambient lighting
Single-wire
60mA
RGB
Bias lighting, photography, accurate white tones
Single-wire
80mA
RGBW
Long runs, outdoor, cost-sensitive builds
Single-wire
15mA
RGB
Longer runs, reliability-critical installs
Single-wire
15mA
RGB
Video work, photography, zero-flicker applications
SPI (2-wire)
60mA
RGB
Video, high-refresh applications, APA102 alternative
SPI (2-wire)
60mA
RGB
Permanent installs where reliability matters
Single-wire
60mA
RGB
Long RGBW runs at 12V
Single-wire
60mA
RGBW
Legacy installs, replacing existing LPD8806 strips
SPI (2-wire)
60mA
RGB
| Chipset | Voltage | mA/LED | RGBW | Clock | Price | WLED |
|---|---|---|---|---|---|---|
| WS2812B | 5V | 60mA | $ | excellent | ||
| SK6812 | 5V | 80mA | $$ | excellent | ||
| WS2811 | 5V / 12V | 15mA | $ | good | ||
| WS2815 | 12V | 15mA | $$ | good | ||
| APA102 | 5V | 60mA | $$$ | excellent | ||
| SK9822 | 5V | 60mA | $$$ | excellent | ||
| WS2813 | 5V | 60mA | $$ | good | ||
| TM1814 | 12V | 60mA | $$ | good | ||
| LPD8806 | 5V | 60mA | $$ | basic |
The LED chipset determines your strip's voltage requirement, maximum refresh rate, data protocol, colour capabilities, and WLED compatibility. Choosing the wrong chipset for your use case can result in compatibility problems, visible flickering in video recordings, or inadequate colour reproduction. This guide explains the key differences between the major chipsets supported by WLED.
The WS2812B is the most widely used addressable LED chipset in the WLED community. It runs on 5V, uses a single-wire data protocol, supports RGB colour (no dedicated white channel), draws 60mA per LED at full white, and has excellent WLED support. Strips are available at 30, 60, 96, and 144 LEDs per metre. The WS2812B is the right choice for the vast majority of first WLED builds and ambient lighting installations.
Limitations: the single-wire protocol is susceptible to signal integrity issues on long data wire runs (use a level shifter and data resistor). White colour is produced by mixing RGB, which is less efficient and less accurate than a dedicated white channel. At 60mA per LED, a fully loaded 5V 60 LED/m strip draws 3.6A per metre — high current at 5V.
The SK6812 RGBW adds a fourth, dedicated white LED element alongside the RGB elements. This produces significantly more accurate, brighter whites than mixing RGB, and allows warm white (SK6812 NW/WW variants) that RGB mixing cannot replicate. The SK6812 uses the same single-wire protocol as WS2812B and is directly supported by WLED. It is the preferred choice for bias lighting (TV backlighting) and any application where natural white light is important.
The APA102 (and its clone, the SK9822) uses a two-wire SPI protocol (clock + data) instead of a single timed data wire. This makes it immune to timing-sensitive signal issues and allows refresh rates far above 1kHz — compared to around 400Hz for WS2812B. For applications where LEDs will be filmed — YouTube studio lighting, broadcast backgrounds, gaming setups that appear in video — the APA102 eliminates the rolling shutter banding that WS2812B produces on camera. Requires two GPIO pins on the controller (clock and data).
The WS2815 is a 12V addressable strip that draws approximately 12mA per LED — one-fifth the current of a 5V WS2812B strip at comparable brightness. At 12V, Ohm's law means the same wattage requires much less current, dramatically reducing voltage drop across long wire runs. The WS2815 also includes a backup data line that allows the strip to continue operating past a failed LED, unlike WS2812B where a failed LED breaks the data chain for everything downstream. Best for runs over 5 metres or installations where individual LED failure continuity matters.