Skip to content

Demo & driver using the RMT peripheral of the ESP32 to control WS2812 RGB LEDs

Notifications You must be signed in to change notification settings

MartyMacGyver/ESP32-ws2812-demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ESP32 WS2812 driver and rainbow demo

The new repo has more comprehensive demos and libraries for both ESP-IDF and Arduino-ESP32


This is a driver for the WS2812 RGB LEDs which uses the RMT peripheral on the ESP32. It uses interrupts from the RMT peripheral to keep the buffer filled until all the bytes have been sent to the LED array.


Original code by Chris Osborn [email protected] For more information see https://insentricity.com/a.cl/268

About

Demo & driver using the RMT peripheral of the ESP32 to control WS2812 RGB LEDs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 92.3%
  • Makefile 7.7%