Adafruit_NeoPixel icon indicating copy to clipboard operation
Adafruit_NeoPixel copied to clipboard

strip.show(); crashes Arduino Nano ESP32 with Espressif ESP32 3.0.4 board

Open ednieuw opened this issue 5 months ago • 2 comments

  • Arduino board: Espressif ESP32 3.0.4

  • Arduino IDE version: 1.8.19 and 2.3.2

Choose the Arduino Nano ESP32 from the Espressif esp32 board. Partition Scheme: With FAT Pin Numbering: By GPIO number (legacy)

Open examples-> Adafruit->RGBW strandtest Compile and upload The Nano ESP32 will crash immediately.

In my own program, that uses this library, the crash follows when using the strip.show(); command. The program starts up and runs well until the strip.show(); command is used and the MCU reboots.

NOTE: When the Arduino ESP32 board is used the strip.show(); command works well.

ednieuw avatar Sep 04 '24 13:09 ednieuw