LoRa
Last updated
LoRa, short for Long Range, is a proprietary radio modulation designed to send small amounts of data over long distances at very low power. It uses chirp spread spectrum in unlicensed sub-GHz bands, trading high bandwidth for range and battery life, so a single link can span kilometers while sending only kilobits per second. LoRa is the physical layer beneath networks such as LoRaWAN and mesh firmware like Meshtastic.
How it works
LoRa encodes data as frequency chirps that sweep across a band, a technique that is robust against noise and lets receivers decode signals even below the noise floor. It operates in region-specific unlicensed sub-GHz spectrum, such as 868 MHz in Europe and 915 MHz in North America, which propagates farther and penetrates obstacles better than the 2.4 GHz bands used by Bluetooth and WiFi.
The range comes at a cost. Data rates are typically a few hundred bits to a few tens of kilobits per second, and airtime regulations limit how often a device may transmit. LoRa itself is only the modulation; layered on top are protocols like LoRaWAN, which connects end devices to gateways in a star topology, or mesh firmware that relays messages device to device.
Because LoRa needs a dedicated LoRa transceiver chip, it is not built into ordinary phones. Using it means carrying separate hardware, such as a LoRa node or a plug-in module.
Why it matters
LoRa fills a gap that cellular and WiFi do not. It suits low-bandwidth, long-range, battery-powered use cases such as remote sensors, asset tracking, and off-grid text messaging where infrastructure is absent and the data volume is small. For sending short status updates across a valley or a wide rural area, it is hard to beat on range per milliwatt.
Its limits are equally important to state plainly. LoRa cannot carry voice, images, or large files, its duty-cycle rules cap throughput, and it requires extra hardware. It is a specialized tool for small messages over long distances, not a general-purpose data link.
How it relates to Offline Protocol
Offline Protocol takes a different approach: it runs on the BLE and WiFi Direct radios already inside every phone, so users need no extra hardware. Its mesh, DORS, combines BLE, WiFi Direct, and the internet with automatic failover, relays up to 8 hops, and moves messages and files up to 100MB in chunked transfers, which LoRa cannot do.
The tradeoff is honest. Phone-native BLE and WiFi Direct reach tens to a few hundred meters per hop rather than kilometers, and Offline Protocol extends coverage by relaying across many phones instead of one long radio link. The two models suit different problems. For dedicated long-range radios contrasted with a phone mesh, see LoRa mesh, and for a device-level comparison see Offline Protocol vs Meshtastic.
Frequently asked questions
What is LoRa used for?
LoRa is used for low-bandwidth, long-range, low-power links such as remote sensors, asset tracking, and off-grid text messaging, where only small amounts of data need to travel over kilometers.
Can a phone use LoRa without extra hardware?
No. LoRa needs a dedicated LoRa transceiver, which phones do not include, so using it requires a separate LoRa node or a plug-in module.
How does LoRa differ from a phone mesh?
LoRa offers long range at very low data rates on dedicated radios, while a phone mesh like Offline Protocol uses built-in BLE and WiFi Direct for higher-bandwidth transfers over shorter hops, extending reach by relaying across phones.

