8 LPWAN Technology Selection Guide
8.1 Learning Objectives
By the end of this chapter, you will be able to:
- Apply decision flowcharts to select the appropriate LPWAN technology for a given deployment scenario
- Evaluate selection criteria based on coverage, payload, mobility, and cost requirements
- Distinguish IoT use cases and justify the optimal LPWAN technology for each
- Design hybrid LPWAN deployments to address complex multi-requirement scenarios
This guide walks you through the process of selecting the right LPWAN technology for your IoT project. It is organized as a decision tree: answer questions about your range needs, data volume, power budget, and deployment region, and the guide recommends the best-fit technology.
“I need help choosing!” said Sammy the Sensor. Max the Microcontroller handed him a checklist.
“Question 1: Do you need to own the network or is a managed service OK?” Max asked. “If you want full control, LoRaWAN lets you run your own gateways. If you’d rather just plug in and go, Sigfox or NB-IoT manage the infrastructure for you.”
“Question 2: How much data per day?” continued Lila the LED. “Under 140 messages of 12 bytes? Sigfox works great. Need more? LoRaWAN handles up to a few kilobytes per day. Need even more? NB-IoT supports up to hundreds of kilobytes.”
“Question 3: Where are you deploying?” asked Bella the Battery. “Rural with no cell coverage? Only LoRaWAN works (bring your own gateway). Dense urban with basements? NB-IoT penetrates buildings best. Global deployment across countries? Check which technology has coverage in your regions first. The selection guide walks you through each question step by step!”
8.2 Introduction
Selecting the right LPWAN technology requires careful analysis of your application’s requirements. This chapter provides decision frameworks, flowcharts, and use case mappings to guide your technology selection process.
8.3 LPWAN Technology Selection Flowchart
Use this decision tree to select the most appropriate LPWAN technology for your application:
How to use this flowchart:
- Start with your primary requirement (coverage area)
- Follow the decision path based on your application’s constraints
- Review the recommended technology and its key benefits
- Validate the choice against all your requirements
Common Decision Paths:
- Smart Agriculture -> Private Coverage -> Large Payload -> High Frequency -> LoRaWAN
- Simple Sensors -> Private Coverage -> Small Payload -> Low Frequency -> Long Battery -> Sigfox (if available)
- Asset Tracking -> Global Coverage -> Mobile -> Medium Data Rate -> LTE-M
- Smart Meters -> Global Coverage -> Fixed -> Low Power -> NB-IoT
Multiple Technologies:
Some applications may benefit from using multiple LPWAN technologies: - Hybrid deployments: LoRaWAN for dense urban areas + NB-IoT for remote locations - Failover: Primary technology with cellular backup for critical messages - Cost optimization: Sigfox for bulk of devices + LoRaWAN for high-frequency nodes
8.4 LPWAN Use Case Decision Matrix
This matrix maps specific IoT use cases to optimal LPWAN technologies based on message requirements and cost constraints:
8.5 Quick Selection Guide
For rapid technology selection, use these rules of thumb:
8.6 Detailed Use Case Analysis
8.6.1 Smart Agriculture
| Requirement | Value | Best Technology |
|---|---|---|
| Payload | 50-100 bytes (soil, weather, GPS) | LoRaWAN, NB-IoT |
| Frequency | 1-24x daily | Any LPWAN |
| Coverage | Large farms (100+ hectares) | LoRaWAN (15km range) |
| Power | Solar/battery, years of operation | LoRaWAN, Sigfox |
| Cost | Low per-device, thousands of sensors | LoRaWAN (private) |
Recommendation: Private LoRaWAN - Large coverage area, control over infrastructure, low recurring costs at scale.
8.6.2 Fleet/Asset Tracking
| Requirement | Value | Best Technology |
|---|---|---|
| Payload | 30-60 bytes (GPS, temperature, status) | LoRaWAN, NB-IoT, LTE-M |
| Frequency | 1-60x daily (depending on asset value) | Any LPWAN |
| Mobility | Cross-region, international | LTE-M, NB-IoT |
| Coverage | Global | Cellular only |
| Reliability | High (valuable cargo) | NB-IoT, LTE-M |
Recommendation: LTE-M for mobile assets crossing regions; NB-IoT for stationary/slow-moving assets.
8.6.3 Smart Parking
| Requirement | Value | Best Technology |
|---|---|---|
| Payload | 5-10 bytes (occupied/vacant + battery) | Any LPWAN |
| Frequency | 10-50x daily (event-driven) | Any LPWAN |
| Location | Urban streets, underground | NB-IoT (penetration) |
| Battery | 5+ years buried sensors | Sigfox, LoRaWAN |
| Scale | City-wide deployment | LoRaWAN (if city network), NB-IoT |
Recommendation: NB-IoT for existing cellular coverage; LoRaWAN if city operates own network.
8.6.4 Industrial Condition Monitoring
| Requirement | Value | Best Technology |
|---|---|---|
| Payload | 100-500 bytes (vibration, FFT data) | NB-IoT, LTE-M, LoRaWAN |
| Frequency | 1-60x hourly (real-time trending) | LTE-M, Private 5G |
| Reliability | Mission-critical (prevent downtime) | LTE-M, Private 5G |
| Location | Factory floor, indoor | All (with proper planning) |
| Integration | OT/IT systems, SCADA | LTE-M (QoS), Private 5G |
Recommendation: LTE-M or Private 5G for critical equipment; LoRaWAN for non-critical monitoring.
8.7 Knowledge Check: Technology Selection
:
8.8 Summary
This chapter provided decision frameworks for LPWAN technology selection:
- Decision Flowchart: Start with coverage requirements, follow branches for payload, frequency, mobility, and cost
- Use Case Matrix: Map specific applications to optimal technologies based on requirements
- Selection Rules: Quick guidelines for LoRaWAN (private/flexible), Sigfox (simple/long battery), NB-IoT (reliable/fixed), LTE-M (mobile/high data)
- Hybrid Deployments: Consider multi-technology approaches for complex requirements
- Key Constraints: Sigfox payload (12 bytes) and message limits (140/day); LoRaWAN duty cycle (1%); cellular recurring costs
8.9 Concept Relationships
8.10 See Also
8.11 What’s Next
Now that you can apply decision frameworks to select LPWAN technologies, the following chapters extend your ability to evaluate, calculate, and implement your chosen solution:
| Chapter | Focus | Why Read It |
|---|---|---|
| LPWAN Cost Analysis | TCO calculations and break-even analysis | Calculate the 10-year cost of any LPWAN deployment and justify technology choices with financial evidence |
| LoRaWAN Overview | LoRaWAN architecture, spreading factors, and ADR | Deepen understanding of the technology most often selected by this guide for private deployments |
| Sigfox Fundamentals | Sigfox protocol constraints and ecosystem | Assess when Sigfox’s ultra-low-cost model outweighs its payload and frequency limitations |
| NB-IoT Fundamentals | NB-IoT radio, PSM, and eDRX power modes | Configure NB-IoT devices to achieve 10+ year battery life on carrier infrastructure |
| LoRaWAN Labs | Hands-on LoRaWAN deployment exercises | Implement a LoRaWAN network after selecting it as the right technology for your scenario |
| NB-IoT Labs | NB-IoT AT command configuration and testing | Implement NB-IoT connectivity on real hardware after choosing cellular for your deployment |