ESP32 mini D1 re-program problems
Posted: Mon Jul 24, 2023 8:37 pm
Hi everyone,
Please your comments or help. I´m new in ESP32 architecture and programming.
I´ve been trying to program a board "WeMos ESP32 mini D1" using Arduino IDE, at the begining everything went well but now I need to modify some parts of the program and I can´t re-program the board.
I got the folloeing message:
Sketch uses 797829 bytes (60%) of program storage space. Maximum is 1310720 bytes.
Global variables use 46468 bytes (14%) of dynamic memory, leaving 281212 bytes for local variables. Maximum is 327680 bytes.
esptool.py v4.5.1
Serial port /dev/cu.usbserial-02NRIHVZ
Connectina..
A fatal error occurred: Failed to connect to ESP32: No serial data received.
For troubleshooting steps visit: https://docs.espressif.com/projects/esp ... oting.html
Failed uploading: uploading error: exit status 2
Checking with the Serial Monitor I could see that the system is working and using the serial port and is not in program mode.
Is there any way to re-program it or re-flash ?
Appreciate any comment.
Please your comments or help. I´m new in ESP32 architecture and programming.
I´ve been trying to program a board "WeMos ESP32 mini D1" using Arduino IDE, at the begining everything went well but now I need to modify some parts of the program and I can´t re-program the board.
I got the folloeing message:
Sketch uses 797829 bytes (60%) of program storage space. Maximum is 1310720 bytes.
Global variables use 46468 bytes (14%) of dynamic memory, leaving 281212 bytes for local variables. Maximum is 327680 bytes.
esptool.py v4.5.1
Serial port /dev/cu.usbserial-02NRIHVZ
Connectina..
A fatal error occurred: Failed to connect to ESP32: No serial data received.
For troubleshooting steps visit: https://docs.espressif.com/projects/esp ... oting.html
Failed uploading: uploading error: exit status 2
Checking with the Serial Monitor I could see that the system is working and using the serial port and is not in program mode.
Is there any way to re-program it or re-flash ?
Appreciate any comment.