Delay booting
Posted: Mon Dec 03, 2018 9:47 am
Hello,
is there a possibility to delay the boot of the ESP32.
Background: With some switching power supplies the rise up time of the power is too long.
So the ESP32 starts booting but does not go in normal operating mode. Wiring the GPIO0 to VCC and GPIO12 to GND helps but is not so very nice. Especially that I need to wire it without a resistor.
If the brownout feature would work this could be also a possibility - but I use WiFi and then it is not working.
Ideal would be a delay in the bootloader so it starts (and reading the strapping pins) after a short delay (~500ms).
is there a possibility to delay the boot of the ESP32.
Background: With some switching power supplies the rise up time of the power is too long.
So the ESP32 starts booting but does not go in normal operating mode. Wiring the GPIO0 to VCC and GPIO12 to GND helps but is not so very nice. Especially that I need to wire it without a resistor.
If the brownout feature would work this could be also a possibility - but I use WiFi and then it is not working.
Ideal would be a delay in the bootloader so it starts (and reading the strapping pins) after a short delay (~500ms).