Tools/Board Selected: "Adafruit MetroESP32-S3"
Port: "COM15(Adafruit MetroESP32-S3)"
Example 'Blink'
On upload:
2 warnings '<command-line>: warning: ISO C++11 requires whitespace after the macro name'
After that multiple lines:
PORTS {COM15, } / {COM15, } => {}
Finally:
Code: Select all
esptool.py v4.6
Serial port COM15
A fatal error occurred: Could not open COM15, the port doesn't exist
A fatal error occurred: Could not open COM15, the port doesn't exist
Error while setting serial port parameters: 115,200 N 8 1
Update:
followed instructions on 'Manual bootload mode':
New COM-port appeared, switched to it and the sketch was uploaded eventually.Press and hold the BOOT/DFU button down. Don't let go of it yet!
Press and release the Reset button. You should still have the BOOT/DFU button pressed while you do this.
Now you can release the BOOT/DFU button.
After that tried uploading again in a regular mode - same issue as above.
What does this mean?