As the title says... Chat on...

User avatar
By Patriko
#11048 Hi!

After few days of testing I realized that when forking in wifi.APSTATION mode esp8266 sometimes disconnects from AP - it's still working, I can connect to it's network and access http server but it doesn't reconnect to my AP, even when wifi.sta.autoconnect(1) is used on initialization.

When I check wifi.sta.status() it's 5 and wifi.sta.getip() gives me correct IP. But before I use wifi.sta.connect() manualy or reset device I cannot access it from home network.

Is there any way to provide reliable operation? Something like "connection watchdog"? Disconnection notify or way to check "is it really connected"?

Thanks,
Patriko