Closed semen07 closed 1 year ago
Can you try to connect to the chip using Serial terminal programs (e.g. miniterm)? You should see some boot log. This will verify if the chip is working and you are using the correct serial port. The soldered capacitor could help just in case of issues in changing to download mode. In this case, it seems that the chip is not able to communicate at all. Can you double-check if there aren't any solder joints where there aren't supposed to be? Seems to be some kind of hardware issue.
mi sono connesso al dispositivo tramite un Serial terminal program e ho ottenuto i seguenti messaggi: `ets Jun 8 2016 00:22:57
rst:0x1 (POWERON_RESET),boot:0x13xets Jun 8 2016 00:22:57 zets Jun 8 2016 00:22:57
rst:0x1 (POWERON_RESets Jun 8 2016 00:22:57 ets J}ets Jun 8 2016 00:22:57
rst:0x1 (POWERON_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT) configsip: 0, SPIWP:0~ets Jun 8 2016 00:22:57
rst:0x1 (POWERON_RESET),boot:0x13 (SPI_FAST_FLASH_BOOTuets Jun 8 201ets Juet{ets Jun 8 2016 00:22:57
rst:0x1 (Pets Jun ~ets Jun 8 2016 00:22:57
rst:0x1 (POWERON_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT) configsip: 0, SPIWP:0xee clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00 mode:DIO, clock div:1 load:0x3fff0030,len:1344 load:0x40078000,len:13836 load:0x40080400,len:3608 entry 0x400805f0 ets Jun 8 2016 00:22:57
rst:0x1 (Pets Jun 8 2016 00:22:57
ets Jun 8 2016 00:22:57
rst:0x1 (POWERON_RESET),boot:0x13 (SPI_F}ets Jun 8 2016 00:22:57
rst:0x1 (POWERONets Jun 8 2016 00:22:57
that means the chip is working. the capacitor i soldered does not create any problem and i connected it because otherwise the board is not recognized by the computer. i still can't figure out what is the cause of the problem. thanks anyway for the help
Can you try monitoring the output while switching the chip to download mode manually by holding the Boot button and pressing the Reset button (while boot still pressed)? You should see similar boot log to this one:
rst:0x1 (POWERON_RESET),boot:0x3 (DOWNLOAD_BOOT(UART0/UART1/SDIO_REI_REO_V2))
DOWNLOAD_BOOT (or just DOWNLOAD) is the important part.
If the chip stays in download mode without resetting again - you can close the serial terminal program and try running esptool with argument --before no_reset
to skip the initial reset.
If the chip is resetting repeatedly - I am afraid your chip may be broken.
I'm closing this for inactivity.
Operating System
windows 11
Esptool Version
4.0.2
Python Version
Python 3.11.4
Chip Description
ESP32-WROOM-33
Device Description
I'm using an ESP32-"WROOM-32" with a a capacitor connected between the EN pin and GND. I think the chip is "SILABS CP2102"
Hardware Configuration
No response
How is Esptool Run
Arduino IDE
Full Esptool Command Line that Was Run
No response
Esptool Output
More Information
No response
Other Steps to Reproduce
No response
I Have Read the Troubleshooting Guide