LoRa vs LoRaWAN: What's the Difference?

This is one of the most common points of confusion for newcomers. LoRa and LoRaWAN are related but completely different things. MeshCore and Meshtastic use LoRa - not LoRaWAN. Understanding the distinction helps explain why mesh networking is fundamentally different from IoT sensor networks.

LoRa: The Physical Radio Layer

LoRa refers specifically to Semtech's Chirp Spread Spectrum modulation technology. It defines how bits are encoded onto radio waves. Any software protocol can use LoRa as its radio layer - LoRaWAN uses it, and so do MeshCore and Meshtastic.

Think of LoRa as the engine. Multiple different vehicles can use the same engine.

LoRaWAN: A Centralized IoT Network Protocol

LoRaWAN is a specific network architecture built on top of LoRa, designed by the LoRa Alliance for IoT (Internet of Things) deployments:

If there is no gateway in range, a LoRaWAN device cannot communicate at all. It cannot mesh - at most an optional single-hop Relay extension exists, which is rarely deployed.

LoRa Mesh (MeshCore & Meshtastic): Decentralized Peer-to-Peer

MeshCore and Meshtastic use LoRa radio but implement their own peer-to-peer mesh networking protocols on top of it:

Side-by-Side Comparison

FeatureLoRaWANLoRa Mesh (MeshCore/Meshtastic)
Network topologyStar (hub-and-spoke)Mesh (peer-to-peer)
Requires internetYes (at gateway)No
Requires serversYesNo
Works off-gridNoYes
Node-to-node relayNo (an optional single-hop Relay extension exists, rarely deployed)Yes
Primary use caseIoT sensorsOff-grid communication
Message typeSensor data to serverPerson-to-person text/GPS
Managed byLoRa AllianceOpen-source communities
License required?No (ISM band)No (ISM band)

What This Wiki Covers

This wiki covers LoRa mesh networking using MeshCore and Meshtastic. LoRaWAN is a separate topic entirely and is not covered here. If you are reading about "The Things Network," "Chirpstack," or "LoRa gateways," you are reading about LoRaWAN - a different technology from what this wiki describes.

When someone says they have a "LoRa device" that works with MeshCore or Meshtastic, they mean a device that uses LoRa radio with peer-to-peer mesh firmware - not a LoRaWAN end node.


Revision #3
Created 2026-05-03 03:02:14 UTC by Mesh America Admin
Updated 2026-06-08 19:55:08 UTC by Mesh America Admin