28  LPWAN Selection Assessment

In 60 Seconds

Selecting the right LPWAN technology requires multi-criteria analysis: payload size constraints can eliminate options entirely (Sigfox’s 12-byte limit), recurring cellular subscriptions dominate TCO at scale (private LoRaWAN saves ~6x over NB-IoT for 50,000 devices over 5 years), and spectrum type (licensed vs. unlicensed) determines interference guarantees and deployment flexibility.

28.1 Introduction

This chapter provides comprehensive assessment scenarios for LPWAN technology selection, including detailed analysis of real-world deployment decisions involving cost, scale, and technical constraints.

Learning Objectives
  • Apply multi-criteria decision frameworks to select the optimal LPWAN technology for a given deployment scenario
  • Analyze complex deployment constraints — payload size, message frequency, battery life, and coverage — to justify technology choices
  • Calculate and compare Total Cost of Ownership (TCO) across LoRaWAN, Sigfox, and NB-IoT at scale
  • Distinguish licensed cellular spectrum (NB-IoT, LTE-M) from unlicensed ISM band technologies (LoRaWAN, Sigfox) and evaluate the operational implications
  • Assess break-even points between private network infrastructure and per-device subscription models
  • Design a cost-optimal LPWAN deployment strategy for large-scale agricultural or utility applications

This assessment tests your ability to choose the right LPWAN technology for different scenarios. Should you use LoRaWAN, Sigfox, or NB-IoT for a smart agriculture project? The answer depends on factors like range, battery life, data size, and cost. These questions help you practice making informed technology choices.

“A farmer wants soil moisture sensors across 500 hectares. Which LPWAN should she use?” Max the Microcontroller posed the challenge.

Sammy the Sensor analyzed: “The farm is rural, so maybe no cell coverage – that rules out NB-IoT. She needs long range and low power. Soil moisture readings are tiny – a few bytes. Sounds like LoRaWAN with a single gateway on the barn roof!”

“But what if a city wants to track 50,000 parking spots?” asked Lila the LED. “Each spot sends a simple ‘occupied/empty’ message once every few minutes. That’s ultra-simple data from massive numbers of devices – perfect for Sigfox, which handles huge device counts with minimal infrastructure.”

Bella the Battery proposed another scenario: “A fleet of delivery trucks needs to report GPS locations while driving through cities. They need reliable coverage everywhere, even in underground parking garages. NB-IoT wins here – it uses existing cell towers, works indoors, and has the bandwidth for GPS data. Every scenario has a best-fit technology!”

28.2 Technology Selection Scenario

Complex deployment decisions require careful analysis of all constraints.

Component Value Calculation
TX current 120 mA During transmission
TX time 200 ms 45 bytes at SF7
TX per day 96 Every 15 minutes
TX energy/day 0.64 mAh (120 mA × 0.2 s / 3600 s) × 96
Sleep current 5 µA Deep sleep mode
Sleep energy/day 0.12 mAh (5 µA / 1000) × 24 h
Total daily 0.76 mAh/day TX + Sleep
Battery capacity 2400 mAh 2× AA lithium batteries
Battery life 8.6 years 2400 / (0.76 × 365)
vs Requirement 2.9× margin Exceeds 3-year requirement

Summary — Why LoRaWAN is the only viable choice:

  1. Payload: 45 bytes fits LoRaWAN (243-byte max) but exceeds Sigfox (12-byte max) — DEAL BREAKER
  2. Messages: 96/day is well within LoRaWAN capacity; approaches Sigfox’s 140/day ceiling
  3. Battery: LoRaWAN achieves 8.6 years on 2× AA cells — 2.9× the 3-year requirement
  4. Flexibility: LoRaWAN supports unlimited downlinks; Sigfox is limited to 4 downlinks/day
  5. Future growth: LoRaWAN accommodates payload expansion; Sigfox has no headroom

The payload constraint alone eliminates Sigfox, making LoRaWAN the only viable LPWAN option for this deployment.

28.3 Large-Scale Cost Analysis

Understanding TCO at scale is critical for enterprise deployments.

28.4 Spectrum Allocation Understanding

28.5 Deployment Decision: Small vs Large Scale

Before examining large-scale agricultural deployments, consider how deployment scale interacts with technology choice.

28.6 Agricultural Deployment Scenario

Question: At what deployment scale does private LoRaWAN become more cost-effective than NB-IoT over 10 years?

Given:

  • LoRaWAN sensor: €15/device
  • NB-IoT sensor: €20/device
  • LoRaWAN gateway: €1,500 (covers 2 km radius, ~5 km² area)
  • NB-IoT subscription: €30/device/year
  • Deployment density: 20 devices/km² (e.g., smart city sensors)
  • Network server: €300/month (LoRaWAN only)
  • Gateway maintenance: €100/gateway/year

Step 1: Calculate cost as function of device count (N)

LoRaWAN Total Cost (10 years):
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Sensors: N × €15
Gateways: (N / 100) × €1,500  [100 devices per gateway at 20 devices/km²]
Network server: €300 × 12 × 10 = €36,000
Maintenance: (N / 100) × €100 × 10

LoRaWAN(N) = 15N + 15(N/100) + 36,000 + (N/100) × 1,000
           = 15N + 0.15N + 36,000 + 10N
           = 25.15N + 36,000

NB-IoT Total Cost (10 years):
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Sensors: N × €20
Subscription: N × €30 × 10 years

NB-IoT(N) = 20N + 300N = 320N

Step 2: Find break-even point

LoRaWAN(N) = NB-IoT(N)
25.15N + 36,000 = 320N
36,000 = 320N - 25.15N
36,000 = 294.85N
N = 122 devices

Break-even: ~122 devices

Step 3: Validate with concrete scenarios

Devices LoRaWAN 10-yr Cost NB-IoT 10-yr Cost Winner Savings
100 €38,515 €32,000 NB-IoT -€6,515
122 €39,068 €39,040 Break-even ~€0
500 €54,575 €160,000 LoRaWAN €105,425
1,000 €61,150 €320,000 LoRaWAN €258,850
10,000 €287,500 €3,200,000 LoRaWAN €2,912,500

Step 4: Sensitivity analysis

The break-even point varies with:

Gateway cost impact:
- At €500/gateway: Break-even = 82 devices
- At €2,000/gateway: Break-even = 162 devices

Subscription cost impact:
- At €24/year: Break-even = 147 devices
- At €36/year: Break-even = 107 devices

Deployment density impact:
- 10 devices/km² (rural): 200 devices/gateway → Break-even = 98 devices
- 50 devices/km² (urban): 50 devices/gateway → Break-even = 183 devices

Key Insights:

  1. Below 100 devices: NB-IoT is cheaper (avoid gateway infrastructure)
  2. 100-200 devices: Break-even zone (consider other factors like reliability, control)
  3. Above 200 devices: LoRaWAN dramatically cheaper and savings scale linearly
  4. At 10,000 devices: LoRaWAN saves €2.9M (~91% cost reduction)

Decision Rules:

  • Pilot (50-100 devices): Start with NB-IoT (lower risk, faster deployment)
  • Production (500+ devices): Invest in LoRaWAN infrastructure
  • Massive scale (5,000+): Private LoRaWAN is economically imperative
  • Hybrid: Use NB-IoT for mobile/remote outliers, LoRaWAN for fixed/dense clusters

28.7 Break-Even Calculator: Private LoRaWAN vs Cellular

Adjust the parameters to find the deployment scale at which private LoRaWAN infrastructure becomes more cost-effective than a per-device cellular subscription.

28.8 Concept Relationships

This assessment applies multi-criteria decision making to LPWAN technology selection:

Decision Frameworks:

  • Requirements Analysis: Translating application needs to technical constraints. See Protocol Selection Framework for systematic approaches.
  • Trade-off Evaluation: Balancing competing factors (cost, coverage, control). See LPWAN Comparison for detailed matrices.

Cost Modeling:

  • TCO Components: CAPEX vs OPEX across deployment lifecycles. See LPWAN Fundamentals for cost frameworks.
  • Scale Economics: Break-even points between private and subscription models. Related to Business Models.

Deployment Patterns:

  • Infrastructure Reuse: Leveraging existing assets (towers, buildings) for gateway placement. See LPWAN Architectures for deployment strategies.
  • Network Ownership: Control vs convenience trade-offs. See Reference Architectures.

Technology Constraints:

  • Payload Sizing: How message structure affects technology viability. See Data Encoding for optimization strategies.
  • Spectrum Implications: Licensed vs unlicensed spectrum access models. See Wireless Regulations.

Application Domains:

  • Agriculture: Large-area, low-density deployments favor private LPWAN. See Smart Agriculture.
  • Utilities: Scale and reliability requirements drive cellular choices. See Smart Grid.

28.9 See Also

Assessment Progression:

Technology Comparisons:

Decision Support:

Application-Specific Guidance:

Learning Tools:

28.10 Knowledge Check: Interactive Exercises

:

28.11 Summary

This technology selection assessment covered:

  • Complex Deployment Scenarios: Analyzing GPS tracker requirements against LoRaWAN and Sigfox constraints
  • Enterprise TCO Analysis: Understanding cost dynamics for 50,000+ device deployments
  • Spectrum Considerations: Licensed vs unlicensed spectrum trade-offs
  • Agricultural Use Cases: Optimizing for long-term, large-scale rural deployments

Key Takeaways:

  • Payload constraints can eliminate technologies regardless of other advantages
  • Recurring subscription costs dominate cellular IoT TCO at scale
  • Private LoRaWAN networks break even against NB-IoT at approximately 120 devices over 10 years; at 500+ devices the savings are substantial
  • Infrastructure availability (towers, silos) enables cost-effective private network coverage

28.12 What’s Next

Chapter Focus Why Read It
LPWAN Assessment: Regulatory Compliance Duty cycle limits, operator risk, and regional regulation Apply the selection skills from this chapter to regulatory scenarios and evaluate compliance trade-offs
LPWAN Assessment: Fundamentals Core LPWAN protocol concepts and characteristics Reinforce the foundational parameters (range, bandwidth, spreading factor) that underpin every selection decision
LPWAN Comparison and Review Detailed technology comparison matrices Examine side-by-side constraint tables for LoRaWAN, Sigfox, NB-IoT, and LTE-M to sharpen your evaluation criteria
LoRaWAN Architecture LoRaWAN network server, gateways, and ADR Design private LoRaWAN networks with confidence after calculating their TCO advantage
NB-IoT Fundamentals NB-IoT radio, PSM, eDRX, and coverage classes Understand when cellular IoT justifies its higher cost — guaranteed QoS, roaming, and SLA-backed deployments
LPWAN Architectures Deployment topologies and gateway placement strategies Translate the break-even analysis into physical network designs for rural and urban environments