You are reading a single comment by @Wilberforce and its replies.
Click here to read the full conversation.
-
ref #6
Thank you @Wilberforce for the detail outlining that, this is specific to ESP32 and not authentic Espruino devices. That should resolve the confusion here.
Neopixels are still broken on the esp32 with version 2.00.
Since the sdk was updated to v3.0 (and also 3.1) it has not worked. There was no changes around the RMT libs used output the waveforms,so it's a bit of a mystery. @jumjum is going to connect a digital oscilloscope at some stage.
The outstanding issue is here:
https://github.com/espruino/Espruino/issues/1484
We have bigger issues with wifi not connecting at present with the latest sdk so will be reverting back to 3.0.x
The ESP-idf is a moving target - we update to get new features, and then other things break. It's very frustrating!