I'm trying to use system_deep_sleep() , (specifically sleep for 30 seconds for test purposes), and looking at the serial port, I get the message
deep sleep 30s
in response to calling
system_deep_sleep(30*1000*1000);
Then after just under 30 secs' I get some jibberish on the serial port
rllœž|Œlà|Œlìb|Ž‚ì’r’blŽbŒònnžlnnœâìbplblrl‚rò’nàbânbpü
Which is the same sort of jibberish that I get if I reset the module
Edit. I'm using esp_iot_sdk_v0.9.4_14_12_19, which as far as I can tell is the latest version from Espressif's BBS
But after that the module doesn't appear to run the user code etc.
Has anyone successfully used system_deep_sleep() ??