maxbbraun / accent

Accent Smart Picture Frame
https://accent.ink
MIT License
199 stars 16 forks source link

Client interface for Wifi setup #6

Open maxbbraun opened 5 years ago

maxbbraun commented 5 years ago
  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 commented 5 years ago

Some remaining work: