Search found 2 matches

by pingu077
Mon Feb 21, 2022 12:54 pm
Forum: ESP32 boards
Topic: ESP32 - configuring wifi power save mode from micropython
Replies: 6
Views: 59840

Re: ESP32 - configuring wifi power save mode from micropython

Thanks for pointing out these 2 pull requests. I checked both of them, and I think I prefer your approach (6774), although if none of them is gets merged, it won't help much... I'm trying to use the ESP32 in a home automation system where the board must send and respond to MQTT messages with fairly ...
by pingu077
Sun Feb 20, 2022 2:39 pm
Forum: ESP32 boards
Topic: ESP32 - configuring wifi power save mode from micropython
Replies: 6
Views: 59840

ESP32 - configuring wifi power save mode from micropython

Hi, I would like to configure my ESP32 board to disable WiFi power save mode from MicroPython. How can this be done ? From Espressif docs at https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/network/esp_wifi.html it can be done with: esp_wifi_set_ps(WIFI_PS_NONE) , as by defa...