Search found 2 matches

by espressif_liuuu
Wed Jul 14, 2021 1:11 pm
Forum: ESP-IDF
Topic: Power consumption for Rainmaker [IDFGH-5540]
Replies: 10
Views: 38064

Re: Power consumption for Rainmaker [IDFGH-5540]

"I use ESP IDF 4.4. I tried to enable ESP_WIFI_STA_DISCONNECTED_PM_ENABLE but nothing changed. It still consume 80mA while searching for AP. One thing that could be important: the Rainmaker app invokes esp_wifi_connect() every 2 seconds. So I suggest that esp_wifi_connect() power on WiFi RX with 100...
by espressif_liuuu
Tue Jul 13, 2021 6:37 am
Forum: ESP-IDF
Topic: Power consumption for Rainmaker [IDFGH-5540]
Replies: 10
Views: 38064

Re: Power consumption for Rainmaker [IDFGH-5540]

Hi, thanks for your questions. For your first question, if you want to scan for AP when connected with AP, there is no other specific way to control it. You may need to call scan API periodically to control power consumption. Meanwhile, if you want to scan at disconnected status, please update your ...