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

[WIP] Add wifi manager for provisioning #34

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

facchinm
Copy link
Member

@facchinm facchinm commented Aug 8, 2019

Implementation still incomplete (missing channel selection and a sane name for the automatic AP) + the landing page should be skinned

The UI still needs to be skinned
@sandeepmistry
Copy link
Contributor

@facchinm it seems IDF v3.3 includes provisioning support: https://github.com/espressif/esp-idf/releases/tag/v3.3

New Wi-Fi Provisioning Manager

@ubidefeo thanks for linking in arduino-libraries/WiFiNINA#26 (comment)

@facchinm
Copy link
Member Author

While extremely nice and integrated I don't think that using idf provision module is what we need.
1 - it's api based (doesn't expose a graphical webserver)
2 - only checks if the credentials are saved, not if the wifi network is reachable (this will require additional logic on our side)

It's only HUGE pro is BLE provisioning but of course it needs some kind of companion app.

@JAndrassy
Copy link
Contributor

some inspiration from the WiFiLink firmware?
default hostname was the board's name
and the skin made by arduino.org has the right color I think :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants