←back to thread

579 points todsacerdoti | 6 comments | | HN request time: 0.001s | source | bottom
Show context
lambdaone ◴[] No.44288741[source]
Mesh radio bandwidth is pretty poor. Firstly, you have to compete with many interferers (albeit this might get better if the power goes down), including other LoRa radios, but more to the point, long-distance connections consume bandwidth and aquire delay and delay variation at every intermediate hop. It might be reasonable to use it for text messaging, but with per-hop bandwidth ranging from 0.3 kbps to 27 kbps, which will get divided down further over shared multi-hop links it will be impractical to use it for anything else except perhaps very-low-bandwidth telephony over short distances or visiting minimalist text-only websites.

It might make more sense if augmented by fixed multi-megabit point-to-point microwave radio links to act as a backbone, with LoRa only functioning as an access network.

I'd be interested to hear what experiences people have had with doing this for real.

replies(3): >>44288862 #>>44289003 #>>44290852 #
1. lambdaone ◴[] No.44288862[source]
I've just realised I've talked my way into the idea of creating per-city club-operated backbone networks based on something like 100 Mbit point-to-point Ethernet-over-microwave links. With tall buildings as hubs, you might actually be able to build a decent mesh, with WiFi, LoRa or both acting as access networks. You'd definitely want to throttle per-client bandwidth to prevent people from abusing your very limited long-range mesh bandwidth. None of this would be cheap; decent microwave links cost thousands, and you'd need backup solar and battery power for every part of the network.

I'd also consider thinking about using the "big ears, small mouth" technique to push up bandwidth; if a fixed link using a technology such as LoRa could transmit at a legal EIRP level, but coupled this with a really high gain parabolic dish (I'm thinking re-purposed satellite dishes) and low-noise amplifier at each end on the receive side, you could get substantially higher end-to-end Eb/No, and thus much higher bandwidth and range than would otherwise be legally possible. At first glance, the necessary hardware to do this looks quite doable, either by active RF switching between antennae, or the use of a hybrid/circulator to do the necessary duplexing. I'd be interested to see if anyone has already built, or even manufactures, something like this, and what the practical and regulatory barriers are to implementation.

replies(1): >>44289064 #
2. myself248 ◴[] No.44289064[source]
"Big ears, small mouth" is exactly what the regulations are designed to encourage, so I don't foresee regulatory issues.

You don't even need extra hardware for the duplexing; the common SX1276 chip has separate Tx and Rx pins which are typically combined on the PCB. All you need is to route a PCB that brings 'em out separately, if that's what you want to do.

In practice it's tricky to aim two dishes the exact same place, so using a single dish with a single antenna at its focus is probably quite a bit more practical. The SX1276 also has a PA control pin, invert that and you've got your LNA control signal. Or don't bother with the LNA, and simply mount the transceiver at the focus to minimize RF feedline losses. You'd give up a smidgen of performance but gain a lot of simplicity. (There would still be coax running down the boom, but it would be carrying the wifi/bluetooth signal outside the dish's aperture!)

replies(1): >>44290540 #
3. lambdaone ◴[] No.44290540[source]
I didn't know about the chip having separate TX and RX pins. There must be a gap in the market for rooftop-to-rooftop LoRa transceivers that don't cost a fortune. Even using something like a 24 dB gain antenna would push range up by a factor of 10 relative to a simple 4 dB antenna, or get a substantial improvement in bandwidth/reliability at the same range. For an even simpler design, you could just put a 20 dB attenuator between the transmit port and the antenna, reducing the effective forward gain of 4 dB, while getting the full 24 dB in the opposite direction. Proper RF engineering details an exercise for the student etc.
replies(2): >>44292481 #>>44306688 #
4. hadlock ◴[] No.44292481{3}[source]
Google "cantenna" made from a pringles can.
replies(1): >>44293532 #
5. myself248 ◴[] No.44293532{4}[source]
Please don't. We have better antennas than a 2001 article of really really dubious RF engineering.
6. myself248 ◴[] No.44306688{3}[source]
Y'know it occurs to me: If you want separate east and west paths, the chips are so cheap, it might make more sense to just use two whole off-the-shelf boards with some software linking them together, one dedicated to Tx and the other dedicated to Rx. Same hardware, just only use half of it.