ESP32-S2 problem with RMTWriteNeoPixel.ino example
Posted: Sat Jun 20, 2020 8:19 pm
I am trying to use the RMTWriteNeoPixel.ino example on a Saola development board. I am not getting the expected behavior.
https://github.com/espressif/arduino-es ... oPixel.ino
With a regular ESP32 (not S2) each led is turned on for 100mS, followed by the next led, then the next, ...
With the ESP32-S2 I get three leds turn on, the first (blue), the second (blue), the third (green), then nothing until the cycle starts over again. The remaining leds in the string are not turned on.
Does anyone know what i need to do to get the Neopixel string to work properly with the ESP32-S2?
https://github.com/espressif/arduino-es ... oPixel.ino
With a regular ESP32 (not S2) each led is turned on for 100mS, followed by the next led, then the next, ...
With the ESP32-S2 I get three leds turn on, the first (blue), the second (blue), the third (green), then nothing until the cycle starts over again. The remaining leds in the string are not turned on.
Does anyone know what i need to do to get the Neopixel string to work properly with the ESP32-S2?