37 Weightless Comparison
37.1 Introduction
This chapter analyzes Weightless’s position in the LPWAN market, explores why it has seen limited commercial adoption despite technical soundness, and provides comprehensive decision frameworks for selecting between Weightless and competing technologies.
How do ecosystem network effects quantify? Consider the cost to add Weightless support to an IoT product line vs LoRaWAN.
LoRaWAN (mature ecosystem, launched 2015): - Module vendors: 50+ (Semtech, Murata, STMicro, etc.) → competitive pricing ($8-$12/module) - Engineering effort: 2 weeks (abundant example code, Stack Overflow answers, prebuilt libraries) - Certification cost: $3,000 (LoRa Alliance) → amortized over 10,000 units = $0.30/unit - Network availability: 162 countries with carrier coverage - Hiring: Easy (1,000+ engineers with LoRaWAN experience on LinkedIn)
Weightless-P (niche ecosystem, launched 2016): - Module vendors: 3-5 → monopoly pricing ($15-$25/module, 2× LoRaWAN) - Engineering effort: 6 weeks (sparse documentation, few Stack Overflow hits, must read specs) - Certification: $2,000 (SIG) → $0.20/unit (similar) - Network availability: < 10 deployments globally (mostly private) - Hiring: Hard (< 50 engineers with experience)
Total cost difference (10,000-unit production run): - Module: \((20 - 10) \times 10{,}000 = \$100{,}000\) extra for Weightless - Engineering: \((6 - 2)\text{ weeks} \times \$10{,}000/\text{week} = \$40{,}000\) extra - Total: $140,000 premium for Weightless-P = $14/unit
Insight: Ecosystem immaturity costs $14/unit (double the module price!) even if technical specs are equivalent. This is why LoRaWAN dominates despite Weightless’s bidirectional advantage — network effects create winner-take-all dynamics in wireless standards!
By the end of this chapter, you will be able to:
- Compare Weightless variants (W, N, P) with LoRaWAN and NB-IoT across technical and business dimensions
- Explain why ecosystem network effects outweigh technical superiority in LPWAN market outcomes
- Evaluate Weightless suitability for specific deployment scenarios using structured decision criteria
- Select the optimal LPWAN technology by applying a systematic decision framework to real deployment constraints
- Justify technology choices to stakeholders by distinguishing ecosystem maturity from raw protocol specifications
- Calculate the total cost premium of choosing Weightless-P over LoRaWAN for a given device volume
Weightless is a family of LPWAN standards designed to compete with LoRaWAN and Sigfox. This chapter compares the Weightless variants (W, N, and P) with other LPWAN technologies, helping you understand where Weightless fits in the broader landscape of low-power wide-area networking options.
“Why do we need Weightless when LoRaWAN and Sigfox already exist?” asked Sammy the Sensor.
Max the Microcontroller explained: “Weightless offers three variants designed for different niches. Weightless-W reuses old TV frequencies for amazing building penetration. Weightless-N focuses on ultra-narrow-band efficiency like Sigfox. Weightless-P aims for the sweet spot with bidirectional communication and decent data rates.”
“The comparison is interesting,” said Lila the LED. “Weightless-P has better downlink capabilities than Sigfox – meaning the cloud can actually send commands back to the sensor, not just receive data. That’s important if you need to update firmware or change settings remotely.”
Bella the Battery assessed the trade-offs: “But Weightless has smaller market adoption than LoRaWAN, Sigfox, or NB-IoT. Fewer gateways deployed, fewer off-the-shelf sensors available. Sometimes the best technology on paper isn’t the best choice in practice – ecosystem support matters as much as specs!”
37.2 Prerequisites
Before diving into this chapter, you should be familiar with:
- Weightless LPWAN Overview: Understanding the three Weightless variants
- Weightless Technical Implementation: ADR, power calculations, and cost analysis
- LoRaWAN: LoRaWAN architecture and ecosystem
Key Concepts
- Weightless-N: Ultra-Narrowband Weightless variant operating in unlicensed sub-GHz bands; simple, low cost, optimized for one-way uplink data transmission.
- Weightless-P: The primary Weightless standard providing full bidirectional communication with ACKs, ADR, and frequency-agile operation in licensed or unlicensed sub-GHz bands.
- Weightless-W: TV White Space Weightless variant using TVWS spectrum (470-790 MHz) for very long range communication; requires spectrum database queries for dynamic frequency access.
- Weightless SIG: The Weightless Special Interest Group developing and managing the Weightless protocol standards; open standard accessible to all members.
- TVWS (TV White Space): Unused television broadcast spectrum used by Weightless-W; provides excellent propagation at sub-1 GHz frequencies with dynamic spectrum access.
37.3 Weightless-P Key Features Summary
Before comparing with competitors, let’s summarize Weightless-P’s characteristics:
- ISM bands (868/915 MHz)
- 200 bps to 100 kbps adaptive data rate
- Bidirectional communication
- 2-5 km range (urban)
- 3-8 year battery life
- 40-byte payload
- Open standard (no vendor lock-in)
Strengths:
- Open standard (multiple vendors possible)
- Deploy private or public networks
- No recurring operator fees (private deployment)
- Good balance of power, range, and data rate
- Bidirectional communication
Weaknesses:
- Limited adoption compared to LoRaWAN and NB-IoT
- Smaller ecosystem (fewer devices and vendors)
- Less community support and documentation
- No first-mover advantage
37.4 Market Reality: Why Technical Excellence Doesn’t Guarantee Success
37.4.1 The Vicious Cycle
37.5 Knowledge Check: Market Analysis
37.6 Interactive Exercises
:
37.7 Summary
This chapter analyzed Weightless’s market position and provided decision frameworks:
- Ecosystem effects matter more than technical superiority - LoRaWAN’s large ecosystem (500+ members, millions of devices) created a virtuous cycle while Weightless faced a vicious cycle of limited adoption
- Timing was critical: LoRaWAN captured the 2015-2018 LPWAN wave while Weightless-P arrived late (2017)
- Weightless-W failed due to complexity (GPS, database access, regulatory compliance) adding $30-50 per device vs $5-10 for ISM-band alternatives
- Decision framework: Choose Weightless-P only when open standards and private network control are paramount; otherwise, LoRaWAN or NB-IoT offer larger ecosystems and proven deployments
- Future prospects: Niche success possible in organizations valuing open standards, private deployments, and academic/research environments
37.8 Concept Relationships
Ecosystem Dynamics > Technical Specs: Weightless demonstrates that superior technology loses to inferior ecosystem. LoRaWAN modules cost $2-3 (Semtech chips in volume) vs Weightless $15-25 (discrete components, low volume). Price drives adoption → volume → lower price (virtuous cycle for LoRa) or no adoption → low volume → high price (vicious cycle for Weightless).
Network Effects in LPWAN: Each technology’s value increases with number of users. LoRaWAN: 500+ Alliance members → reference designs → developer community → The Things Network (free public coverage). Weightless: <50 SIG members → no public networks → developers must build everything → high barrier to entry. LoRaWAN Overview shows ecosystem in action.
The Silicon Vendor Dependency: LPWAN success requires silicon champion (Semtech for LoRa, Qualcomm for NB-IoT, TI for Sigfox). Weightless had SPECIFICATION but no chips. Module vendors need chips to build modules. No chips = no modules = no devices = no deployments. This chicken-egg problem is insurmountable without silicon investment.
37.9 See Also
Alternative LPWAN Technologies:
- LoRaWAN Architecture - Market winner (300M+ connections). Comparison baseline for Weightless failure analysis.
- NB-IoT Fundamentals - Cellular LPWAN with carrier backing. Licensed spectrum + existing infrastructure = deployment advantage.
- Sigfox Fundamentals - Proprietary operator model. Less open than Weightless but better ecosystem (TI chips, public networks).
Market Analysis:
- LPWAN Technology Comparison - Side-by-side analysis of all LPWAN options with decision framework.
- IoT Business Models - Why ecosystem matters more than specifications in multi-sided markets.
TV White Space:
- Cognitive Radio Fundamentals - TVWS requires geolocation database, spectrum sensing. Regulatory complexity (FCC Part 15.711) deterred vendors.
37.10 What’s Next
Now that you understand Weightless’s market position and LPWAN decision frameworks, continue your journey through the wireless connectivity landscape:
| Chapter | Focus | Why Read It |
|---|---|---|
| Cellular IoT Applications | 2G/3G/4G/LTE-M in IoT | Compare carrier-managed LPWAN with Weightless’s self-managed approach |
| NB-IoT Fundamentals | 3GPP Release 13 LPWAN | Analyze the licensed-spectrum alternative that outcompeted Weightless |
| LoRaWAN Architecture | LoRa Alliance ecosystem | Examine the winning LPWAN architecture and why its ecosystem succeeded |
| LPWAN Comparison and Review | Side-by-side LPWAN analysis | Apply the decision framework from this chapter across all LPWAN options |
| MQTT | IoT messaging protocol | Configure the application-layer protocol most commonly used above LPWAN |
| CoAP | Constrained device protocol | Implement request-response messaging for low-power LPWAN endpoints |