This is un. fucking. real. I work in the IoT space (specifically on health devices), and something like this would be absolutely a GOD SEND for the things that we're doing. The current "hottness" in our space is bluetooth low energy (BLE). This is super low power (or, rather: chips that are really good at going to deep sleep, and then coming online very quickly to burst some data out), but the range on BLE isn't grea…
Cool stuff, sure. But, in my opinion, IoT will be slow to take off until the security aspect is solved - and it is a tough one.
How New Long-Range Radios Will Change the Internet of Things
61–70 of 109 posts
Re: How New Long-Range Radios Will Change the Internet of Things
#62Earlier quoted context omitted.
Just curious – why is range limited by a protocol? Why couldn't you send Bluetooth over hundreds of miles with a big enough antenna, for example?
You can amplify a signal and send it far. But due to FCC regulation in the 900MHz band for example you can only instantaneously transmit at 30W. Another way to make a signal go further is to transmit at a lower data rate (thus spreading your signal out over time so that in effect you have more power in the signal). The FCC limits "dwell time" in a single channel to .4s in the 900MHz band. Yet another way to increase…
Re: How New Long-Range Radios Will Change the Internet of Things
#63Earlier quoted context omitted.
Shawn from BeepNetworks here. Check out OnRamp (now Ingenu). Their coding scheme allows 1600 simultaneously communicating devices per spread factor per channel. That 1600 factor means their base station can handle massive numbers of clients compared to cellular. http://www.scribd.com/doc/273814075/On-Ramp-Wireless-White-P... . That paper is certainly biased in their favor, but the tech is real and they have serious d…
Hm, 1600 sounds like a lot. But depending on the applications it sounds like it might not be that much if it's 1600 over three square miles.
Re: How New Long-Range Radios Will Change the Internet of Things
#64Earlier quoted context omitted.
For LoRa, check out Multitech, LinkLabs, and Libelium. Semtech has a development board, too, though it would need to be paired with a microcontroller. Warning that most of this stuff is not for the faint of heart -- you need to be ready to dive into datasheets, bring up radio drivers, etc. For Sigfox, if you're not in an area with a Sigfox network, there's not much you can do. But TI has some killer FSK dev boards. h…
If you haven't lost your faith in Kickstarter yet, this project has $180k committed. A €40 pledge will get you a LoRa board and €200 for a LoRa gateway and what is essentially a demo dongle. https://www.kickstarter.com/projects/419277966/the-things-ne... Edit: fat thumbs, on mobile.
Re: How New Long-Range Radios Will Change the Internet of Things
#65Earlier quoted context omitted.
You can amplify a signal and send it far. But due to FCC regulation in the 900MHz band for example you can only instantaneously transmit at 30W. Another way to make a signal go further is to transmit at a lower data rate (thus spreading your signal out over time so that in effect you have more power in the signal). The FCC limits "dwell time" in a single channel to .4s in the 900MHz band. Yet another way to increase…
Any MU-MIMO technology in sight for these radio protocols? Would be a great way to potentially extend range and throughout if multiple spatial channels could be used on each frequency / radio channel for every pair of connected devices. If it could be done efficiently enough, it could also reduce congestion even in tight crowds for things like wearables by reducing interference.
Re: How New Long-Range Radios Will Change the Internet of Things
#66Earlier quoted context omitted.
Just curious – why is range limited by a protocol? Why couldn't you send Bluetooth over hundreds of miles with a big enough antenna, for example?
You can amplify a signal and send it far. But due to FCC regulation in the 900MHz band for example you can only instantaneously transmit at 30W. Another way to make a signal go further is to transmit at a lower data rate (thus spreading your signal out over time so that in effect you have more power in the signal). The FCC limits "dwell time" in a single channel to .4s in the 900MHz band. Yet another way to increase…
Re: How New Long-Range Radios Will Change the Internet of Things
#67Don't get too excited. Low-power devices get really interesting when they start to scale up in numbers. None of the technologies listed in this article have demonstrated that capability. The coming IoT shakedown is going to leave quite a few ebullient "visionaries" crying in their martini while they consider their next startup. * Star networks are infrastructure heavy, requiring build-outs on part with cellular netwo…
Re: How New Long-Range Radios Will Change the Internet of Things
#68Earlier quoted context omitted.
Just curious – why is range limited by a protocol? Why couldn't you send Bluetooth over hundreds of miles with a big enough antenna, for example?
Not limited by the protocol per se, but limited by the design requirements of BLE. BLE; you're talking about power requirements of ~10mA transmit (current consumption), and averages in the Now: how LORA is accomplishing such crazy long ranges when supposedly consuming similar amounts of current goes a little beyond my understanding of RF. There are a few people commenting in this thread that seem to have the knowledg…
It's probably easiest to explain how this works with conventional narrowband digital modulation schemes. For a typical modulation scheme, the bandwidth of the modulated signal is proportional to the bitrate. There's also some minimum signal-to-noise ratio below which the receiver can't decode it. By sending more slowly, you get a narrower signal, which means that the receiver can listen to a narrower slice of spectrum. Even though the received signal's no more powerful than before, because the receiver is no longer hearing all the noise outside of that narrower band the SNR improves and it can decode much weaker signals.
LORA appears to use direct-sequence spread spectrum, which basically means that the transmitter applies a spreading code to convert the narrow signal to a very wide one and the receiver uses the same code to despread it again and pick out the signal. Its range improvement is still based on the exact same principle of speaking very slowly to improve your SNR though.
Re: How New Long-Range Radios Will Change the Internet of Things
#69This is un. fucking. real. I work in the IoT space (specifically on health devices), and something like this would be absolutely a GOD SEND for the things that we're doing. The current "hottness" in our space is bluetooth low energy (BLE). This is super low power (or, rather: chips that are really good at going to deep sleep, and then coming online very quickly to burst some data out), but the range on BLE isn't grea…
Glad you agree. :) We're putting up a LoRa network here in SF, and plan to publish a bunch of our test data, including link error rates and throughput. Urban deployments are new so more data will help us all understand what's doable. (There are a few rural deployments in production; less uncertainty there.)
I signed up for your beta via your site. We want in asap.
Re: How New Long-Range Radios Will Change the Internet of Things
#70Don't get too excited. Low-power devices get really interesting when they start to scale up in numbers. None of the technologies listed in this article have demonstrated that capability. The coming IoT shakedown is going to leave quite a few ebullient "visionaries" crying in their martini while they consider their next startup. * Star networks are infrastructure heavy, requiring build-outs on part with cellular netwo…
Shawn from BeepNetworks here. Check out OnRamp (now Ingenu). Their coding scheme allows 1600 simultaneously communicating devices per spread factor per channel. That 1600 factor means their base station can handle massive numbers of clients compared to cellular. http://www.scribd.com/doc/273814075/On-Ramp-Wireless-White-P... . That paper is certainly biased in their favor, but the tech is real and they have serious d…
Which is the catch. Run too many nodes at once, and the signal-to-noise ratio will rise and your signals will start to fail to decode. What this generally means is that nodes at the edge of the network - the ones with the lowest SNR budget - start to drop out first. I'd be interested to see what their link budget and range is with 1600 devices on the same node, or conversely how many devices they can fit on a node at the advertised link budget and range. (Also, just how well they cope with a mixture of near and far nodes.)