Lang : Micropython Tested : 1.8 and 1.9.3
Main Features:
- Web based connection manager
- Save wifi password in "wifi.dat" (csv format)
- Easy to apply
Usage:
Upload main.py and wifimgr.py to ESP. Write your code into main or import it from main.
Logic:
- step: Check "wifi.dat" file and try saved networks/passwords.
- step: Publish web page to configure new wifi.
- step: Save network/password to "wifi.dat" file.
- step: Run user code.
This looks like a well needed and well thought out library. A feature that would be helpful as well would be a webpage for setting up a network station when falling back to AP mode, similar to the Arduino WifiManager.