Don't know if it will help but turning off power management might be a good starting point -It works well, but eventually becomes disconnected from the wifi. I have noticed that if I query it every 5 minutes to see if it is alive, it never gets disconnected. Is there a proper way to make sure the wifi continues to work correctly?
Code:
wlan = network.WLAN(network.STA_IF)wlan.active(True)wlan.config(pm=0xA11140)# <---wlan.connect(ssid, password)
Statistics: Posted by hippy — Sun Dec 22, 2024 5:52 pm