Page 1 of 1

My ESP32-C6 connects and disconnects in an endless cycle when connecting it to my pc

Posted: Mon Feb 03, 2025 6:44 pm
by appajulio
Hello

I have an ESP32-C6-WROOM-1 microcontroller. It was working correctly but I made the mistake of physically disconnecting it without finishing the operating system process. Now every time I connect it through the USB type C port to the PC, the device connects and disconnects in an endless cycle. I have already tried flashing the device again and loading the micropython firmware, however it does not let me load programs and when I remove the power supply and reconnect the device this situation occurs again.

The only way I can stop this situation from happening is to press the reset button before plugging it in or press the boot button before plugging it in.

Does anyone know how I can fix this situation or has the microcontroller already been damaged? :cry:

Re: My ESP32-C6 connects and disconnects in an endless cycle when connecting it to my pc

Posted: Tue Feb 04, 2025 12:09 pm
by MicroController
Have you tried
1 - unplug USB
2 - hold BOOT button
3 - plug in USB
4 - release BOOT button
5 - flash new firmware
?

Re: My ESP32-C6 connects and disconnects in an endless cycle when connecting it to my pc

Posted: Tue Feb 04, 2025 6:14 pm
by appajulio
Yes, I already tried all those options and it couldn't solve it.