Earlier quoted context omitted.
> which makes the value proposition a lot less clear. Wirelessly transferring files between a phone and a computer seems like a big use case. Still no easy standard way of doing it.
scp works well for me.
What went wrong with wireless USB
111–120 of 219 posts
Re: What went wrong with wireless USB
#112Earlier quoted context omitted.
Back when Bluetooth was new, the alternative for wirelessly sharing data between mobile devices like phones was infrared. IR was exceptionally slow, required line-of-sight and even at the time, felt like a shitty solution. So even though the early implementations of Bluetooth also left a lot to be desired (battery hungry, insecure, and also slow), it was still a massive improvement on what came before. Wireless USB w…
I wonder why IR is slow. Shouldn’t there be plenty of bandwidth available at those frequencies?
You could probably solve those issues with modern tech though. Things have advanced significantly since IR was popular. For example, back then Bluetooth was slow too.
Re: What went wrong with wireless USB
#113Earlier quoted context omitted.
> it would have been very cool and something actually useful. Less efficient, just for "cool". I think it's better to stick with cables.
Yep! It would be a marginal. Improvement at a huge increase in complexity Adjacent intention on the same action that leads to a connected computer, eg. I put my laptop on my friend table for storage, and it connects against my intention.
Connecting over a cable is trivial: you detect the connection and that's it, and the user physically sees the connection between the devices.
Connecting over radio requires pairing, that is very frustrating when it doesn't work. Pairing is annoying so devices try to automatically reconnect, but then if you pair with multiple devices, it brings frustration because it never automatically connects to what the user wants.
Whenever cables are a possible solution, they are superior.
Re: What went wrong with wireless USB
#114Earlier quoted context omitted.
> which makes the value proposition a lot less clear. Wirelessly transferring files between a phone and a computer seems like a big use case. Still no easy standard way of doing it.
Airdrop works. Ok, it's platform bound, but I'm sure it could be ported. It's not such a big thing, though. I hardly use it, and young people don't seem to use it either. The stuff on their phone and laptop seem separate worlds, just like mine are. Might be because they don't know about it, though.
Re: What went wrong with wireless USB
#115Earlier quoted context omitted.
Bluetooth had some early success in cellphones, mostly to support Bluetooth headsets and car radio integration, starting from about 1999. It could do other things, but the wireless headset was the killer app in its early days. Bluetooth didn’t really hit mainstream until the arrival of chipsets that multiplexed Bluetooth and WiFi on the same radio+antenna. My memory is that happened sometime around 2007-2010. At that…
> the wireless headset was the killer app in its early days Don't forget music piracy. At least over here, a lot of kids had phones that did Bluetooth, and the primary use case for it was sharing songs they liked with each other. You could use infrared (IRDA) for that, and some people did before Bluetooth was common, but it was much slower. This was mostly on low-end Nokias, maybe with a bit of Sony Ericsson thrown i…
Re: What went wrong with wireless USB
#116Earlier quoted context omitted.
> But HID had not been designed for the possibility that packets could get lost Doesn't the same problem exist for USB dongles with proprietary RF protocols? Logi Bolt is a good solution. But ime most other USB dongles are terrible. I have had a lot of bad connection issues with such USB dongles, and never with similar bluetooth devices. USB dongles also use the same 2.4GHz band, and even more they are prone to inter…
The proprietary protocol can use absolute positions between device/dongle, and then the dongle can translate to relative positions at the edge, by returning the difference since the last poll
I'd think it would also be possible to get around congestion problems by using tricks such as multiple channels and/or interference detection on top of BLE. But only Logitech knows how Bolt actually works.
Re: What went wrong with wireless USB
#117Earlier quoted context omitted.
I don't see why Bluetooth took off and wusb didn't. It must have something to do with marketing.
Bluetooth had some early success in cellphones, mostly to support Bluetooth headsets and car radio integration, starting from about 1999. It could do other things, but the wireless headset was the killer app in its early days. Bluetooth didn’t really hit mainstream until the arrival of chipsets that multiplexed Bluetooth and WiFi on the same radio+antenna. My memory is that happened sometime around 2007-2010. At that…
Re: What went wrong with wireless USB
#118Imo, at this point nobody should be designing any wireless protocol that doesn't support full IP networking. Sure, your Bluetooth headphones only 1:1 connect to your phone... But if they could connect directly to your WiFi router they could keep playing music when your phone goes out of range... Or you could connect them to two phones... Or you could connect them to your TV to get sound from that... Basically, IP net…
Re: What went wrong with wireless USB
#119Earlier quoted context omitted.
> and barely any hierarchy of (folders etc). One of my great hate pet peeves with all smartphone and cloud apps is the "abstraction" and reliance on search. For me folders is quicker and less error prone, and as a bonus it saves on unneeded bandwidth (to load previews) and computing costs. Also stop telling me I must use your one off "feature set" of sorting and ordering which either nobody uses or copies differently…
Folders as an abstraction don't really make sense beyond documents, though. If your music is stored in a folder hierarchy, and can, in principle, be located anywhere, how do you index it to provide a library view? How do you distinguish it from random audio files that just happen to be ID3 tagged, but which you don't want as part of your permanent music collection? How do you efficiently react to deletion events? Wha…
Re: What went wrong with wireless USB
#120I worked on the design of wireless USB chips around 2008 - 2010. They worked - you really could get USB 2.0 full rate connections wirelessly and we had some neat demos. I would say the major problem it had with adoption was that wired USB also provided power . (A lot more people use usb to charge their phone than to sync their phone.) So great - wireless connectivity... but you still have to plug the device into a ca…
I don't see why Bluetooth took off and wusb didn't. It must have something to do with marketing.