ESPAsyncWiFiManager
Port WiFiManager to ESP Async Server (by alanswx)
ESPAsync_WiFiManager
This is an ESP32 (including ESP32-S2 and ESP32-C3) / ESP8266 WiFi Connection Manager, using ESPAsyncWebServer, 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- . Using AsyncDNSServer instead of DNSServer now. (by khoih-prog)
ESPAsyncWiFiManager | ESPAsync_WiFiManager | |
---|---|---|
2 | 4 | |
226 | 241 | |
0.9% | - | |
0.0 | 6.6 | |
over 2 years ago | over 2 years ago | |
C++ | C++ | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
ESPAsyncWiFiManager
Posts with mentions or reviews of ESPAsyncWiFiManager.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-07-30.
ESPAsync_WiFiManager
Posts with mentions or reviews of ESPAsync_WiFiManager.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-06-08.
-
esp-dmx-gateway
it requires artnetwifi v1.4, esp-dmx v1.1.3, wifimanager v1.12 and webserver latest version (same author from wifi manager)
-
ESPAsync_WiFiManager Debug?
I'm working on an ESP8266 sketch that uses ESPAsync_WiFiManager along with AsyncElegantOTA. Both are working (mostly), however, the WifiManager is apparently not saving the wifi credentials. So, after a restart, I have to go through the OTA Portal to re-enter the Wifi credentials. To troubleshoot this problem, the Wifi Manager indicates that Debug output is enabled by default but also includes an option to set the Debug Level using: // Use from 0 to 4. Higher number, more debugging messages and memory usage. #define _ESPASYNC_WIFIMGR_LOGLEVEL_ 3
-
Wifimanager + OTA for ESP32/ESP8266
ESPAsync_WiFiManager: https://github.com/khoih-prog/ESPAsync_WiFiManager
- ESP8266 to Alexa connection without hard coded SSID/pass
What are some alternatives?
When comparing ESPAsyncWiFiManager and ESPAsync_WiFiManager you can also consider the following projects:
WiFiManager - ESP8266 WiFi Connection manager with web captive portal
AsyncElegantOTA - Deprecated: Perform OTAs for ESP8266 / ESP32 Elegantly! Uses AsyncWebServer
espRFLinkMQTT - ESP8266 gateway between RFLink and MQTT server
ESP_WiFiManager - This is an ESP32 / ESP8266 WiFi Connection Manager with fallback web configuration portal. Use this library for configuring ESP32 (including ESP32-S2 and ESP32-C3), 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
blynk-library - Blynk library for IoT boards. Works with Arduino, ESP32, ESP8266, Raspberry Pi, Particle, ARM Mbed, etc.