Lang : Micropython Tested : 1.8 and 1.9.3
- Web based connection manager
- Save wifi password in "wifi.dat" (csv format)
- Easy to apply
Upload main.py and wifimgr.py to ESP. Write your code into main.py or import it from main.py.
- Step 1: Check "wifi.dat" file and try saved networks/passwords.
- Step 2: Publish web page to configure new wifi.
- Step 3: Save network/password to "wifi.dat" file.
- Step 4: Run user code.
**web server based on code of CPOPP - https://github.com/cpopp/MicroPythonSamples
