Improv Wi-Fi: Open Standard for Setting Up Wi-Fi via Bluetooth LE
1–10 of 26 posts
Re: Improv Wi-Fi: Open Standard for Setting Up Wi-Fi via Bluetooth LE
#2Re: Improv Wi-Fi: Open Standard for Setting Up Wi-Fi via Bluetooth LE
#3Re: Improv Wi-Fi: Open Standard for Setting Up Wi-Fi via Bluetooth LE
#4On a related note most mobile devices already support QR code for setting up a WiFi networks (iOS, Android). Works extremely well. This website has a JavaScript implementation you can take offline for generation:
Declaimer: I have no relationship with the site. I've just used it for generation after a code review and taking the site offline.
Re: Improv Wi-Fi: Open Standard for Setting Up Wi-Fi via Bluetooth LE
#5Re: Improv Wi-Fi: Open Standard for Setting Up Wi-Fi via Bluetooth LE
#6This looks interesting, hopeful it gets some adaption. On a related note most mobile devices already support QR code for setting up a WiFi networks (iOS, Android). Works extremely well. This website has a JavaScript implementation you can take offline for generation: https://qifi.org/ Declaimer: I have no relationship with the site. I've just used it for generation after a code review and taking the site offline.
The sad thing is that, while Nintendo could have added more polish to the feature, they had no way to make the UX truly good for an average user without depending on some cloud service. The file transfer protocols with good UX are all either Internet-dependent (cloud storage), proprietary (AirDrop), slow (classic Bluetooth file transfer), or all of the above. Under those constraints, the QR codes feel a bit like a clever hack.
Re: Improv Wi-Fi: Open Standard for Setting Up Wi-Fi via Bluetooth LE
#7Re: Improv Wi-Fi: Open Standard for Setting Up Wi-Fi via Bluetooth LE
#8Is this similar to how Apple shares WiFi creds between nearby iPhones? I've found that quite handy more than a handful of times and have missed having it on other non-Apple devices.
Re: Improv Wi-Fi: Open Standard for Setting Up Wi-Fi via Bluetooth LE
#9This looks interesting, hopeful it gets some adaption. On a related note most mobile devices already support QR code for setting up a WiFi networks (iOS, Android). Works extremely well. This website has a JavaScript implementation you can take offline for generation: https://qifi.org/ Declaimer: I have no relationship with the site. I've just used it for generation after a code review and taking the site offline.
The Nintendo Switch has a hilarious use case for this. When you view a screenshot or screen recording in the Switch’s album, there’s a menu option called Send to Smartphone. Press it, and a dialog comes up with a QR code. This points to a non-internet-connected Wi-Fi network that the Switch has just set up. You scan it, wait several seconds for your phone to connect to the network, and… the Switch displays a second Q…
I'm also a bit surprised QR codes can't be composed or combined. e.g have a single QR code that has a WiFi connection as the first code and then a URL code as a second. I know QR codes can increase in size to fit more data but I guess it still has to be a single string/byte array?
Re: Improv Wi-Fi: Open Standard for Setting Up Wi-Fi via Bluetooth LE
#10This is great. I needed something like this for bootstrapping headless raspberry pis. I ended up rolling my own ad hoc provisioning script, and packaging it in a custom raspbian image. This seems like a great candidate for inclusion in a Pi distro.