# WiFiManager
**Repository Path**: CHN_ZC/WiFiManager
## Basic Information
- **Project Name**: WiFiManager
- **Description**: https://github.com/tayfunulu/WiFiManager.git micropython用的 WiFiManager 但是不怎么好用
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2020-04-11
- **Last Updated**: 2025-09-12
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# 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.

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