37  Sigfox Fundamentals

37.1 Learning Objectives

After completing this chapter series, you should be able to:

  • Explain how Sigfox Ultra-Narrow Band (UNB) modulation uses 100 Hz channels to achieve extreme range and power efficiency
  • Contrast the Sigfox operator-managed network model with self-deployed alternatives like LoRaWAN across infrastructure ownership, cost, and control dimensions
  • Analyze Sigfox constraints (12-byte payload, 140 messages/day, 4 downlinks/day) and assess their implications for application architecture decisions
  • Evaluate Sigfox suitability for specific IoT use cases by applying the LPWAN decision framework to asset tracking, environmental monitoring, and utility metering scenarios
  • Differentiate Sigfox, LoRaWAN, and NB-IoT across cost, coverage, data rate, and deployment complexity using total cost of ownership calculations

Key Concepts

  • Sigfox Protocol Fundamentals: Core technical principles including UNB modulation, 12-byte payload constraint, 140-message daily limit, managed network model, and base station architecture.
  • UNB (Ultra-Narrowband): Sigfox modulation using 100 Hz channel; achieves high receiver sensitivity (~−130 dBm) enabling long range with minimal TX power.
  • Message Redundancy: Each Sigfox uplink is transmitted 3 times on different random frequencies; increases reception probability without confirmation mechanism.
  • Network Operator (SNO): Sigfox Network Operator licensed to build and operate Sigfox infrastructure in a specific territory; provides coverage, SLAs, and device registration.
  • Payload Format: Sigfox messages carry 0–12 bytes application payload; encoding must fit all sensor data within this constraint using efficient binary formats.
  • Authentication: Sigfox device uses shared secret and device ID to compute frame authentication code preventing spoofing.
  • Sigfox Technology Partners: Chip and module vendors providing Sigfox-certified hardware including Wisol, Murata, ST Microelectronics, and others.
In 60 Seconds

Sigfox is an operator-managed LPWAN that uses Ultra-Narrow Band (UNB) modulation to send tiny 12-byte messages up to 50 km with extreme power efficiency, operating like a cellular subscription across 75+ countries rather than requiring you to deploy your own network. Choose Sigfox for simple, infrequent telemetry – asset tracking, environmental monitoring, utility metering – where you need zero infrastructure investment and can work within the 140-message-per-day uplink limit.

37.2 Sigfox

⏱️ ~45 min total | ⭐⭐ Intermediate | 📋 P09.C10

MVU – Minimum Viable Understanding

Sigfox is an operator-managed LPWAN technology that uses Ultra-Narrow Band (UNB) modulation to send tiny 12-byte messages over distances of up to 50 km with extreme power efficiency. Unlike LoRaWAN, where you deploy your own network, Sigfox works like a cellular subscription – you pay an operator for connectivity across 75+ countries, with devices limited to 140 uplink messages per day. Choose Sigfox when you need simple, infrequent telemetry (e.g., asset tracking, environmental monitoring) with zero infrastructure investment.

Sigfox is both a proprietary LPWAN technology and the name of the French company that developed and operates it. Unlike other LPWAN technologies where you can deploy your own network, Sigfox operates as a network operator providing connectivity services globally. Sigfox pioneered the concept of ultra-narrow band (UNB) modulation for IoT, enabling billions of low-power devices to communicate with minimal infrastructure and energy consumption.

Key Takeaway

In one sentence: Sigfox is an ultra-low-power, operator-managed LPWAN that sends tiny messages (12 bytes) over extreme distances with no local infrastructure required.

Remember this rule: Choose Sigfox over LoRaWAN when you need global coverage without building infrastructure, only send small infrequent messages (<140/day), and can accept the operator’s coverage footprint; choose LoRaWAN when you need network control, larger payloads, or coverage in areas Sigfox doesn’t reach.

Lila had an idea: “What if our sensors could send postcards instead of letters?”

Sammy was confused: “Postcards? But they’re so small!”

“That’s the point!” said Lila. “Imagine you’re on vacation and you want to tell your family you’re fine. You don’t need a whole letter – just a postcard saying ‘Having fun! Weather is sunny, 25 degrees.’ That’s like Sigfox! Each sensor sends a tiny postcard (only 12 bytes!) that says something simple like ‘Temperature: 22, Battery: OK.’”

Max asked: “But who delivers the postcards?”

