duino-coin icon indicating copy to clipboard operation
duino-coin copied to clipboard

Issue with ESP32-C3 Super mini

Open srmarchi opened this issue 4 months ago • 3 comments

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

Image

srmarchi avatar Aug 15 '25 21:08 srmarchi

Hello, please try using the code directly from the GitHub source instead of the release and see if this helps.

revoxhere avatar Aug 17 '25 19:08 revoxhere

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 avatar Sep 01 '25 17:09 srmarchi

@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.

NumenMirus avatar Oct 08 '25 22:10 NumenMirus