Hey guys, i just tried to flash my esp32-wroom-32D.
the red controll led is static on as usual. when i try to upload my scetch, it wont let me connect with pressing the boot button tho. it just runns into an error.
Serial Monitor:
"Sketch uses 276809 bytes (21%) of program storage space. Maximum is 1310720 bytes. Global variables use 21820 bytes (6%) of dynamic memory, leaving 305860 bytes for local variables. Maximum is 327680 bytes. esptool.py v4.5.1 Serial port COM5 Connecting......................................
Press the boot button before it says connecting. Try it several times after quitting ALL open IDE windows including monitors. I assume you have the correct driver loaded.
did not work. i closed all monitors and pressed the boot button before connecting (already while beeing in the 3/4 of scetch compiling. can i somehow get more informations for u guys whats happening on the chip.
Driver shouldn't be the issue because i have a identical esp here and it works just fine.
could it be that the flash loader got corrupted somehow? Maybe i need to re install the firmware on the esp? i have no clue at all how to do that tho haha
The board could be bad, I don't know anything about firmware, in the several years playing with these boards and I have multiples of a dozen different boards I have never had to mess with the firmware. I have had to try an upload as many as 6 or 10 times before it finally worked, I consider that normal for these toys.
I have some esp32 boards that either do not have a boot sw or if they do it isn't needed to do an upload. I was told it is due to a diferent uart/usb chip.
i tried the things with pyton. i installed everything and it seems like the commands are working. but it still cant connect to the esp somehow.
C:\Users\Max>python -m esptool --chip esp32 erase_flash esptool.py v4.8.1 Found 2 serial ports Serial port COM5 Connecting...................................... COM5 failed to connect: Failed to connect to ESP32: No serial data received. For troubleshooting steps visit: Troubleshooting - ESP32 - — esptool.py latest documentation Serial port COM1 Connecting...................................... COM1 failed to connect: Failed to connect to ESP32: No serial data received. For troubleshooting steps visit: Troubleshooting - ESP32 - — esptool.py latest documentation
A fatal error occurred: Could not connect to an Espressif device on any of the 2 available serial ports.