Skip to content

tayfunulu/WiFiManager

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
December 11, 2017 14:43
October 22, 2017 22:47
January 1, 2018 09:39
December 18, 2017 11:14
December 18, 2017 08:37
January 2, 2023 23:49

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

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages