-->
Page 1 of 1

End User Configurable Wifi

PostPosted: Sat Feb 24, 2018 12:01 pm
by RussH
Hello,

I'm looking for best practices for end users to configure an IOT ESP8266 to thier WiFi network. I assume I could put a server on the device, have the user switch to that network, browse to the server, and enter thier network access info. Clunky, but maybe as good as it gets.

Suggestions?

Thanks,
Russ

Re: End User Configurable Wifi

PostPosted: Sat Feb 24, 2018 7:18 pm
by RussH
Looks like this is a solution to the issue

https://www.john-lassen.de/en/projekte/ ... -webconfig

Russ

Re: End User Configurable Wifi

PostPosted: Sun Feb 25, 2018 4:06 am
by jankop

Re: End User Configurable Wifi

PostPosted: Sun Feb 25, 2018 7:53 am
by btidey
The WifiManager library provides support for this as well, creating the AP point for configuration by end user on first use. Similar to Lassen method but without the other bells and whistles.

https://github.com/tzapu/WiFiManager