-
Notifications
You must be signed in to change notification settings - Fork 542
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Example for controlling a chain of WS2812 LEDs using ESP32 RMT periph… #1849
Conversation
@vbenso please fix the coding style issues:
you can run from apps/ calling the checkpatch.sh inside nuttx/tools/
|
Ok, I'll be away from my PC up to Tuesday... But I'll fix the coding style. Perhaps until then, if other fixes come up, let me know. |
e221e0c
to
4044b2a
Compare
@acassis |
Summary
Recently a driver to transmit pulse trains using ESP32 RMT peripheral was merged to nuttX in PR apache/nuttx#6992
To demonstrate the usage of the mentioned driver, an application that drives a chain of WS2812 LEDS was written.
Impact
Testing
This application was tested in an ESP32 devkitc board driving up to 768 WS2812 RGB LEDs.