Makuna / NeoPixelBus

An Arduino NeoPixel support library supporting a large variety of individually addressable LEDs. Please refer to the Wiki for more details. Please use the GitHub Discussions to ask questions as the GitHub Issues feature is used for bug tracking.
GNU Lesser General Public License v3.0
1.17k stars 255 forks source link

Support WS2814 LEDs #791

Closed Makuna closed 2 months ago

Makuna commented 3 months ago

The standard WS2812 is different than the WS2814. It is closer to the WS2805 and that method should drive them ok.

Describe the solution you'd like Support a specific timing solution for WS2814.

T0H 220ns-380ns T1H 580ns-1000ns T0L 580ns-1000ns T1L 580ns-1000ns reset 280us

Similar to WS2805 but with a shorter reset time.

Makuna commented 3 months ago

Spec sheet found here

Makuna commented 3 months ago

Exactly like WS2805. A poor translation of the WS2805 spec sheet had the values in the wrong column for overall Kbps. They are being updated and WS2814 will map to it directly.

Makuna commented 2 months ago

https://github.com/Makuna/NeoPixelBus/releases/tag/2.8.0