Robust WiFi connection script for ESP8266

Discussion about programs, libraries and tools that work with MicroPython. Mostly these are provided by a third party.
Target audience: All users and developers of MicroPython.
Post Reply
sungkhum
Posts: 5
Joined: Sun Jul 28, 2019 3:33 pm

Robust WiFi connection script for ESP8266

Post by sungkhum » Wed Sep 04, 2019 9:52 pm

I kept having trouble getting my ESP8266 to consistently connect to WiFi, so I wrote a script that checks if there's a connection, and also stores multiple SSID's to try (so when I change locations, it just connects automatically).
If it is helpful to anyone, I put it up here: https://medium.com/@sungkhum/robust-wif ... 4208ecbd27

Post Reply