WiFi manager for ESP8266 - ESP12 - ESP32 for micropython
Go to file
Thomas Waldmann 28e2aa5001 make connection wait loop more readable
| is the bitwise or operator, you rather want a logical operator here.
2017-12-11 15:18:39 +01:00
.gitignore
LICENSE
README.md
WiFi_Manager.png
main.py make connection wait loop more readable 2017-12-11 15:18:39 +01:00
networkconfig.py some simple python syntax fixes 2017-12-11 15:12:22 +01:00

README.md

WiFi Manager

Lang : Micropython Tested : 1.8 and 1.9.2 (updated)

Description : WiFi manager for ESP8266 - ESP12 for micropython

Main Features:

  • Web based connection manager
  • Save wifi password in passwd.dat (csv format)
  • Easy to apply

Usage:

Upload main.py and networkconfig.py to ESP. Write your code into main.py or import it from main.py.

Logic:

  1. step: Check passwd.dat file and try saved networks/passwords.
  2. step: Publish web page to configure new wifi.
  3. step: Save network/password to passwd.dat file.
  4. step: Run user code.

alt text

**networkconfig.py based on code of CPOPP - https://github.com/cpopp/MicroPythonSamples