Search found 3 matches

by zandam
Sat Jan 05, 2019 7:00 pm
Forum: Hardware
Topic: GPIO0 connected to GND makes the esp32 enter download mode
Replies: 2
Views: 12273

Re: GPIO0 connected to GND makes the esp32 enter download mode

GPIO0 must be high on reset not to enter the bootloader mode, after booting you can use it as any GPIO. Why is it held low and how is it driving SSR, via transistor or directly? You should put a pull-up resistor on GPIO0 so that it is in high state during reset. Thanks for the reply. I'm not expert...
by zandam
Sat Jan 05, 2019 3:48 pm
Forum: General Discussion
Topic: Strapping Pins explanation
Replies: 5
Views: 69782

Re: Strapping Pins explanation

0,2, and 12 are the critical ones. A workaround is to put a time delay switch between the gpio and the peripheral so the bootloader can read the strapping pin before the switch connects it to the peripheral. Hello, I'd be interested in this solution. How do you put a "time delay switch"? Is it doab...
by zandam
Sat Jan 05, 2019 3:16 pm
Forum: Hardware
Topic: GPIO0 connected to GND makes the esp32 enter download mode
Replies: 2
Views: 12273

GPIO0 connected to GND makes the esp32 enter download mode

Hardware: Board: ESP32 Dev Module IDE name: Platform.io Flash Frequency: 40Mhz PSRAM enabled: no Upload Speed: 115200 Computer OS: Windows 10 Description: Hello, I have a custom made PCB developed for esp32-devkit-v4 form factory. This PCB basically has a a solid state relay controlled by the esp32...