sparkfun / SparkFun_Thing_Plus_ESP32-S3

A SparkFun Thing Plus development board for the ESP32-S3.
https://docs.sparkfun.com/SparkFun_Thing_Plus_ESP32-S3/
Other
0 stars 0 forks source link

RGB_LED.ino broken? #1

Open Vigeant opened 2 days ago

Vigeant commented 2 days ago

Cannot get the RGB_LED.ino to work. it seems related to the FastLED library. (I tried different versions without success)

The project builds and uploads but the RGB LED does not work and when connecting the serial console, it spits the following:

Rebooting... ESP-ROM:esp32s3-20210327 Build:Mar 27 2021 rst:0xc (RTC_SW_CPU_RST),boot:0x18 (SPI_FAST_FLASH_BOOT) Saved PC:0x4037724d SPIWP:0xee mode:DIO, clock div:1 load:0x3fce2820,len:0x10f0 load:0x403c8700,len:0x4 load:0x403c8704,len:0xbec load:0x403cb700,len:0x2fb8 entry 0x403c88ac E (95) rmt(legacy): CONFLICT! driver_ng is not allowed to be used with the legacy driver

abort() was called at PC 0x42011cdb on core 0

Backtrace: 0x4037688e:0x3fceb1f0 0x4037cafd:0x3fceb210 0x40383311:0x3fceb230 0x42011cdb:0x3fceb2b0 0x420091ee:0x3fceb2d0 0x40376c35:0x3fceb300 0x403cca84:0x3fceb340 0x403cce49:0x3fceb380 0x403c8919:0x3fceb4b0 0x40045c01:0x3fceb570 0x40043ab6:0x3fceb6f0 0x40034c45:0x3fceb710

Vigeant commented 2 days ago

Also when can we expect the board to be officially supported?

Vigeant commented 2 days ago

setting USB CDC ON BOOT to disable allows it to run. see related issue here https://github.com/espressif/arduino-esp32/issues/9866