accent icon indicating copy to clipboard operation
accent copied to clipboard

Client interface for Wifi setup

Open maxbbraun opened this issue 5 years ago • 1 comments

  1. At first boot, create an access point with a static IP
  2. Show an image with instructions to connect to the AP and open a browser to the IP address
  3. Serve a small website with a form for SSID and password
  4. Handle the form request by saving SSID and password to NVS
  5. Use the saved credentials when connecting to Wifi
  6. If connecting to Wifi fails or times out, go back to 1

maxbbraun avatar Apr 27 '19 03:04 maxbbraun

Some remaining work:

  • Make web server use HTTPS
  • Respond with confirmation after saving form and restarting

maxbbraun avatar May 04 '19 06:05 maxbbraun