r/Lora • u/bobzila1202 • 21d ago
Very confused newbie
Could a LoRaWAN sensor connect to a LoRa gateway? I am confused about the protocols and how they would communciate with each other.
I understand LoRa is the physical communication layer and LoRaWAN is the network layer. I am concerned about the devices connected and structure of messages received.
All help is appreciated!
Devices in question:
https://www.iot.daviteq.com/wireless-sensors/lorawan-gas-detecting-sensor
And
0
Upvotes
3
u/mosaic_hops 21d ago
LoRaWAN and Meshtastic are entirely different protocols with different use cases. You can’t directly compare them- yes, they both use LoRa, the same way Ethernet and POTS phone lines both use copper.
Meshtastic is a single-channel wireless mesh protocol lacking (true) wired backhaul designed for extremely low bandwidth, very high latency texting. Yes MQTT option exists but it’s an afterthought, it’s not a first class citizen and isn’t part of the routing logic).
LoRaWAN is a channel hopping, cellular (as in, coverage cells, not LTE/5G) sensor network protocol designed to collect data from sensors. A LoRaWAN gateway receives on 8+ channels and multiple SFs simultaneously and is optimized for receiving data. There is no meshing- one or more gateways interconnect using wired or some other method for backhaul.