|
你好道友!你的问题解决了吗?我发现调用官方给的Demo强制进入Light-sleep模式,有时候进入失败,导致功耗达不到0.5mA。官方的Demo如下:
wifi_station_disconnect();
wifi_set_opmode(NULL_MODE); // set WiFi mode to null mode.
wifi_fpm_set_sleep_type(LIGHT_SLEEP_T); // light sleep
wifi_fpm_open(); // enable force sleep
wifi_fpm_set_wakeup_cb(fpm_wakup_cb_func1); // Set wakeup callback
wifi_fpm_do_sleep(1000 * 1000 * 10); // sleep 10s
不知道为什么有时候会进入Light-sleep失败。等待道友的解答。谢谢!
|
|