WiFi manager for ESP8266 - ESP12 - ESP32 - micropython
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Tayfun ULU 552bfecd45
Merge pull request #41 from mattytrentini/add-package-json
2 months ago
.gitignore add a .gitignore 8 years ago
LICENSE Initial commit 8 years ago
README.md Update README.md 8 years ago
WiFi_Manager.png new layout 8 years ago
main.py Rename module name to wifimgr 8 years ago
package.json Add package.json for MIP compatibility 2 months ago
wifimgr.py give to response 3 years ago

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