WiFi manager for ESP8266 - ESP12 - ESP32 for micropython
Go to file
Tayfun ULU 8e28327daf
give to response
2023-01-02 23:49:37 +03:00
.gitignore add a .gitignore 2017-12-11 14:43:23 +01:00
LICENSE
README.md Update README.md 2018-01-01 09:39:57 +03:00
WiFi_Manager.png new layout 2017-12-18 11:14:11 +03:00
main.py Rename module name to wifimgr 2017-12-18 08:37:30 +03:00
wifimgr.py give to response 2023-01-02 23:49:37 +03:00

README.md

WiFi Manager

Lang : Micropython Tested : 1.8 and 1.9.3

Description : WiFi manager for ESP8266 - ESP12 - ESP32 for micropython

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.py or import it from main.py.

Logic:

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

alt text

**web server based on code of CPOPP - https://github.com/cpopp/MicroPythonSamples