Search found 2 matches

by peterdrinnan
Thu Jun 27, 2024 3:53 am
Forum: General Discussion
Topic: ESP32-WROOM-32D does not always reset on power-up
Replies: 9
Views: 10009

Re: ESP32-WROOM-32D does not always reset on power-up

I had this issue with just 1 esp32 wroom dev board. It was the only board I have seen with that issue after using dozens of esp32 wroom boards. The fix was fairly simple and seems to be reliable. The unit has been powered down/up dozens of times in the last few days. Just bridge the vin (5v) to GPIO...
by peterdrinnan
Wed Jun 26, 2024 4:16 am
Forum: ESP32 Arduino
Topic: ESP32 runs program only after EN pressed.
Replies: 6
Views: 10910

Re: ESP32 runs program only after EN pressed.

"Add a 10K resistor between BOOT (GPIO 0) and Vcc." - This worked for me. Previously wasted time with a capacitor between EN and ground, and also a 100k resistor between GPIO 0 and 3.3v. Nothing worked until I connected the 10k resistor between GPIO 0 and VCC (5v).