Skip to main content

LoRa Mesh vs. LoRaWAN

Both use the same LoRa radio chips but operate completely differently. This is the most common source of newcomer confusion.

LoRaWAN

A hub-and-spoke network designed for IoT sensors reporting to the cloud. End devices transmit to fixed gateways; gateways forward over the internet to a server. No direct device-to-device communication. No gateway in range = no connectivity. Examples: The Things Network, Helium.

LoRa Mesh (Meshtastic, MeshCore)

A peer-to-peer network where nodes communicate directly and relay each other's messages. Works completely offline - no internet required. Messages hop: A → B (relay) → C → D. Adding nodes usually extends coverage and adds redundant paths, though very large or chatty meshes can congest the shared channel. Examples: Meshtastic, MeshCore.

Comparison table

FeatureLoRaWANLoRa Mesh
ArchitectureHub-and-spokePeer-to-peer
Network server requiredYes (usually internet-hosted; private offline servers are possible but uncommon)No
Direct messagingNoYes
Multi-hop relayNoYes
Works without infrastructureNoYes
Typical use caseSensor data to cloudOff-grid comms, group coordination

They cannot communicate with each other. Different packet formats, addressing, and network stacks - they share hardware but speak different protocols.

Important: LoRaWAN gateways won't build a mesh

LoRaWAN gateways ($100 - $300) are internet-backhaul radios, not mesh relays - they pass traffic between devices and a network server (in both directions, including downlinks to devices) but never peer-to-peer. To build a LoRa mesh network you need Meshtastic- or MeshCore-compatible devices, not LoRaWAN gateways.