WiFi manager for ESP8266 - ESP12 - ESP32 for micropython
Go to file
Tayfun ULU 582cc2acbc
change ssid name and passwd
you could change default ssid name and passwd.
2017-11-19 13:02:15 +03:00
LICENSE Initial commit 2017-10-22 22:47:31 +03:00
README.md flow chart added 2017-10-29 23:49:58 +03:00
WiFi_Manager.png added flow chart 2017-10-29 23:47:06 +03:00
main.py Update main.py 2017-10-24 08:44:49 +03:00
networkconfig.py change ssid name and passwd 2017-11-19 13:02:15 +03: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 on esp Write your code on main.py or import from main.py

Logic:

  1. step : Check passwd.dat file and try saved passwords
  2. step : To publish web page to config new wifi
  3. step : Saving password on passwd.dat file.
  4. step : Run user code

alt text

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