#ws2812 #led-driver #nrf52833 #smart-leds

no-std ws2812-nrf52833-pwm

nrf52833 PWM driver for ws2812 leds

2 releases

0.2.1 Aug 25, 2024
0.2.0 Aug 18, 2024

#459 in Embedded development

38 downloads per month
Used in mb2-wukong-expansion

MIT/Apache

14KB
135 lines

WS2812 driver for the nRF52833 using PWM

Bart Massey 2024-08

Maintenance crates-io api-docs dependency-status

This code is intended for usage with the smart-leds crate.

This driver utilizes a PWM from the Nordic nRF52833 to drive a pin on the device with the signals necessary for a WS2812-family "Neopixel" smart LED chain.

License

Like the work from which this was derived (see below), this work is licensed under either of

at your option.

Acknowledgements

David Sawatzke david-sawatzke@users.noreply.github.com wrote a driver way back in 2017 that was the starting point for this work. Greatly appreciated.

Dependencies

~12MB
~305K SLoC