LoRa mesh

Last updated

LoRa mesh is a network built on LoRa, a long-range, low-power radio technology, in which devices relay small messages for each other across long distances. LoRa trades bandwidth for range, so it can carry short messages many kilometers on very little power, but not files or high-rate data. A LoRa mesh needs dedicated LoRa radio hardware, which is what distinguishes it from a phone-native mesh that uses the radios already in a phone.

How it works

LoRa (Long Range) is a radio modulation designed for very long range at very low power, at the cost of low data rates. It is the basis of LoRaWAN, a wide-area protocol for connecting sensors to gateways, and it can also be used to build peer-to-peer meshes where nodes relay each other’s messages instead of all talking to a gateway.

In a LoRa mesh, each node is a small radio module, often paired with a microcontroller or a phone over a cable or Bluetooth. Nodes forward short packets across multiple hops, so a message can travel far beyond a single link. Because airtime is limited and shared, LoRa meshes are best for small, infrequent messages such as location, status, or brief text.

The defining constraint is hardware: every node needs a LoRa radio, since phones do not include one. That is the key difference from a phone-native mesh.

Why it matters

LoRa mesh shines where distance matters more than throughput and where carrying extra hardware is acceptable: remote sensing, wilderness communication, and long-range telemetry across sparse areas. A few nodes can cover a large area with tiny messages and long battery life.

Its limits are equally clear: low bandwidth rules out files and rich media, and the hardware requirement means it is not something an ordinary phone can join on its own.

How a phone-native mesh differs

Offline Protocol takes a different approach. Its mesh, DORS, runs on the radios ordinary phones already have, BLE and WiFi Direct, plus the internet, with no dedicated LoRa hardware. That trades LoRa’s kilometer-scale single-hop range for higher bandwidth per link and zero extra hardware, and it makes reach density-driven: coverage grows as more phones join and relay, up to 8 hops.

The practical distinction is throughput and deployment. A phone-native mesh moves messages and files up to 100MB and installs as an app, while a LoRa mesh moves tiny messages across long distances and requires radios on every node. See peer-to-peer mesh networking for how the phone-native transport works.

Frequently asked questions

Can a phone join a LoRa mesh?

Not on its own. Phones do not include a LoRa radio, so joining a LoRa mesh requires attaching dedicated LoRa hardware. A phone-native mesh such as Offline Protocol instead uses the BLE and WiFi Direct radios already in the phone.

What is the difference between LoRa mesh and a phone mesh?

LoRa mesh offers very long single-hop range at very low bandwidth and needs dedicated radios on every node. A phone mesh uses built-in BLE and WiFi Direct for higher bandwidth with no extra hardware, and gains reach through density and multi-hop relaying.

How much data can a LoRa mesh carry?

Very little. LoRa trades bandwidth for range, so it suits small, infrequent messages such as location and status, not files or media.

Mesh with no extra radios to carry. 350,000+ devices, 80+ countries.

Book a pilot Read the docs