“The Sigfox company runs the postal service!” explained Lila. “You don’t need to build your own post office. You just buy a stamp (a subscription), and your sensor drops its postcard into the mailbox. The Sigfox towers pick it up and deliver it to the cloud. But remember – you can only send 140 postcards per day, so make each one count!”

Bella added: “It’s perfect for sensors that just need to whisper a tiny update once in a while – like a trash can saying ‘I’m full!’ or a parking sensor saying ‘Spot taken!’”

If you are new to LPWAN technologies, think of Sigfox as the budget airline of IoT connectivity:

  • Budget airline analogy: Just like a budget airline gets you from A to B cheaply with a small carry-on bag (no checked luggage), Sigfox gets your sensor data from the field to the cloud cheaply with a tiny payload (12 bytes, no large data transfers).
  • No airport to build: With LoRaWAN, you need to set up your own gateways (like building your own airport). Sigfox provides the entire network – you just buy a ticket (subscription) and fly.
  • Limited flights: A budget airline has fewer flights per day. Similarly, Sigfox limits you to 140 messages per day per device. For a temperature sensor reporting every 10 minutes, that is exactly 144 readings – right at the limit!
  • One-way mostly: Sigfox is primarily uplink (device to cloud). Downlink (cloud to device) is very limited – only 4 messages per day. Think of it as: the airline flies you there, but return flights are very rare.

When is Sigfox the right choice? When your devices send small, infrequent data, you want zero infrastructure cost, and Sigfox coverage exists in your deployment area.

37.3 Sigfox Network Architecture

The following diagram shows how data flows from a Sigfox device through the network to your application:

Sigfox network architecture showing end devices transmitting via UNB radio to base stations, which forward data through the Sigfox Cloud to customer applications via callbacks

Key architectural points:

  • Redundant reception: Each message is transmitted 3 times on different frequencies, and multiple base stations can receive the same message – improving reliability without acknowledgements.
  • Cloud intelligence: All deduplication, geolocation, and data processing happens in the Sigfox Cloud, keeping devices ultra-simple.
  • Callback delivery: Data reaches your application via HTTP callbacks (webhooks), not via a persistent connection.

37.4 LPWAN Technology Comparison

Understanding where Sigfox fits relative to other LPWAN options is essential for making the right technology choice:

Decision flowchart for choosing between Sigfox, LoRaWAN, and NB-IoT based on payload size, message frequency, infrastructure ownership, and coverage requirements

37.5 Chapter Overview

This comprehensive guide to Sigfox fundamentals has been organized into four focused chapters for easier learning:

37.5.1 1. Introduction and Basics

Start here if you’re new to Sigfox. This chapter covers:

  • What is Sigfox and how does it differ from LoRaWAN
  • The 12-byte payload challenge and encoding strategies
  • When to use Sigfox (and when not to)
  • Real-world case study: Barcelona smart waste management
  • Sigfox network architecture overview

Estimated time: ~10 minutes

37.5.2 2. Scenarios and Common Mistakes

Learn from real-world failures and avoid costly mistakes:

  • What happens when you exceed message limits
  • Coverage dependency risks and mitigation
  • Bidirectional communication constraints
  • 7 common Sigfox deployment mistakes
  • Payload encoding pitfalls (float vs integer)
  • Device registration requirements

Estimated time: ~12 minutes

37.5.3 3. Technology Deep Dive

Understand the technical foundations:

  • Ultra-Narrow Band (UNB) modulation explained
  • Radio parameters and regional frequency bands
  • Link budget calculations for extreme range
  • Sigfox vs LoRaWAN architectural comparison
  • LPWAN technology decision framework
  • Sigfox Atlas geolocation service

Estimated time: ~12 minutes

37.5.4 4. Worked Examples and Assessment

Apply your knowledge with practical calculations:

  • Asset tracking message budget calculation
  • Sigfox vs LoRaWAN TCO comparison
  • UNB link budget for 25 km rural deployment
  • Duty cycle and message timing compliance
  • Comprehensive quiz questions with explanations

Estimated time: ~15 minutes

37.6 Quick Reference

Property Details
Modulation Ultra Narrow Band (UNB), 100 Hz channels
Frequency 868 MHz (Europe), 902 MHz (Americas), 923 MHz (Asia Pacific)
Range 10-50 km (rural), 3-10 km (urban)
Data rate 100 bps uplink, 600 bps downlink
Payload 12 bytes uplink, 8 bytes downlink
Messages 140 uplink + 4 downlink per day
Battery life 10-20 years typical
Coverage 75+ countries (operator-dependent)

37.7 Interactive: Sigfox Message Budget Calculator

Use this calculator to check whether your IoT application fits within Sigfox’s daily message limits.

37.8 Knowledge Check

Test your understanding of Sigfox fundamentals before diving into the detailed chapters.

Common Pitfalls When Evaluating Sigfox
  1. Assuming Sigfox coverage exists everywhere: Sigfox coverage is operator-dependent and varies significantly by country and region. Always verify coverage maps for your specific deployment locations before committing to Sigfox. Rural areas in countries with low Sigfox adoption may have no coverage at all.

  2. Designing for frequent downlink: Sigfox allows only 4 downlink messages per day. If your application requires regular device configuration updates, firmware-over-the-air (FOTA), or command-and-control, Sigfox is the wrong choice. Plan for autonomous devices that rarely need instructions from the cloud.

  3. Ignoring the operator dependency risk: Sigfox is a single-company network. If the operator in your region ceases operations (as happened in some markets), your devices become disconnected. Always have a fallback connectivity plan or choose LoRaWAN for mission-critical deployments where you need infrastructure control.

  4. Encoding payloads as text instead of binary: With only 12 bytes, sending data as ASCII text (e.g., “T=22.5” = 6 bytes for one value) wastes precious payload space. Use binary encoding (e.g., temperature as a 2-byte integer with fixed-point scaling) to fit more sensor readings into each message.

  5. Forgetting the duty cycle math: While Sigfox allows 140 messages/day, the actual transmission timing must comply with regional duty cycle regulations (e.g., 1% in EU 868 MHz). At ~2 seconds per transmission x 3 redundant copies = 6 seconds per message, the regulatory duty cycle ceiling is approximately 144 messages/day (864s available / 6s per message). The Sigfox subscription limit of 140 provides a small safety margin below this physical limit.

Sigfox message capacity analysis compares subscription limits vs. regulatory duty cycle. Daily airtime: \(T_{day} = n \times t_{TX}\)

Each 12-byte uplink frame (including preamble, device ID, authentication, and CRC) takes approximately 2 seconds at 100 bps. With 3 redundant transmissions: \[t_{TX} = 3 \times 2s = 6s \text{ per message}\]

(Note: payload-only calculation gives \(3 \times 0.96s = 2.88s\), but frame overhead roughly doubles the actual airtime.)

EU duty cycle (1%): \(T_{max} = 0.01 \times 86{,}400s = 864s\)

Maximum messages under duty cycle: \[n_{max} = \frac{864s}{6s} \approx 144 \text{ messages/day}\]

Subscription limit: 140 messages/day

Binding constraint: subscription (140 < 144)

This shows Sigfox’s 140-message subscription limit closely tracks the physical duty cycle ceiling of ~144 messages/day. The subscription limit provides a small safety margin (2.8%) to ensure regulatory compliance even with timing variations.

37.9 Learning Path

Recommended Reading Order
  1. New to Sigfox? Start with Introduction and Basics
  2. Planning a deployment? Read Scenarios and Mistakes to avoid common pitfalls
  3. Need technical details? Dive into Technology Deep Dive
  4. Ready to apply? Test yourself with Examples and Assessment

Use this framework to choose the right LPWAN technology for your deployment:

STEP 1: Message Frequency Check

How often do devices transmit?
├─ Once per hour or less → All LPWAN options viable, continue to Step 2
├─ Every 10-15 minutes → Sigfox marginal (133-144 msgs/day), favor LoRaWAN
└─ Every minute or more → LoRaWAN or NB-IoT only (Sigfox impossible)

STEP 2: Payload Size Check

What is the message size?
├─ ≤12 bytes → Sigfox works, continue to Step 3
├─ 13-51 bytes → LoRaWAN SF12, continue to Step 3
├─ 52-242 bytes → LoRaWAN SF7-11 only
└─ >242 bytes → NB-IoT only

STEP 3: Coverage Availability

Does Sigfox operator coverage exist in deployment area?
├─ YES (verified via pilot test) → Sigfox viable, continue to Step 4
└─ NO → Choose between LoRaWAN (deploy own gateways) or NB-IoT (cellular)

STEP 4: Deployment Scale & Cost

How many devices will you deploy?
├─ <1,000 devices → Sigfox likely cheapest ($1-2/device/year)
├─ 1,000-10,000 devices → Calculate TCO (crossover ~9,000 devices)
└─ >10,000 devices → LoRaWAN likely cheapest (gateway cost amortized)

STEP 5: Infrastructure Control Requirement

Do you need to control network infrastructure?
├─ NO (acceptable to rely on operator) → Sigfox remains viable
└─ YES (critical infrastructure, data privacy) → LoRaWAN or NB-IoT

STEP 6: Bidirectional Communication

How many downlink messages needed per day?
├─ 0-4 downlinks/day → Sigfox adequate
├─ 5-100 downlinks/day → LoRaWAN Class A
└─ >100 downlinks or immediate response → LoRaWAN Class C or NB-IoT

Decision Matrix Example:

Use Case Msg Freq Payload Scale Coverage Recommendation
Parking sensors 50/day 5 bytes 5,000 Yes Sigfox (simple, cheap)
Soil moisture 24/day 8 bytes 500 Yes Sigfox (lowest cost)
Asset tracking 96/day 12 bytes 10,000 Partial LoRaWAN (scale + coverage gaps)
Smart meters 1/day 20 bytes 50,000 No LoRaWAN (no Sigfox, scale)
Industrial control 1/min 50 bytes 100 Yes LoRaWAN (frequency + payload)
Fleet tracking 20/day 100 bytes 1,000 Global NB-IoT (mobility + payload)

Quick Rules of Thumb:

  • Choose Sigfox when: Simplest possible deployment, <10K devices, tiny infrequent messages, operator coverage exists
  • Choose LoRaWAN when: Need infrastructure control, >10K devices, larger payloads, or no Sigfox coverage
  • Choose NB-IoT when: Global mobility required, large payloads, high message frequency, or mission-critical latency

Cost Comparison (5-year TCO, 1,000 devices):

Technology Device Infrastructure Subscription Total
Sigfox $12K $0 $10K $22K
LoRaWAN $15K $10K $0 $25K
NB-IoT $20K $0 $300K $320K

Sigfox wins at this scale. At 50,000 devices, LoRaWAN becomes cheapest.

37.10 Concept Relationships

Core Concept Builds On Leads To Contrasts With Prerequisites
Operator-Managed LPWAN Cellular network model, ISM band Zero infrastructure deployment, global roaming LoRaWAN user-deployable gateways Network architecture basics
Ultra-Narrow Band (UNB) Shannon-Hartley theorem, narrow-band modulation 100 Hz channels, -142 dBm sensitivity, 30-50 km range LoRa spread spectrum (125 kHz channels) RF fundamentals, modulation
Message Constraints Regulatory duty cycle, network design 140 uplink/4 downlink daily limits LoRaWAN unlimited messages (duty cycle only) LPWAN positioning
Payload Encoding Binary encoding, fixed-point arithmetic 12-byte uplink, 8-byte downlink max ASCII text encoding (wasteful) Data representation
Cost Model Subscription economics, infrastructure TCO $6-10/year subscription vs. gateway CapEx LoRaWAN gateway investment model LPWAN economics

37.11 See Also

37.12 Summary

Sigfox occupies a unique position in the LPWAN landscape as an operator-managed, ultra-low-power network optimized for simple, infrequent sensor telemetry. Its key differentiators are:

  • Ultra-Narrow Band modulation (100 Hz channels) enables extreme range (up to 50 km) and excellent interference rejection, at the cost of very low data rates (100 bps).
  • No infrastructure required: Unlike LoRaWAN, you do not need to deploy gateways. The Sigfox operator handles the entire network.
  • Strict constraints: 12-byte payloads, 140 uplink messages/day, and only 4 downlink messages/day. These constraints are by design – they enable 10-20 year battery life and sub-dollar annual connectivity costs.
  • Global roaming: A single subscription works across 75+ countries, making Sigfox attractive for mobile asset tracking across borders.
  • Trade-offs to consider: Coverage gaps in some regions, operator dependency risk, and very limited bidirectional communication make Sigfox unsuitable for applications needing real-time control or large data transfers.

The chapters that follow explore each of these aspects in detail, from the radio physics of UNB modulation to real-world deployment case studies and cost comparisons.

37.13 What’s Next

Topic Link Description
Sigfox Advanced Topics sigfox.html Deep dive into UNB modulation, message flow, and deployment models
LoRaWAN Architecture lorawan-architecture.html Compare Sigfox with user-deployable LoRaWAN gateway networks
NB-IoT Fundamentals nb-iot-fundamentals.html Cellular LPWAN alternative operating in licensed spectrum
LPWAN Comparison lpwan-comparison-and-review.html Comprehensive side-by-side comparison of all LPWAN technologies