Hubble Network Wants To Connect a Billion Devices With Space-Based Bluetooth Network (techcrunch.com) 60
Seattle-based startup Hubble Network plans to launch a constellation of 300 satellites to create a global satellite network that any Bluetooth-enabled device can connect to, anywhere in the world. The network aims to provide real-time updates for devices equipped with Bluetooth low energy (BLE) chips, offering connectivity to over a billion devices. TechCrunch reports: Hubble Network CEO Alex Haro says the company has engineered "technical tricks" to make this scale of connectivity possible for the first time, like lowering the bitrate, or the amount of data transferred per second. Hubble has also rethought the design of the satellite antenna. Instead of sticking a single antenna on the side of a satellite bus, the company is using hundreds of antennae per satellite. This means that each satellite can support millions of connected devices. The result is a radio signal that can be detected around 1,000 kilometers away -- or almost 10 orders of magnitude longer than what can be detected from a Bluetooth chip over terrestrial networks.
Hubble Network plans to launch an initial batch of four satellites on SpaceX's Transporter-10 rideshare mission in January 2024, and onboard early pilot customers after. The startup is fully funded through this mission, Haro said, thanks to a $20 million Series A round that closed in March. That round was led by Transpose Platform, with additional participation from 11.2 Capital, Y Combinator, Yes.VC, Convective Capital, Seraphim Space, Type One Ventures, Soma, AVCF5, Space.VC, Jett McCandless, John Kim, Chris Nguyen, Alan Keating and Don Dodge.
After launching four satellites next January, Hubble plans to build out its constellation to 68 satellites total over the next two-and-a-half years. While the first four satellites will provide global coverage on their own, Haro said that it will be about a six-hour gap until devices can update on the ground. Increasing the constellation to 68 birds means that a satellite will be overhead every 15 minutes or so -- an update rate that is sufficient for "the vast majority" of customer use cases, Haro said. While Hubble is clearly targeting existing Bluetooth devices -- of which billions exist all over the world already -- Haro is confident that the company's network will solicit developers to build applications that don't even exist yet.
Hubble Network plans to launch an initial batch of four satellites on SpaceX's Transporter-10 rideshare mission in January 2024, and onboard early pilot customers after. The startup is fully funded through this mission, Haro said, thanks to a $20 million Series A round that closed in March. That round was led by Transpose Platform, with additional participation from 11.2 Capital, Y Combinator, Yes.VC, Convective Capital, Seraphim Space, Type One Ventures, Soma, AVCF5, Space.VC, Jett McCandless, John Kim, Chris Nguyen, Alan Keating and Don Dodge.
After launching four satellites next January, Hubble plans to build out its constellation to 68 satellites total over the next two-and-a-half years. While the first four satellites will provide global coverage on their own, Haro said that it will be about a six-hour gap until devices can update on the ground. Increasing the constellation to 68 birds means that a satellite will be overhead every 15 minutes or so -- an update rate that is sufficient for "the vast majority" of customer use cases, Haro said. While Hubble is clearly targeting existing Bluetooth devices -- of which billions exist all over the world already -- Haro is confident that the company's network will solicit developers to build applications that don't even exist yet.
Uhh, Bluetooth? (Score:5, Insightful)
Re: (Score:2)
Well ya know, the other options for global corporate surveillance of mobile devices are already cornered by Google and Apple. That company is simply trying to leverage one of the last remaining technologies that are still available for abuse, however unlikely from a technical standpoint, so they too can grab a share of the surveillance jackpot.
Re: (Score:2)
Re: (Score:3)
It's not just that, the entire protocol bakes in a lot of assumptions about low latency, fast turnaround, etc (it's been a while since I read the spec so apologies for being a bit vague). There are specific things like security mechanisms based on distance-bounding protocols that are going to immediately detect this as a poorly-executed relay attack and shut down the connection.
It's still absolutely baffling why they chose Bluetooth of all protocols. My immediate response would be something like LoRaWAN,
Re:Uhh, Bluetooth? (Score:4, Informative)
Their blog says "This revolutionary approach allows any existing device to be retrofitted to transmit data to the Hubble Network with no additional hardware changes". So it sounds like devices will need software/firmware changes to be compatible. So modified Bluetooth.
It doesn't seem that baffling; their use case is basically taking existing BLE tracking tags and having them communicate with a satellite instead of with a local device, so the easiest path is to use a modification of what the hardware is designed for. If they can make that work, the tags already exist and are cheap, so why not?
Re: (Score:2)
Ah, so it's not general-purpose Bluetooth comms but just really, really expensive-to-run (due to the satellite comms) Bluetooth tracking tags.
Which still leaves the question, why? Standard Bluetooth tracking tags are relatively cheap because they freeload off existing devices and comms, but once the comms are in outer space... and what vanishing percentage of the existing Bluetooth tracking-tag market, which isn't so big in the first place, is going to pay for that service?
Re: (Score:1)
Re:Uhh, Bluetooth? (Score:4, Informative)
...the tags already exist and are cheap, so why not?
Well, the reason that the tags are cheap is that they're just a BlueTooth transponder with a UUID - they have no GPS or other comms. All the actual work is done by - in the case of AirTags - the vast ecosystem of iDevices that exists.
When an iDevice detects the proximity of an AirTag via BlueTooth and does the handshake, the iDevice itself reports the AirTag ID along with its own GPS location using its own WiFi/cellular comms.
Supposing that a platform 1000km up can even do a BlueTooth handshake with an individual tag out of the millions of other 2.4Ghz RF sources in its footprint - and that's a very big suppose - all it can know is that the tag is somewhere in a several hundred kilometer circle below... which would be impressive but not terribly useful
Re: (Score:2)
Are these bluetooth tags with 6 meter dish antennas ?
Anyway, perhaps the system can triangulate position using multiple satellites.
Re: (Score:2)
Anyway, perhaps the system can triangulate position using multiple satellites.
From the summary:
"...a satellite will be overhead every 15 minutes or so..."
So, no triangulation happening with their planned constellation.
Link budget sniff test. (Score:3)
Yep.
Does not pass the link budget sniff test.
B.S.
Re: Uhh, Bluetooth? (Score:3)
They want to use really low orbits. Better duck.
Re: (Score:1)
Re:Uhh, Bluetooth? (Score:4, Insightful)
Radio waves get mixed with more and more noise over distance. At some point they essentially become part of the noise floor and vanish. Directional antennas can do a bit for that, but BLE devices do not have those. Also, BLE maximum transmit power is 10mW. For that even 100m are a stretch in a noisy environment. There is no way you can reach low earth orbit with just 10mW and a regular BLE antenna. You would basically need a radio-astronomy size antenna on the other side, precision targeted on a fast moving satellite.
The whole thing seems to be bullshit.
Re: (Score:1)
Re: (Score:2)
Look up the LoRa world records, the power is not the problem an sich.
Now BLE isn't really designed for ultra low data rates, but you might be able to do redundant encoding of a much lower bitrate source into the BLE data to get similar performance. From the satellite down is less of a problem, the satellite has a large phased array and can use more power.
Re: (Score:1)
Re: (Score:2)
Re: (Score:2)
Spec says 100m nominal max range and a maximum (!) transmit power of 10mW for BLE. Also has trouble with any object in the signal path. There is no way this can reach a satellite even in LEO.
The only thing they could possibly do is data transfer via beacon signals, no handshake, no connection, no back-channel. But software will generally not be set up for this and you could transfer very little anyways.
Sounds like bullshit to me.
Re: (Score:1)
Re: (Score:2)
Even if they have multiple giant antenna on a LEO sat to read all the bluetooth signals, do they have to power to transmit to small devices with bluetooth antennas not designed to get signals from a distance?
And I also assume it will not work while in a building or underground - at least I don't think the frequencies used by bluetooth(2,45ghz according to google, similar to the 2.4ghz wifi frequency) are capable of much penetration. Especially from a distance of probably over 100km.
2.4GHz is the worst frequency. (Score:2)
Also, 2.4GHz is specifically used for short range comm and microwave ovens, because it is unusable for SATCOM
It gets absorbed by water.
Like, it cannot get through a cloud.
Re: (Score:2)
Re: (Score:1)
Useful; I just can't wait! (Score:2)
at the moment, I'm having trouble reaching from my lair to the corners of the property with bluetooth.
But with this, I can just have them each contact one another through satellites!
now, where did I leave that magic blue fairy dust?
\
Hubble? (Score:2)
I know the satellite telescope isn't the direct source of the name, but who names their satellite company the same as an already existing and very well-know satellite?
Should someone:
start a rocket company called SpaceEx?
start a car company name Fjord?
maybe a burger company called McDonals?
Re: (Score:3)
USPTO (Score:2)
you might want to check this USPTO entry: https://uspto.report/TM/903935... [uspto.report]
Re: (Score:3)
10 orders of magnitude? (Score:2)
"The result is a radio signal that can be detected around 1,000 kilometers away -- or almost 10 orders of magnitude longer than what can be detected from a Bluetooth chip over terrestrial networks"
So normal bluetooth range is only a bit more than 0.1 millimeters?
Re: (Score:2)
Came here to say the same thing. But then I realised it is 10 orders of magnitude if you round the value to the nearest order of magnitude. Lolz.
Re: (Score:2)
Took me a while to parse your response. LOL!
Re: (Score:1)
10 orders of magnitude?? (Score:4, Insightful)
1000 km that is 10 orders of magnitude shorter would be in the order of 0.1 mm. Someone is using wonky math here.
Re:10 orders of magnitude?? (Score:5, Insightful)
Details, details. You're a small thinker. This guy is thinking BIG. Hundreds of millions of dollars big, that he's hoping to get bought out for ASAP. He doesn't have time for those unimportant pesky little details, like whether or not he understands the technical details of Bluetooth, or whether this will even work.
Re: (Score:3)
Thank you for confirming not a damn thing has changed since dot-bomb vaporware.
Hell, thank you for confirming not a damn thing has changed since P.T. Barnum.
Re: (Score:2)
Details, details. You're a small thinker. This guy is thinking BIG. Hundreds of millions of dollars big, that he's hoping to get bought out for ASAP. He doesn't have time for those unimportant pesky little details, like whether or not he understands the technical details of Bluetooth, or whether this will even work.
ironically, the article on the TechCruch website is followed by a link to an article about Theranos founder, Elizabeth Holmes.
Re: (Score:1)
Re: (Score:2)
Indeed. BLE range is 100m, 1000km or 1'000'000m is 4 orders of magnitude more.
This is a SPAC advertisement (Score:2)
Nothing new here. Just google âoesatellite IoTâ. Other companies are already taking other ISM band physical layers (LoRa for example) and connecting to them from space.
There are a lot of limitations with this technology, and itâ(TM)s not clear that this has any advantages over multibeam approaches.
This article is an advertisement for a startup that wants to public via SPAC. Its technology is not particularly novel.
Re: This is a SPAC advertisement (Score:2)
Go public, sorry.
But... why? (Score:2)
Forget that this sounds like nonsense from a technical perspective. Why, why would they even want to do this? What are you going to do, move your mouse through a satellite? What purpose does this serve? Somehow I get the impression they got $20 million without this question ever coming up.
Re: (Score:3, Insightful)
Like, why.
Forget that this sounds like nonsense from a technical perspective. Why, why would they even want to do this? What are you going to do, move your mouse through a satellite? What purpose does this serve? Somehow I get the impression they got $20 million without this question ever coming up.
If you read into the details of what they are actually doing, the most likely purposes jump out in a terrifyingly obvious way.
The first big detail is that this is ONE WAY - device to satellite.
There is no satellite to device communications, so no they can't "move your mouse"
But (presuming it works) they CAN see your mouse signal and determine the difference between your mouse and the other one next door to you.
This will be able to "see" the splotches of active 2.4ghz signals, and apparently differentiate ou
Re: (Score:2)
It will be great... (Score:3)
Re: It will be great... (Score:1)
Re: It will be great... (Score:1)
Re: (Score:3)
The relationship is weird only if you listen to the junk broadcast over those radio waves at high volume. Otherwise, the correlation is about as relevant as the rise in carpal tunnel syndrome during the same period. I also heard that athlete's foot cases rose during those years too. Really weird ain't it?
The earth has been swimming in radiation from the day our sun ignited and the earth cooled. Adding a little extra in the broadcast bands is like a person turning on a single flashlight at noon on a summ
Can't wait (Score:3)
8 out of 10 people are apparently mentally unable to link their cellphone to their car, how are they going to do it with 300 satellites?
Progress (Score:2)
Because security costs money and Bluetooth is known for putting security and reliability before cost. Really.
Bluetooth Zombies (Score:2)
Remember bluetooth? (Score:2)
The PAN protocol, that was inherently "more secure" because it only reached a few meters? Then, oops, a dude with a yagi could lift stuff from your phone a block away?
OK, it is a small area network, really convenient, and we can make it really low power. Security because of short range is a bad idea anyway.
OOOH! Apple can make it a total coverage network, because every Apple device is a translation node. I can know my ex is in a coffee shop on the other side of the country because I stuck a tag in her gl
We dropped some zeroes somewhere... (Score:2)
1,000 Km is one million meters. 10 orders of magnitude less is 0.1 millimeters. So the author is saying that a Bluetooth chip connected over a terrestrial network reaches only 0.1 mm? I think someone is off by a few zeros, and some important facts: Bluetooth typically operates over the airwaves, as has a average range of about 10 meters.
This Is a Scam (Score:2)
This is nothing but a scam meant to separate idiot VC investors from their cash. This will go nowhere and do nothing. It's pure vaporware.
Re: This Is a Scam (Score:1)