micropython-WiFiManager/README.md

28 wiersze
762 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-12-11 13:47:33 +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-12-11 13:47:33 +00:00
<b>Usage:</b>
2017-10-22 20:14:20 +00:00
2017-12-11 13:47:33 +00:00
Upload main.py and networkconfig.py to ESP.
Write your code into main.py or import it from main.py.
2017-10-22 20:21:55 +00:00
2017-12-11 13:47:33 +00:00
<b>Logic:</b>
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.
2017-10-22 20:21:55 +00:00
2017-10-29 20:49:58 +00:00
![alt text](https://github.com/tayfunulu/WiFiManager/blob/master/WiFi_Manager.png)
2017-10-22 20:21:55 +00:00
**networkconfig.py based on code of CPOPP - https://github.com/cpopp/MicroPythonSamples