Some context:
LoRa is a new, private and spread-spectrum modulation technique which allows sending data at extremely low data-rates to extremely long ranges. The low data-rate (down to few bytes per second) and LoRa modulation lead to very low receiver sensitivity (down to -134 dBm), which combined to an output power of +14 dBm means extremely large link budgets: up to 148 dB., what means more than 22km (13.6 miles) in LOS links and up to 2km (1.2miles) in NLOS links in urban environment (going through buildings).
And all of these range examples are completely irrelevant to the distances you'll achieve using lora in practice. But while we're on the subject there's been lora from/to geosynchronous orbit. So I think that's the distance record: https://hackaday.com/2018/02/22/at-71572-km-you-wont-beat-th...
At VHF and up the only thing that really matters is line of sight. Everything else modulation wise is just frosting. Unless you're in a plane/balloon/etc or paying for power and location on a very tall building Lora isn't going to go any further than your 2.4 GHz wifi router.
These contrived setups for distant records (and using transient tropo ducting) are just for fun.
If I read that right, they used a GEO satellite as a relay, which is nothing like a low-power device, and GP's point was the asymmetrical distance record. Similarly, Hyugens experiment used a simple patch antenna at Titan (that's why it's notable), and a high-gain antenna on Earth.
To me, this is not extremely long range, in comparison to a Pactor modem over HF, which can reach over 1000 miles, as I've seen on a sailboat passage from Hawaii to California. It requires more power - 150 watts or so, if I recall correctly, and bit rates can be low as a few bits (not bytes) per second with poor propagation. Being able to stay in contact with family in the middle of the Pacific Ocean is pretty awesome.
Not just battery powered but battery powered for months+. The way that receive windows are structured into the protocol it allows the device to go into deep sleep between windows.
"Not just battery powered but battery powered for months+"
True, and solar powered too, that is, put one on a pole and forget about it; not even the cost of changing the battery, just wiping the solar cell now and then if wind and rain don't do their job. The rechargeable one can be a supercap or an oversized cell so that when time will inevitably degrade its chemistry to an unusable state, the sensor will probably have ended its planned use life already.
It's extremely long range for low-power devices. LORA is mostly used for sensors, trackers and other miniature, usually battery/solar powered devices that need to run for months or sometimes years unmaintained.
That's impressive. It must have felt pretty amazing!
There was a guy in one of the FM DXing groups on Facebook recently who posted a video of a French-language Canadian FM broadcast station he picked up from the Florida panhandle.
Also, I've been part of the group looking at LoRa at Lancaster University for some time, and am currently working on part of a commercial deployment too. Here are a few papers published on the topic by Dr. Martin Bor, and occasionally myself (all the top ones are LoRa): https://scholar.google.co.uk/citations?user=WhN1gGwAAAAJ&hl=...
LoRa has become the tool of choice for the high altitude balloon community. At least in the UK, you're restricted to 10mW in the 434MHz band when airborne. People have been pretty successful at getting (very) slow-scan video from balloons at 30km altitude.
> It is a much slower method of still picture transmission, usually taking from about eight seconds to a couple of minutes, depending on the mode used, to transmit one image frame.
https://github.com/projecthorus/wenet is an example of using a RFM98W lora module with a raspberry pi/RTLSDR reciever (albeit at 115kbaud in FSK mode, but 50mW of tx power gets ranges of over 100km)
That is freaking interesting, 115kbps may seem low compared to usual broadband connections, but it's a lot in the embedded world. Also it would be more than enough to get very high quality voice communications. Codec2 which already does wonders with a fraction of a fraction of a fraction of that rate comes to mind. How long before someone puts LoRa encrypted walkie talkies on the market?
I'm soldering a a LoRA-based board right now. During design process we calculated the power budget and found out the power consumption is so absurdly low the main factor is battery shelf life.
Is it me or maybe you also have doubds about LoRaWAN use cases? (LoRa is physical layer, way of encoding bits with rf, but you need protocol. LoRaWAN is open standard, which is being implemented and used by TTN community)
So for me main drawback of LoRaWAN is limited number of ACKed packets (gateway which can talk to thousands devices can use only 1% of airtime (simplified) and you have to divide it by number of users https://www.thethingsnetwork.org/docs/lorawan/duty-cycle.htm...), so you are allowed to have 10 packets per day. Any other data can be send in way called " send and pray"...
Would you build industrial device for telemetry while you can not be sure about your data? For example energy monitoring with 15 min periods. You can't be sure that your data arrives.
So ranges presented here is matter of luck but not reliable link.
Maybe ISM band limitations should adopt to LoRa which is more resistant to errors.
Or protocol should be changed (symphonylink has protocol for unlimited ACKed frames, OTA etc)
36 comments
[ 4.4 ms ] story [ 88.2 ms ] threadFrom https://www.cooking-hacks.com/documentation/tutorials/extrem...
At VHF and up the only thing that really matters is line of sight. Everything else modulation wise is just frosting. Unless you're in a plane/balloon/etc or paying for power and location on a very tall building Lora isn't going to go any further than your 2.4 GHz wifi router.
These contrived setups for distant records (and using transient tropo ducting) are just for fun.
I've personally observed links through many buildings, over hills, and so forth that easily dwarf the range of the average 2.4Ghz link.
They specifically wanted something with a low barrier to entry. Take a look at the antenna they used. Pretty impressive imo.
True, and solar powered too, that is, put one on a pole and forget about it; not even the cost of changing the battery, just wiping the solar cell now and then if wind and rain don't do their job. The rechargeable one can be a supercap or an oversized cell so that when time will inevitably degrade its chemistry to an unusable state, the sensor will probably have ended its planned use life already.
https://pycom.io/product/lopy4/
I would agree it must be tropospheric ducting; I’m not aware of any other propagation mode that could be at work here.
There was a guy in one of the FM DXing groups on Facebook recently who posted a video of a French-language Canadian FM broadcast station he picked up from the Florida panhandle.
Also, I've been part of the group looking at LoRa at Lancaster University for some time, and am currently working on part of a commercial deployment too. Here are a few papers published on the topic by Dr. Martin Bor, and occasionally myself (all the top ones are LoRa): https://scholar.google.co.uk/citations?user=WhN1gGwAAAAJ&hl=...
> It is a much slower method of still picture transmission, usually taking from about eight seconds to a couple of minutes, depending on the mode used, to transmit one image frame.
https://en.m.wikipedia.org/wiki/Slow-scan_television
https://archive.is/e7oGG
We live in the future.
So for me main drawback of LoRaWAN is limited number of ACKed packets (gateway which can talk to thousands devices can use only 1% of airtime (simplified) and you have to divide it by number of users https://www.thethingsnetwork.org/docs/lorawan/duty-cycle.htm...), so you are allowed to have 10 packets per day. Any other data can be send in way called " send and pray"...
Would you build industrial device for telemetry while you can not be sure about your data? For example energy monitoring with 15 min periods. You can't be sure that your data arrives.
So ranges presented here is matter of luck but not reliable link.
Maybe ISM band limitations should adopt to LoRa which is more resistant to errors.
Or protocol should be changed (symphonylink has protocol for unlimited ACKed frames, OTA etc)
Just my 2 cents.