1) How to fix the UART issue after deep-sleep?
> if you use add_low-power_deepsleep_cmd.py file to change your bin file, the UART couldn't print chip init logs. because UART FIFO is be cleaned in init process.
2) Does ESP8266's non-os sdk (1.5.2) change AHB clock/timer-clock in order to save power?
> In light sleep / deep sleep ,CPU doesn't work. Couldn't change AHB clock, but you could change CPU freq by call "system_update_cpu_freq" . But we not recommended to modify the frequency.
for your example, we will test.
3) How could I disable/enable Wi-Fi from user level application?
> You could call force sleep API to disable/enable Wi-Fi .
4) Is it possible to disable Wi-Fi in light-sleep mode?
> in light sleep the WI-FI have been closed.
5) Is it sufficient to just call "wifi_set_sleep_type(MODEM_SLEEP_T)" to let ESP module draw current to 15mA (rather than 72mA)?
> if you call auto sleep function , it is automatic that chip enter the sleep mode. notice, make sure in station mode and connect AP.Statistics: Posted by ESP_Alfred — Mon May 09, 2016 12:07 pm
]]>