-
-
Notifications
You must be signed in to change notification settings - Fork 33
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
Zero-config WiFi setup for Ambianic Edge device #397
Comments
It looks like Bluetooth support in PWA is gradually becoming available in mainstream browsers: |
Alright. I'll investigate and will do some tries on this. |
UX flow diagram below as designed by @BKristenssonAlfsson : Diagram source here. |
Recent resources related to Vue, PWA and BLE: |
@muka this is the UI side of the Wifi auto-config issue you are working on with @BKristenssonAlfsson |
Balena's Wifi Connect project looks promising. |
Done! Closed by ambianic/ambianic-rpi-image#3 |
Awesome projects like Berrylan (http://www.berrylan.org/) allow edge devices to be easily onboarded to a local Wifi network.
The issue we need to resolve is how to make that possible within the UI.
The wifi onboarding sequence requires Bluetooth pairing which is used as a channel to send the Wifi credentials to the edge device.
PWA currently does not support Bluetooth, although it is a Draft W3C API proposal.
Related to ambianic/ambianic-edge/issues/185
The text was updated successfully, but these errors were encountered: