Hi there,
I bought an uPesy ESP32 board last week (here Carte uPesy ESP32 Wroom Low Power DevKit), trying to build a project for the first time.
I started a new code with arduinoIDE, and I've quickly been abled to connect and use wifi, show current hour, then display this on my SSD1306 screen and finally connected a battery to make it autonomous. I was having a lot of fun
Yesterday, i added code to make it go deepsleep after 30s of display, and everything was still fine.
But since I tried to connect a button so that i am able to wake it up, i never been able to upload my code update, facing a connection problem :
"A fatal error occurred: Failed to connect to ESP32: No serial data received."
- I tried using the BOOT button and or the EN button
- the COM port appears/disappear correctly when plugging / un plugging device
- i disconnected everything from my board
- i uninstalled / reinstalled the driver
- i changed my usb cable
- i tried erasing the flash with esptool directly
- pushing the EN button raise correctly (?) a message on the monitor :
13:53:12.631 -> ets Jul 29 2019 12:21:46
13:53:12.631 ->
13:53:12.631 -> rst:0x1 (POWERON_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
13:53:12.631 -> configsip: 0, SPIWP:0xee
13:53:12.631 -> clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
13:53:12.631 -> mode:DIO, clock div:1
13:53:12.631 -> load:0x3fff0030,len:1344
13:53:12.631 -> load:0x40078000,len:13964
13:53:12.631 -> load:0x40080400,len:3600
13:53:12.631 -> entry 0x400805f0
But i still have the same problem :
esptool.py v4.5.1
Serial port COM3
Connecting.....................................Une erreur est survenue lors du transfert du croquis
.
A fatal error occurred: Failed to connect to ESP32: No serial data received.
For troubleshooting steps visit: https://docs.espressif.com/projects/esptool/en/latest/troubleshooting.html
I saw several similar posts, but no solution that unlock me until now...
Could you please help ?
Thanks a lot !!