Page 1 of 1

is it possible to suspend wifi to save power?

Posted: Fri Nov 25, 2022 3:36 am
by wxzhuhua
I'm using esp-idf 4.4.2
I want to suspend wifi to save power and recover it when I need, how to do that?
esp_wifi_stop works to stop it, but when I tried esp_wifi_start to recover wifi link, it don't work.

Re: is it possible to suspend wifi to save power?

Posted: Fri Nov 25, 2022 4:11 am
by wxzhuhua
Forgot to mention, BLE is also enabled, I'm using bluedroid, CONFIG_ESP32_WIFI_SW_COEXIST_ENABLE is set to yes.