All Projects → tayfunulu → Wifimanager

tayfunulu / Wifimanager

Licence: mit
WiFi manager for ESP8266 - ESP12 - ESP32 - micropython

Programming Languages

python
139335 projects - #7 most used programming language
micropython
64 projects

Projects that are alternatives of or similar to Wifimanager

Awesome Esp
📶 A curated list of awesome ESP8266/32 projects and code
Stars: ✭ 212 (+20.45%)
Mutual labels:  esp32, espressif, esp8266
Dhtesp
Optimized DHT library for ESP32/ESP8266 using Arduino framework
Stars: ✭ 184 (+4.55%)
Mutual labels:  esp32, espressif, esp8266
Blynk Library
Blynk library for embedded hardware. Works with Arduino, ESP8266, Raspberry Pi, Intel Edison/Galileo, LinkIt ONE, Particle Core/Photon, Energia, ARM mbed, etc.
Stars: ✭ 3,305 (+1777.84%)
Mutual labels:  esp32, espressif, esp8266
Lwesp
Lightweight Espressif AT parser library for ESP8266 and ESP32 devices.
Stars: ✭ 212 (+20.45%)
Mutual labels:  esp32, espressif, esp8266
Esp32marauder
A suite of WiFi/Bluetooth offensive and defensive tools for the ESP32
Stars: ✭ 233 (+32.39%)
Mutual labels:  esp32, espressif, esp8266
Farm-Data-Relay-System
A system that uses ESP-NOW, LoRa, and other protocols to transport sensor data in remote areas without relying on WiFi.
Stars: ✭ 97 (-44.89%)
Mutual labels:  esp8266, esp32, espressif
Nodemcu Firmware
Lua based interactive firmware for ESP8266, ESP8285 and ESP32
Stars: ✭ 6,884 (+3811.36%)
Mutual labels:  esp32, espressif, esp8266
Espmqttclient
Wifi and MQTT handling for ESP8266 and ESP32
Stars: ✭ 169 (-3.98%)
Mutual labels:  esp32, esp8266
Esp wifimanager
This is an ESP32 / ESP8266 WiFi Connection Manager with fallback web configuration portal. Use this library for configuring ESP32, ESP8266 modules' WiFi, etc. Credentials at runtime. You can also specify static DNS servers, personalized HostName, fixed or random AP WiFi channel. With examples supporting ArduinoJson 6.0.0+ as well as 5.13.5- .
Stars: ✭ 125 (-28.98%)
Mutual labels:  esp32, esp8266
Server Go
🎨OpenIoTHub Server[内网穿透和物联网设备管理服务器]
Stars: ✭ 127 (-27.84%)
Mutual labels:  esp32, esp8266
Makingfunxyz Esp8266
个人ESP8266学习笔记。
Stars: ✭ 167 (-5.11%)
Mutual labels:  espressif, esp8266
Enigmaiot
Secure sensor and gateway platform based on ESP8266 and ESP32
Stars: ✭ 120 (-31.82%)
Mutual labels:  esp32, esp8266
Tts
Text-to-Speech for Arduino
Stars: ✭ 118 (-32.95%)
Mutual labels:  esp32, esp8266
Gateway Go
🎁GateWay Client for OpenIoTHub[云易连访问内网端口和设备的网关]
Stars: ✭ 127 (-27.84%)
Mutual labels:  esp32, esp8266
React Native Smartconfig
A React Native module for ESP8266 Smartconfig
Stars: ✭ 109 (-38.07%)
Mutual labels:  esp32, esp8266
Webserial
Remote Serial monitor for ESP8266 & ESP32
Stars: ✭ 133 (-24.43%)
Mutual labels:  esp32, esp8266
Mjs
Embedded JavaScript engine for C/C++
Stars: ✭ 1,547 (+778.98%)
Mutual labels:  esp32, esp8266
Elegantota
Push OTAs to ESP8266 or ESP32 Elegantly.
Stars: ✭ 128 (-27.27%)
Mutual labels:  esp32, esp8266
Minigrafx
ESP8266 graphics library
Stars: ✭ 135 (-23.3%)
Mutual labels:  esp32, esp8266
Lib Python
Blynk IoT library for Python and Micropython
Stars: ✭ 140 (-20.45%)
Mutual labels:  esp32, esp8266

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].