micropython-WiFiManager/README.md

26 wiersze
664 B
Markdown
Czysty Zwykły widok Historia

2017-10-22 20:14:20 +00:00
# WiFi Manager
Lang : Micropython
2017-10-23 06:41:02 +00:00
Tested : 1.8 and 1.9.2 (updated)
2017-10-22 20:14:20 +00:00
2017-10-22 20:21:55 +00:00
<b>Description</b> : WiFi manager for ESP8266 - ESP12 for micropython
2017-10-22 20:14:20 +00:00
2017-10-22 20:21:55 +00:00
<b>Main Features:  </b>
2017-10-22 20:14:20 +00:00
- Web based connection manager
- Save wifi password in passwd.dat (csv format)
2017-10-22 20:21:55 +00:00
- Easy to apply
2017-10-22 20:14:20 +00:00
2017-10-22 20:21:55 +00:00
<b>Usage : </b>
2017-10-22 20:14:20 +00:00
Upload main.py and networkconfig.py on esp
Write your code on main.py or import from main.py
2017-10-22 20:21:55 +00:00
<b>Logic: </b>
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
**networkconfig.py based on code of CPOPP - https://github.com/cpopp/MicroPythonSamples