LoRa

LoRa radios are very long-range (multiple miles/km) using small antennas and very low power. In exchange for this, they give up speed; the longest-range LoRa modes operate at only around 300bps.

My lorapipe program aims to provide some nice Unixy interfaces to LoRa.

See also XBee SX; those radios are similar, but offer hardware meshing and some additional nice properties.

I have written quite a bit about LoRa; see my blog series about LoRa.

There are a lot of projects that use LoRa; for instance, Meshtastic builds a Mesh Network atop it.


I loaded up this title with buzzwords. The basic idea is that IM systems shouldn’t have to only use the Internet. Why not let them be carried across LoRa radios, USB sticks, local Wifi networks, and yes, the Internet? I’ll first discuss how, and then why.

Most of us carry cell phones with us almost everywhere we go. So much so that we often forget not just the usefulness, but even the joy, of having our own radios. For instance:

When things are difficult – maybe there’s been a disaster, or an invasion (this page is being written in 2022 just after Russia invaded Ukraine), or maybe you’re just backpacking off the grid – there are tools that can help you keep in touch, or move your data around. This page aims to survey some of them, roughly in order from easiest to more complex.

This started out at a post on my blog. This edited version is intended to be kept more up-to-date.

XBee SX radios are very long-range (multiple miles/km) using small antennas and low power. They are typically faster than the similar LoRa technology, though sacrificing some distance.

Meshtastic is a Mesh Network consisting of low-power, long-range (many miles/km), small communicators. These are little battery-powered boxes that can optionally link to a phone with Bluetooth or Wifi. The communicators form an automatic mesh and can share text messages or GPS coordinates. All traffic on meshtastic is end-to-end Encrypted.

This page gives you references to software by John Goerzen.