Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Client interface for Wifi setup #6

Open
maxbbraun opened this issue Apr 27, 2019 · 1 comment
Open

Client interface for Wifi setup #6

maxbbraun opened this issue Apr 27, 2019 · 1 comment
Assignees
Labels
client Relating to client-side code enhancement New feature or request

Comments

@maxbbraun
Copy link
Owner

  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 maxbbraun added enhancement New feature or request client Relating to client-side code labels Apr 27, 2019
@maxbbraun maxbbraun self-assigned this Apr 28, 2019
maxbbraun added a commit that referenced this issue May 4, 2019
@maxbbraun
Copy link
Owner Author

maxbbraun commented May 4, 2019

Some remaining work:

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
client Relating to client-side code enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant