Issue with ESP32-C3 Super mini
Hi guys!
Can someone give me some light on this issue?
No compilation errors and serial monitor stay in loop...
Rebooting... ESP-ROM:esp32c3-api1-20210207 Build:Feb 7 2021 rst:0xc (RTC_SW_CPU_RST),boot:0xd (SPI_FAST_FLASH_BOOT) Saved PC:0x40380ce4 SPIWP:0xee mode:DIO, clock div:1 load:0x3fcd5820,len:0x1188 load:0x403cbf10,len:0xb34 load:0x403ce710,len:0x2fd8 entry 0x403cbf10 E (210) tsens: CONFLICT! driver_ng is not allowed to be used with the legacy driver
abort() was called at PC 0x42065a77 on core 0
Hello, please try using the code directly from the GitHub source instead of the release and see if this helps.
Thank you Revox! But even using the GitHub code I got the same error: (205) tsens: CONFLICT! driver_ng is not allowed to be used with the legacy driver
I tryed in the another C3 board and got the same error. I selected ESP32C3 Dev Board, is it correct? I have already updated all the drivers too...
@srmarchi The problem for me was conflicting libraries for the internal sensors. Chek if you have it enabled in settings.h. Disabling any temperature sensors did the job for me.