25  LPWAN Comparison and Review

In 60 Seconds

LPWAN technology selection depends on six key factors: payload size and frequency, downlink needs, mobility, coverage, power budget, and cost model. LoRaWAN offers flexible private networks with Class A/B/C options, Sigfox provides ultra-simple uplink-only telemetry (140 messages/day, 12-byte max), NB-IoT delivers carrier-grade 99.9% reliability for static devices, and LTE-M supports vehicular-speed mobility with full cellular handover.

25.1 Learning Objectives

By the end of this chapter, you will be able to:

  • Compare LPWAN technologies: Analyze trade-offs between LoRaWAN, Sigfox, NB-IoT, and LTE-M across range, data rate, power, and cost dimensions
  • Select by requirements: Evaluate a deployment scenario and justify a technology choice based on payload size, message frequency, mobility, coverage, power budget, and cost model
  • Calculate duty-cycle budgets: Apply airtime formulas to determine maximum message rates under EU868 and Sigfox constraints
  • Distinguish device classes: Assess LoRaWAN Class A, B, and C trade-offs and configure the correct class for a given downlink-latency requirement
  • Diagnose deployment mismatches: Identify common selection errors — such as choosing Sigfox for high-frequency or large-payload use cases — and explain why they cause failures
  • Construct a TCO model: Design a 5- to 15-year total cost of ownership comparison between private LoRaWAN and operator-managed NB-IoT deployments

With several LPWAN technologies available, comparing them side-by-side helps you understand each one’s strengths. LoRaWAN offers flexibility and community support, Sigfox offers simplicity, and NB-IoT leverages existing cellular infrastructure. This chapter compares them across key factors to help you make informed choices.

25.2 Prerequisites

Before you start, it helps to review:

  • Spreading Factor (SF): LoRaWAN parameter (SF7-SF12) controlling signal processing gain; higher SF = longer range and better sensitivity but lower data rate and more air time.
  • NB-IoT vs LoRaWAN: NB-IoT uses licensed spectrum with carrier infrastructure; LoRaWAN uses unlicensed spectrum with private or community gateways. NB-IoT has better coverage in buildings; LoRaWAN enables private networks.
  • Sigfox Ultra-Narrowband: Sigfox’s 100 Hz channel width provides excellent noise rejection for long range but limits to 140 messages/day at 12 bytes maximum payload.
  • LTE-M vs NB-IoT: LTE-M supports voice, higher data rates (375 kbps), and mobility; NB-IoT optimizes for deep indoor coverage and massive device density at lower data rates.
  • LPWAN Ecosystem: The combination of network operators, device manufacturers, cloud platforms, and standards organizations supporting each LPWAN technology.

25.4 LPWAN Comparison Matrix

⏱️ ~10 min | ⭐⭐ Intermediate | 📋 P09.C04.U01

Use this as a quick “first pass” filter. Always confirm with regional regulations, operator coverage, and your device’s real duty cycle and payload profile.

Technology Strengths Typical Constraints Best Fit
LoRaWAN Private or public networks, long range, good battery life, flexible deployments Limited payload and downlink, duty cycle limits, higher latency Smart city sensing, metering, asset tracking (low update rates)
Sigfox Extremely low power, simple uplink model, long range Very limited messages/day and payload, constrained downlink Simple telemetry, alarms, low-volume metering
NB-IoT Deep indoor coverage, operator-managed, higher reliability than unlicensed LPWAN Operator dependency, higher complexity/cost, latency variability Utility metering, indoor sensors, deployments needing managed QoS
LTE-M Mobility support, higher throughput, lower latency than NB-IoT Higher power than unlicensed LPWAN, operator dependency Mobile assets, wearables, firmware updates, voice/SMS (where applicable)
Weightless (family) Multiple variants for different needs Ecosystem and availability vary by region Niche deployments where supported

25.4.1 LPWAN Selection Decision Tree

Use this decision tree to quickly narrow down your LPWAN choice based on key requirements:

Decision flowchart for selecting between LoRaWAN, Sigfox, NB-IoT, and LTE-M based on payload size, message frequency, mobility, and coverage requirements using IEEE color palette
Figure 25.1: LPWAN technology selection decision flowchart

25.4.2 LPWAN Trade-off Comparison

This diagram shows where each technology sits on the power vs. data rate spectrum:

Comparison diagram showing LoRaWAN, Sigfox, NB-IoT, and LTE-M positioned on axes of power consumption versus data rate, illustrating the LPWAN design trade-off space in IEEE color palette
Figure 25.2: LPWAN technology comparison across power and data rate dimensions

Duty Cycle Impact: LoRaWAN vs Sigfox vs NB-IoT

Compare maximum message frequency for a water meter sending 20-byte readings:

LoRaWAN (EU868, 1% duty cycle on 125 kHz channels): \[ \text{Airtime (SF12)} = 1.318 \text{ s per message} \] \[ \text{Max airtime per hour} = 3600 \text{ s} \times 0.01 = 36 \text{ s} \] \[ \text{Max messages per hour} = \frac{36}{1.318} = 27.3 \Rightarrow 27 \text{ messages/hour} \] \[ \text{Min interval} = \frac{3600}{27} = 133 \text{ seconds} \approx 2.2 \text{ minutes} \]

Sigfox (140 uplinks/day limit, 12-byte max payload): \[ \text{Messages per hour (spread evenly)} = \frac{140}{24} = 5.83 \text{ messages/hour} \] \[ \text{Min interval} = \frac{3600}{5.83} = 617 \text{ seconds} \approx 10.3 \text{ minutes} \]

NB-IoT (no duty cycle limit, licensed spectrum): \[ \text{Messages per hour} = \text{unlimited (constrained by battery/bandwidth only)} \]

Battery life impact (coin cell CR2032, 220 mAh):

Assuming 50 mA TX current, 5 μA sleep: \[ \text{Energy per TX (LoRa SF12)} = 50 \text{ mA} \times 1.318 \text{ s} = 65.9 \text{ mAs} \] \[ \text{Monthly TX (1/hour)} = 720 \times 65.9 = 47,448 \text{ mAs} = 13.2 \text{ mAh} \] \[ \text{Battery life (LoRa)} \approx \frac{220}{13.2} = 16.7 \text{ months} \]

For Sigfox (6× fewer messages): ~100 months (~8 years) For NB-IoT (1/hour): ~12 months (higher power per TX)

25.5 LPWAN Quick Selector

Answer these questions interactively to get a technology recommendation:

25.6 Selection Checklist

⏱️ ~8 min | ⭐⭐ Intermediate | 📋 P09.C04.U02

Answer these questions before you pick a protocol:

  1. Payload + frequency: How many bytes per message, and how often (worst case)?
  2. Downlink needs: Do you need remote actuation, config, or OTA updates?
  3. Mobility: Does the device move (handover, roaming, speed)?
  4. Coverage: Indoor depth, basements, rural range, and operator footprint.
  5. Power budget: Battery size, expected lifetime, and peak current limits.
  6. Cost model: Hardware BOM, certification, SIM/subscription, gateway ownership.
Quick Check: Selection Checklist in Action

25.7 Knowledge Check

Test your understanding of LPWAN technology comparisons with these scenario-based questions.

:

25.8 Summary

This chapter covered LPWAN technology selection and comparison:

  • LoRaWAN Classes: Class A (lowest power, uplink-triggered downlinks), Class B (scheduled beacon windows), Class C (continuous receive for actuators) - choose based on downlink latency vs power trade-off
  • Sigfox Asymmetry: 140 uplink vs 4 downlink messages per day reflects power-optimized design for sensor telemetry, not bidirectional control
  • Payload Constraints: Sigfox 12 bytes vs LoRaWAN 51-222 bytes determines data encoding complexity
  • Mobility Requirements: LTE-M supports vehicular handover; NB-IoT/LoRaWAN/Sigfox are stationary-focused
  • Coverage Dependency: Sigfox/NB-IoT require operator infrastructure; LoRaWAN enables private deployment in remote areas
  • Scale Economics: Sigfox/NB-IoT subscriptions compound ($X/device/year); LoRaWAN gateway investment amortizes across all devices
  • Indoor Penetration: NB-IoT +20 dB advantage for basement/underground deployments
  • Battery Life: All technologies support 10+ years with proper class/PSM configuration

25.9 What’s Next

Chapter Focus Why Read It
LoRaWAN Overview Device classes, join procedure (OTAA/ABP), regional parameters, and network architecture Apply the Class A/B/C selection rules from this chapter by exploring the full LoRaWAN stack — from chirp modulation to gateway-to-network-server communication
NB-IoT Fundamentals NB-IoT radio interface, PSM and eDRX power-saving modes, deployment modes (in-band, guard-band, standalone) Understand how NB-IoT achieves 164 dB MCL and 15-year battery life — the technical foundations behind the baseline comparisons in this chapter
Cellular IoT Fundamentals Side-by-side NB-IoT vs LTE-M comparison, 3GPP release timeline, roaming and handover Distinguish when to choose NB-IoT (static, deep indoor) versus LTE-M (mobile, voice-capable) within the licensed-spectrum LPWAN family
LPWAN Architectures Star-of-stars (LoRaWAN) and cellular topologies, gateway placement, backhaul design Design the network infrastructure that supports the technology you selected using this chapter’s decision framework
LPWAN Assessment: Selection Structured decision frameworks, link-budget calculators, and TCO worksheets Construct a formal technology-selection report using quantitative tools that extend the worked examples and cost models introduced here
Wireless Sensor Networks Multi-hop mesh topologies, 6LoWPAN, IEEE 802.15.4 Evaluate whether mesh WSN or star-topology LPWAN better fits deployments where device density and relay capabilities are the primary constraints