TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Improv Wi-Fi: Open Standard for Setting Up Wi-Fi via Bluetooth LE

73 pointsby balloobalmost 4 years ago

9 comments

Someone1234almost 4 years ago
This looks interesting, hopeful it gets some adaption.<p>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:<p><a href="https:&#x2F;&#x2F;qifi.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;qifi.org&#x2F;</a><p>Declaimer: I have no relationship with the site. I&#x27;ve just used it for generation after a code review and taking the site offline.
评论 #27536031 未加载
评论 #27539664 未加载
stirloalmost 4 years ago
Very exciting to see this implemented into ESPhome. Will make provisioning IoT devices for end users far simpler
IshKebabalmost 4 years ago
I think there are two issues with trying to get adoption for this in mainstream products:<p>1. Loads of products that have this problem use a wifi hotspot to do that transfer instead. Yes it sucks, but they don&#x27;t want to pay for BLE that is only used for the connection process.<p>2. Both Apple and Android already have wifi-based connection processes built into the OS that have the enormous advantage of being able to fiddle with your WiFi settings and access your WiFi passwords. If you use those systems the connection process is actually reasonably slick (and if you don&#x27;t it is the most awful thing ever).<p>Good luck though. I worked on the WiFi connection process for a product and the whole thing is a complete mess. Any improvement is a good thing.
评论 #27538603 未加载
catlifeonmarsalmost 4 years ago
This 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.
评论 #27537296 未加载
Scene_Cast2almost 4 years ago
This implements a fairly common functionality that is surprisingly missing (no existing libraries or standards). The downside is that the current SDK doesn&#x27;t have the stack I&#x27;d want to use (Flutter + micropython)
summmalmost 4 years ago
This is a testament to the abject failure that is the wifi protocol and its popular implementations. Everything that needs to be done here would be possible with some simple wifi-based broadcast (like &quot;ad-hoc&quot; back in the days?) and the possibility for a phone to connect to multiple wifi networks at once. Not sure if this is for political or economic reasons, or just incompetence.
评论 #27538526 未加载
denton-scratchalmost 4 years ago
&quot;Your browser is not supported&quot;<p>Only works with Edge and Chrome? Firefox user here, what have they done that makes it incompatible with web standards?
评论 #27537734 未加载
评论 #27539870 未加载
评论 #27537720 未加载
kevincoxalmost 4 years ago
I&#x27;m not so interested in setting up WiFi, as I don&#x27;t trust most of these devices on my network or connected to the internet. However it would be nice to have an easier way to connect to a WiFi Direct network and load up the &quot;configuration&quot; website on that network.
jagger27almost 4 years ago
Is this similar to how Apple shares WiFi creds between nearby iPhones? I&#x27;ve found that quite handy more than a handful of times and have missed having it on other non-Apple devices.
评论 #27536304 未加载