LoRa
What Is LoRa?
LoRa, short for long range, is a proprietary physical-layer radio modulation designed for low-power wide-area networking. It trades data rate for link budget, allowing battery-powered sensors to reach a gateway several kilometers away in urban settings and considerably farther over open terrain while drawing tens of milliamperes only during brief transmissions. The modulation was developed by the French startup Cycleo and acquired by Semtech in 2012, and it remains protected by patent, with transceiver silicon supplied by Semtech and its licensees.
LoRa refers strictly to the modulation and the radio link. The medium access rules, network architecture, addressing, and security that turn that link into a network are defined separately by LoRaWAN, an open specification maintained by the LoRa Alliance. Keeping the two apart matters because LoRa radios can be used in proprietary point-to-point or mesh arrangements that have nothing to do with LoRaWAN, and because the physical layer's properties, rather than the protocol, explain most of what the technology can and cannot do.
Chirp Spread Spectrum Modulation
LoRa uses chirp spread spectrum, a technique in which each symbol is a signal whose instantaneous frequency sweeps linearly across the channel bandwidth. The starting frequency of the sweep encodes the data, and the receiver recovers it by multiplying the incoming signal with a conjugate chirp and taking a fast Fourier transform, which concentrates the symbol energy into a single bin. Because the energy is spread over a wide bandwidth and then coherently collapsed, the demodulator works well below the noise floor, with receiver sensitivity reaching roughly minus 137 dBm and link budgets around 155 dB.
The spreading factor, which ranges from 7 to 12, sets the number of chips per symbol and therefore the tradeoff between range and throughput. Each increment doubles the symbol duration, adding about 2.5 dB of link budget while halving the data rate, as described in the Things Network introduction to LoRa and LoRaWAN. Combined with bandwidths of 125, 250, or 500 kHz and forward error correction coding rates from 4/5 to 4/8, this yields payload data rates between roughly 0.3 and 50 kbit/s. Signals at different spreading factors are quasi-orthogonal, so a gateway can demodulate several simultaneous transmissions provided their spreading factors differ.
Spectrum, Range, and Capacity
LoRa operates in unlicensed sub-gigahertz industrial, scientific, and medical bands: 868 MHz in Europe, 915 MHz in North America, 433 MHz and 923 MHz in other regions. These bands propagate better through buildings and foliage than 2.4 GHz, but they carry regulatory duty cycle or dwell time limits that cap how often a device may transmit. Field measurements reported in a study of LoRaWAN deployments in the wild show that real-world coverage and packet delivery depend strongly on gateway placement, antenna height, and the density of competing traffic, since the underlying access method is unslotted and collisions grow quickly with node count.
Security and Physical-Layer Research
Because payloads are short and devices are cheap, LoRa deployments have attracted attention as a testbed for lightweight security. Encryption in LoRaWAN is applied above the radio link, but the physical layer itself has been studied for key agreement and for vulnerabilities. Research on channel-envelope differencing for LoRa-based key generation exploits reciprocal channel measurements between two nodes to derive shared secrets without a key distribution infrastructure. Other work examines chirp detection, interference cancellation between overlapping transmissions, and time-difference-of-arrival ranging using the chirp waveform.
Applications
LoRa radio links are used in a range of deployments, including:
- Utility metering for water, gas, and electricity
- Agricultural soil moisture and livestock tracking sensors
- Environmental and air quality monitoring networks
- Smart city street lighting, parking, and waste management
- Industrial asset tracking and predictive maintenance
- Building automation and remote structural health monitoring