LoRaWAN

Also known as: Long Range Wide Area Network

Definition

An open, unlicensed-spectrum LPWAN protocol standard, built on LoRa chirp spread-spectrum physical-layer radio technology, defining the MAC layer, network architecture, and security model for long-range, low-power, low-data-rate device connectivity.

Key Points
  • Operates on unlicensed ISM-band spectrum (868MHz in Europe, 915MHz in North America, and regional equivalents elsewhere), avoiding cellular spectrum licensing costs entirely
  • Trades bandwidth for range and power efficiency — typical data rates run from a few hundred bits per second up to tens of kilobits per second, nowhere near cellular broadband speeds
  • Uses a star-of-stars network topology, with end devices communicating directly to one or more gateways that backhaul traffic to a central network server
  • End devices can achieve multi-year battery life because they transmit only briefly and infrequently, spending the vast majority of time in a low-power sleep state
  • Managed by the LoRa Alliance as an open standard, distinct from the proprietary LoRa physical layer it's built on, which remains controlled by Semtech
Concept

A LoRaWAN end device — typically a battery-powered sensor — transmits short data packets directly to any gateway within range, without needing to associate with a specific gateway the way a cellular device associates with a specific cell. One or more gateways within range receive the transmission and forward it to a central network server, which deduplicates redundant copies received by multiple gateways and passes the data on to an application server. This star-of-stars topology, combined with the long range LoRa's spread-spectrum modulation achieves, is what lets a single gateway economically cover an area that would require many cellular base stations.

Explainer

The fundamental design tradeoff LoRaWAN makes is bandwidth for range and power: its data rates are orders of magnitude below even narrowband cellular IoT technologies, which is a deliberate constraint that enables the multi-kilometer range and multi-year battery life that make it suitable for applications cellular connectivity would be economically or physically impractical for — a soil moisture sensor transmitting a few bytes once an hour has no need for cellular-grade bandwidth, but does need years of unattended battery operation and range sufficient to reach a single gateway from a wide, sparsely instrumented area. Because LoRaWAN operates on unlicensed spectrum, deploying it carries no ongoing spectrum licensing cost, but also no regulatory interference protection — the network must be designed to tolerate coexistence with other unlicensed-band users and, in denser deployments, with its own traffic under duty-cycle restrictions that most regional regulators impose on ISM-band use. For CE verticals, LoRaWAN's economics make it a natural fit for large-area, low-data-rate sensing — mining sites (environmental and structural monitoring across a wide footprint), energy (remote asset and pipeline condition monitoring), and other geographically dispersed operations — anywhere the value of a data point is high relative to its size and the deployment area is too large or remote for cellular IoT to be cost-competitive per device.