Serial port COM7
Connecting...
Chip is ESP32-C3 (revision v0.4)
Features: WiFi, BLE
Crystal is 40MHz
MAC: 84:fc:e6:e4:a7:74
Uploading stub...
Running stub...
Stub running...
Changing baud rate to 512000
A fatal error occurred: No serial data received.
Failed uploading: uploading error: exit status 2
problem 2:
Serial port COM3
Connecting......................................
A fatal error occurred: Failed to connect to ESP32-C3: No serial data received.
For troubleshooting steps visit: https://docs.espressif.com/projects/esptool/en/latest/troubleshooting.html
Failed uploading: uploading error: exit status 2
I tried installing all drivers: CH34x, CP210x and CP210x VCP.
But the problem continues, I programed this ESP32 C3 SuperMini in february and with the drivers it worked, now I tried to program and have those problems, I dont know what to do, pls help me
the code that I was tried to upload is the example BLINK and I have Arduino IDE 2.3.2.
Please don't hijack threads @miguel_sanabria_ruiz. I have split your post out to its own topic.
Hijacking is against the Arduino forum rules. The reason is that it may sidetrack the discussion, even preventing the creator of the topic from getting the assistance they need. It also reduces your own chances of getting assistance.
I have also merged your cross-posts>.
Cross-posting is against the Arduino forum rules. The reason is that duplicate posts can waste the time of the people trying to help. Someone might spend a lot of time investigating and writing a detailed answer on one topic, without knowing that someone else already did the same in the other topic.
Repeated cross-posting can result in a suspension from the forum.
In the future, please only create one topic for each distinct subject matter.
This error might be caused by having the wrong port selected from the Tools > Port menu in Arduino IDE.
Please perform this experiment to verify that the port you have selected is your Arduino board:
Disconnect the USB cable of the Arduino board from your computer.
Select Tools > Port from the Arduino IDE menus.
Take note of the ports, if any, listed in the menu.
Close the Tools menu.
The ports list is only updated when the Tools menu is re-opened, so this step is essential.
Connect the Arduino board to your computer with a USB cable.
Select Tools > Port from the Arduino IDE menus. - If a new port is listed in the menu, that is the port of your Arduino board.
Select that port from the menu and try uploading again.
If the upload still fails, or if no new port appeared after you plugged the Arduino board into your computer, add a reply here to let us know and we'll investigate the problem further.
I was having the same issue until I pressed both Boot and Reset while plugging the USB cable. Then release the reset and finally Boot.
It's working fine again.