WiFiManager SSID (ESP8266, ESP32, Arduino)

Gast #6599093
Lesenswert?

https://github.com/tzapu/WiFiManager (Dokumentation leider völlig 
vernachlässigt) versucht sich als client mit "SSID" per "password" zu 
verbinden. Scheitert dies wird der Access Point mit denselben Daten, 
also "SSID" und "password", gestartet.

Wie können unterschiedliche SSIDs und Passwörter angegeben werden?

Hinweise auf bessere Lösungen als WiFiManager werden auch gerne 
entgegengenommen ;-)
Gast #6599123
Lesenswert?

Danke, das sieht gut aus, ich probiere es aus...

[code]
IotWebConf vs. WiFiManager

tzapu's WiFiManager is a great library. The features of IotWebConf may 
appear very similar to WiFiManager. However, IotWebConf tries to be 
different.

    WiFiManager does not manage your custom properties. IotWebConf 
stores your configuration in "EEPROM".
    WiFiManager does not do validation. IotWebConf allow you to validate 
your property changes made in the config portal.
    With WiFiManager you cannot use both startup and on-demand 
configuration. With IotWebConf the config portal remains available via 
the connected local WiFi.
    WiFiManager provides list of available networks, and an information 
page, while these features are cool, IotWebConf tries to keep the code 
simple. So these features are not (yet) provided by IotWebConf.
    IotWebConf is fitted for more advanced users. You can keep control 
of the web server setup, configuration item input field behavior, and 
validation.
[code]

Antwort schreiben

Bitte melde dich an, um einen Beitrag zu schreiben.

oder

Mit Google-Account einloggen

Die Registrierung ist kostenlos und dauert nur eine Minute.

Jetzt registrieren