And imagine that, quality content without “be sure to like and subscribe!”.
Broadcasting LoRa packets wihout a radio [video]
21–30 of 36 posts
Re: Broadcasting LoRa packets wihout a radio [video]
#22I really liked the explanation of how he used harmonics to get to the frequency he desired. Also, LoRa is really good when it comes to low power data transmission. To share a recent example, with just ~100mW of transmission power, they managed to fly an RC plane to a distance of 100km: https://www.youtube.com/watch?v=CYJ2UOrlXgM .(Their transmitter from the ground station was configured at a higher power, but the tra…
Doesn't LoRa have a pretty constrained duty cycle? I read the regs on LoRa (for the US at least) and found that you're required to limit transmission frequency to 1% (36s/h). I'm guessing you'd have to go well past that to operate an RC aircraft in the conventional manner. If you're just commanding waypoints I suppose you could be compliant.
Re: Broadcasting LoRa packets wihout a radio [video]
#23Earlier quoted context omitted.
100km @ 100mW is not impressive when it's attached to a 30dBi antenna...
Why not?
Re: Broadcasting LoRa packets wihout a radio [video]
#24I transmitted this way using a raspberry pi and a basic filter and antenna and was heard one day in New Zealand from Ohio. https://github.com/JamesP6000/WsprryPi
Wow! What were the specifics?
Re: Broadcasting LoRa packets wihout a radio [video]
#25I really liked the explanation of how he used harmonics to get to the frequency he desired. Also, LoRa is really good when it comes to low power data transmission. To share a recent example, with just ~100mW of transmission power, they managed to fly an RC plane to a distance of 100km: https://www.youtube.com/watch?v=CYJ2UOrlXgM .(Their transmitter from the ground station was configured at a higher power, but the tra…
Doesn't LoRa have a pretty constrained duty cycle? I read the regs on LoRa (for the US at least) and found that you're required to limit transmission frequency to 1% (36s/h). I'm guessing you'd have to go well past that to operate an RC aircraft in the conventional manner. If you're just commanding waypoints I suppose you could be compliant.
Re: Broadcasting LoRa packets wihout a radio [video]
#26I really liked the explanation of how he used harmonics to get to the frequency he desired. Also, LoRa is really good when it comes to low power data transmission. To share a recent example, with just ~100mW of transmission power, they managed to fly an RC plane to a distance of 100km: https://www.youtube.com/watch?v=CYJ2UOrlXgM .(Their transmitter from the ground station was configured at a higher power, but the tra…
I looked a bit into the LORA protocol. It does offer reception below the noise floor. LORA doesn't do anything to attempt to make other LORA transmissions seem like noise to a receiver that's attempting to lock to your transmission. This makes it possible for a transmission that's closer to the receiver to essentially jam a transmission that's far from it. I guess since LORA isn't used that much, it's not a problem t…
The worst is when someones on your channel using the same modulation as you are. If he's louder he'll blow your packet out of the water. Keeping your packets short and using max power (cheezy grin) and retrying helps.
But even interferers on different channels will degrade your sensitivity and reduce your range.
None of this is unique to lora modulation.
Re: Broadcasting LoRa packets wihout a radio [video]
#27I transmitted this way using a raspberry pi and a basic filter and antenna and was heard one day in New Zealand from Ohio. https://github.com/JamesP6000/WsprryPi
The ideal range/speed is somewhere between 100 and 1000MHz, ideally you would want that entire range.
But how do you build a band pass filter that can cover the entire range?!
Re: Broadcasting LoRa packets wihout a radio [video]
#28So, you thought that machine was airgapped....
Re: Broadcasting LoRa packets wihout a radio [video]
#29So, you thought that machine was airgapped....
i bet this technique has been used for years by the NSA.
Re: Broadcasting LoRa packets wihout a radio [video]
#30I really liked the explanation of how he used harmonics to get to the frequency he desired. Also, LoRa is really good when it comes to low power data transmission. To share a recent example, with just ~100mW of transmission power, they managed to fly an RC plane to a distance of 100km: https://www.youtube.com/watch?v=CYJ2UOrlXgM .(Their transmitter from the ground station was configured at a higher power, but the tra…
Notably, Wez's flight was done with 2.4GHz LoRa (this was one of his main points, to address naysayers who claimed a 2.4GHz link could never achieve >100km) while Charles is using 900MHz - the same setup that achieved 100km (100mW with a lightly directional antenna on one end, ExpressLRS 50Hz RF mode) would have a theoretical range of >500km on 900MHz. LoRa at longer wavelengths can achieve some incredible feats - li…