ESP32 – ESP32-WROOM-32D Needs Reboot to Start Working

esp32pcb-design

I have made a PCB based on the ESP32-WROOM-32D, and the code upload correctly, but it seems that the board for start to work it has to press the reboot button first.

Based on the schematic that ESPRESSIF give us for the ESP32-DevKitC V4. One of the difference between our schematic is how they the get 3.3V.

We use a step-down to go from 12V to 3.3V:
enter image description here
enter image description here
enter image description here

And they used the AMS1117 to go form 5V to 3.3V. (https://dl.espressif.com/dl/schematics/esp32_devkitc_v4-sch.pdf)
enter image description here
enter image description here

That anyone knows if this matter? or what else can i try?

Best Answer

I try the solution that is proposed here: https://esp32.com/viewtopic.php?t=6090

And it works! I remove the capacitance C31

enter image description here

Related Topic