B4R Question ESP controllers: RESET + WAKE closed = DeepSleep, but no Flashing

peacemaker

Expert
Licensed User
Longtime User
HI, All

Who already used DeepSleep - is it correct that after connecting pins RST and WAKE for getting DeepSleep - it's impossible to re-flash the MCU ?
 

peacemaker

Expert
Licensed User
Longtime User
It was a question - is it so for sure ?
Or only at my "straight hands" ?

I guess that RST is used during the flashing process. Maybe it should be pulled up additionally
 
Last edited:
Upvote 0

peacemaker

Expert
Licensed User
Longtime User
If RST and GPIO16 (WAKE) are connected, and to make
B4X:
pinWAKE.Initialize(16, pinWAKE.MODE_INPUT_PULLUP)    'RST is pulled up
the flashing is working, but ... no start after re-flashing :), until the manual reset.
 
Upvote 0

peacemaker

Expert
Licensed User
Longtime User
Actually, if RST and GPIO16 (WAKE) pins are connected for DeepSleep - mostly i cannot re-flash it :(. But sometimes - it's reflashed - why not stable ?
Who investigated - any solution to use togerther OTA and deepsleep (with connected pins) ?
 
Upvote 0

peacemaker

Expert
Licensed User
Longtime User
SOLVED: RST and GPIO16 (WAKE) pins must be connected not by short circuit (just wire), but via small resistor, say 470 Ohm.
 
Last edited:
Upvote 0
Top