- Esp32 testing
- https://github.com/marketplace/actions/esp32-qemu-runner will run a sketch for X seconds and see's if it crashes
- There's specific tests we'd like to run with this including the WS2812 and APA102 tests to test the clockless and clocked drivers
- https://github.com/marketplace/actions/esp32-qemu-runner will run a sketch for X seconds and see's if it crashes
- I2S driver for ESP32 WS2812
- Original repo is here: https://github.com/hpwit/I2SClockLessLedDriveresp32s3/blob/main/src/I2SClockLessLedDriveresp32s3.h
- Apparently, this driver allows MASSIVE parallelization for WS2812
- Timing guide for reducing RMT frequency Makuna/NeoPixelBus#795
- ESp32 LED guide
- web: https://components.espressif.com/components/espressif/led_strip
- repo: https://github.com/espressif/idf-extra-components/tree/60c14263f3b69ac6e98ecae79beecbe5c18d5596/led_strip
- adafruit conversation on RMT progress: adafruit/Adafruit_NeoPixel#375