All Projects → r-downing → Perswifimanager

r-downing / Perswifimanager

Licence: mit
Persistent WiFiManager Arduino library for ESP8266

Projects that are alternatives of or similar to Perswifimanager

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 (+3017.92%)
Mutual labels:  arduino, esp32, esp8266, wifi
Bleeper
Library to manage your firmware configurations written in C++
Stars: ✭ 54 (-49.06%)
Mutual labels:  arduino, esp32, esp8266, wifi
Esp3d
FW for ESP8266/ESP8285/ESP32 used with 3D printer
Stars: ✭ 979 (+823.58%)
Mutual labels:  arduino, esp32, esp8266, wifi
Blinker Doc
blinker中文文档
Stars: ✭ 139 (+31.13%)
Mutual labels:  arduino, esp32, esp8266, wifi
Blinker Library
An IoT Solution,Blinker library for embedded hardware. Works with Arduino, ESP8266, ESP32.
Stars: ✭ 1,095 (+933.02%)
Mutual labels:  arduino, esp32, esp8266, wifi
Espmqttclient
Wifi and MQTT handling for ESP8266 and ESP32
Stars: ✭ 169 (+59.43%)
Mutual labels:  arduino, esp32, esp8266, wifi
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 (+17.92%)
Mutual labels:  arduino, esp32, esp8266, wifi
Esp32marauder
A suite of WiFi/Bluetooth offensive and defensive tools for the ESP32
Stars: ✭ 233 (+119.81%)
Mutual labels:  arduino, esp32, esp8266, wifi
Esphelper
A library to make using WiFi & MQTT on the ESP8266 easy.
Stars: ✭ 310 (+192.45%)
Mutual labels:  arduino, esp32, esp8266, wifi
Tft espi
Arduino and PlatformIO IDE compatible TFT library optimised for the STM32, ESP8266 and ESP32 that supports different driver chips
Stars: ✭ 1,215 (+1046.23%)
Mutual labels:  arduino, esp32, esp8266
Wifisatellite
WiFi Satellite Project - as seen on the Chaos Communication Congress
Stars: ✭ 52 (-50.94%)
Mutual labels:  arduino, esp32, wifi
Desk Lamp Alternative Firmware
An alternative firmware for the Mijia Xiaomi Desk Lamp
Stars: ✭ 54 (-49.06%)
Mutual labels:  arduino, esp8266, wifi
Atc
STM32 LL AT-Command parser
Stars: ✭ 53 (-50%)
Mutual labels:  esp32, esp8266, wifi
Esp8266audio
Arduino library to play MOD, WAV, FLAC, MIDI, RTTTL, MP3, and AAC files on I2S DACs or with a software emulated delta-sigma DAC on the ESP8266 and ESP32
Stars: ✭ 972 (+816.98%)
Mutual labels:  arduino, esp32, esp8266
Sming
Sming - Open Source framework for high efficiency native ESP8266 development
Stars: ✭ 1,197 (+1029.25%)
Mutual labels:  arduino, esp8266, wifi
Deepsleepscheduler
DeepSleepScheduler is a lightweight, cooperative task scheduler library with configurable sleep and task supervision.
Stars: ✭ 59 (-44.34%)
Mutual labels:  arduino, esp32, esp8266
Esp8266 Bitcoin Ssid Ticker
A Bitcoin SSID ticker for ESP8266's written in Arduino C/C++
Stars: ✭ 31 (-70.75%)
Mutual labels:  arduino, esp8266, wifi
Esp8266 deauther
Affordable WiFi hacking platform for testing and learning
Stars: ✭ 9,312 (+8684.91%)
Mutual labels:  arduino, esp8266, wifi
Esp8266 Oled Ssd1306
Driver for the SSD1306 and SH1106 based 128x64, 128x32, 64x48 pixel OLED display running on ESP8266/ESP32
Stars: ✭ 1,590 (+1400%)
Mutual labels:  arduino, esp32, esp8266
Stickwatch
A DIY smart watch based on M5Stick of ESP32
Stars: ✭ 68 (-35.85%)
Mutual labels:  arduino, esp32, esp8266

PersWiFiManager

Persistent WiFiManager Arduino library for ESP8266-based microcontrollers

This Persistent WiFi Manager provides a WiFi Settings web interface for ESP8266-based microcontrollers. It can autoconnect to the last used network, and then if unsuccessful, switch to AP mode with a captive DNS server. This action is non-blocking; the program will proceed to the main loop after, regardless of WiFi connection status. In AP mode, any device (phone, computer, etc) can connect to this network to configure the wifi connection, or access the device as a webserver.

This library and UI was inspired by tzapu's WiFiManager library. The main difference is that it allows the program to continue functioning normally, even in AP mode. It is also more memory efficient, as it does not have to dynamically build the page, and can serve it from SPIFFS rather than PROGMEM.

Full Documentation

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].