The Trillion-Sensor Problem
Industry projections estimate 1 trillion connected sensors by 2035. Today's IoT technologies — NB-IoT, LTE-M, LoRaWAN — all require batteries. A battery-powered sensor deployed in a warehouse ceiling, embedded in concrete, or attached to a shipping pallet creates an unsustainable maintenance burden at scale. Replacing batteries across billions of devices is economically and logistically impossible.
Ambient IoT solves this by eliminating the battery entirely. These devices harvest energy from the environment — RF signals, light, heat, or vibration — and communicate using backscatter modulation, reflecting and modulating incoming radio waves rather than generating their own carrier signal.3GPP began formal study of ambient IoT in Rel-19 through TR 22.840, defining requirements for cellular-integrated zero-energy and low-energy devices. The ITU-R IMT-2030 (6G) framework identifies massive communication with ambient IoT as a key usage scenario.
Ambient IoT Device Classes
3GPP's Rel-19 study item (documented in TR 22.840 and the RAN study RP-234058) defines three device classes based on energy architecture and communication capability.
| Parameter | Class A (Passive) | Class B (Semi-Passive) | Class C (Active-Assisted) |
|---|---|---|---|
| Energy source | RF energy harvesting only | Small battery + harvesting | Rechargeable battery + harvesting |
| Communication | Backscatter only | Backscatter + low-power Tx | Low-power active Tx |
| Peak data rate | 1 - 10 kbps | 10 - 100 kbps | 100 kbps - 1 Mbps |
| Communication range | 5 - 15 m | 15 - 50 m | 50 - 200 m |
| Device cost target | < $0.10 | $0.10 - $0.50 | $0.50 - $2.00 |
| Device lifetime | Unlimited (no battery) | 10+ years | 5-10 years (rechargeable) |
| Complexity | Extremely low (no oscillator) | Low (simple wake-up circuit) | Moderate (low-power MCU) |
| Example use case | Inventory tags, ID badges | Cold-chain sensors, soil moisture | Structural monitoring, wearables |
Backscatter Communication Fundamentals
Backscatter is the core enabling technology for ambient IoT. Unlike conventional radio, a backscatter device does not generate its own RF carrier. Instead, it modulates the reflection coefficient of its antenna to encode data onto an incoming signal.
How Backscatter Works
- A carrier emitter (which could be a base station, dedicated RF source, or ambient signal like Wi-Fi or TV broadcast) transmits a continuous-wave signal
- The ambient IoT device's antenna intercepts this signal
- The device switches its antenna impedance between matched (absorb) and mismatched (reflect) states
- This switching modulates the reflected signal with data
- A reader (base station or dedicated receiver) demodulates the reflected signal
Backscatter Topologies
| Topology | Carrier Source | Reader | Range | Complexity |
|---|---|---|---|---|
| Monostatic | Reader = emitter (same device) | Collocated | 3 - 10 m | Simple, but self-interference |
| Bistatic | Separate dedicated emitter | Separate receiver | 10 - 50 m | Higher range, more infrastructure |
| Ambient | Existing signals (Wi-Fi, cellular, TV) | Separate receiver | 5 - 30 m | No dedicated emitter needed |
The bistatic topology is most relevant for cellular integration. The base station (gNB) acts as the carrier emitter, and either the same gNB or a nearby device serves as the reader.
Energy Harvesting Sources
Ambient IoT devices must scavenge enough energy from the environment to power their minimal circuits (typically 1 - 100 µW). The available power depends on the harvesting source.
| Source | Typical Power Density | Harvested Power (1 cm² device) | Availability | Best Suited For |
|---|---|---|---|---|
| RF (cellular) | 0.1 - 1 µW/cm² at 10m | 0.1 - 1 µW | Near base station | Indoor, urban |
| RF (dedicated) | 10 - 100 µW/cm² at 1m | 10 - 100 µW | On-demand | Warehouse, retail |
| Indoor light | 10 - 100 µW/cm² | 10 - 100 µW | Daytime/lit spaces | Office, retail |
| Outdoor solar | 10 - 15 mW/cm² | 10 - 15 mW | Daytime, clear sky | Agriculture, outdoor |
| Thermal (ΔT=10°C) | 25 - 50 µW/cm² | 25 - 50 µW | Near heat sources | Industrial, body |
| Vibration | 1 - 100 µW/cm² | 1 - 100 µW | Machinery, vehicles | Manufacturing |
For RF energy harvesting from a cellular base station, the received power follows the Friis equation. At distances beyond 10 m, harvested power drops below 1 µW from ambient cellular signals, which constrains Class A passive devices to close proximity with the carrier emitter.
Worked Example: RF Energy Harvesting Budget
Calculate the harvested power for a Class A device at 10 m from a dedicated 1 W carrier emitter at 900 MHz:
`
Emitter EIRP: 30 dBm (1 W)
Path loss (FSPL at 10m): 20·log10(900) + 20·log10(10) + 20·log10(4π/c)
= 59.08 + 20 + (-27.55) = 51.5 dB
Received power: 30 - 51.5 = -21.5 dBm = 7.1 µW
Rectifier efficiency: ~30% (typical RF-to-DC)
Harvested DC power: 7.1 × 0.30 = 2.1 µW
`
A 2.1 µW budget is sufficient for a Class A device that operates intermittently — waking every 5-10 seconds to transmit a 100-bit payload via backscatter, consuming approximately 0.5 µW average power.
Link Budget for Backscatter Communication
Backscatter link budgets differ fundamentally from conventional radio. The signal traverses the path twice — emitter to tag, then tag to reader — resulting in a round-trip path loss that scales with distance to the fourth power (not second, as in conventional links).
Worked Example: Bistatic Backscatter Link Budget
Parameters: carrier emitter at 900 MHz, 30 dBm EIRP, tag at 10 m, reader at 15 m from tag.
`
Forward link (emitter → tag):
FSPL = 20·log10(900) + 20·log10(10) + 20·log10(4π/c)
= 51.5 dB
Power at tag: 30 - 51.5 = -21.5 dBm
Tag modulation:
Backscatter efficiency: -6 dB (typical modulation loss)
Tag antenna gain: 0 dBi
Reflected power: -21.5 - 6 + 0 = -27.5 dBm
Reverse link (tag → reader):
FSPL = 20·log10(900) + 20·log10(15) + 20·log10(4π/c)
= 59.08 + 23.52 + (-27.55) = 55.1 dB
Received at reader: -27.5 - 55.1 = -82.6 dBm
Reader sensitivity at 10 kbps: -95 dBm (typical)
Link margin: -82.6 - (-95) = 12.4 dB
`
A 12.4 dB margin provides adequate reliability for indoor environments with moderate multipath. Increasing the data rate to 100 kbps reduces sensitivity by approximately 10 dB, cutting the margin to 2.4 dB — marginal for reliable operation.
Comparison with Existing IoT Technologies
Ambient IoT does not replace NB-IoT or LTE-M. It creates an entirely new tier for ultra-low-cost, zero-maintenance sensing.
| Parameter | RFID (UHF) | NB-IoT | LTE-M | LoRaWAN | Ambient IoT (Class A) |
|---|---|---|---|---|---|
| Spectrum | Unlicensed 868/915 MHz | Licensed LTE band | Licensed LTE band | Unlicensed ISM | Licensed cellular |
| Max data rate | 640 kbps | 127 kbps | 4 Mbps | 50 kbps | 1-10 kbps |
| Range | 1-12 m | 1-10 km | 1-10 km | 2-15 km | 5-15 m |
| Battery life | No battery | 10+ years | 10+ years | 10+ years | No battery |
| Device cost | $0.05-0.15 | $3-8 | $5-12 | $3-8 | < $0.10 |
| Cellular integrated | No | Yes (3GPP) | Yes (3GPP) | No | Yes (3GPP Rel-19+) |
| Bidirectional | Limited | Yes | Yes | Limited | Limited |
| Localization | Reader proximity | Cell-ID, OTDOA | Cell-ID, OTDOA | RSSI-based | Reader proximity + phase |
| Standardization | ISO 18000-63 | TS 36.321 | TS 36.321 | LoRa Alliance | TR 22.840 (study) |
The key differentiator of cellular ambient IoT over RFID is network integration. Ambient IoT devices appear in the cellular network as managed endpoints with identifiers, security credentials, and standardized data transport — enabling carrier-grade management at scale.
Use Cases and Industry Applications
Smart Logistics and Supply Chain
Every pallet, carton, and individual item in a warehouse carries an ambient IoT tag. Unlike barcodes (which require line-of-sight scanning), backscatter tags can be read simultaneously at range. A gNB-integrated reader at a loading dock inventories an entire truck in seconds.
Wiliot has deployed battery-free Bluetooth sensing tags across multiple retail and logistics partners, demonstrating real-time item-level tracking. Their tags are postage-stamp sized, cost under $0.10 at volume, and harvest energy from ambient Bluetooth and Wi-Fi signals. A major pharmaceutical distributor uses Wiliot tags to track 200 million medicine packages annually with temperature and location data.
Agriculture and Environmental Monitoring
Class B semi-passive devices with solar harvesting can monitor soil moisture, pH, and temperature across thousands of acres. With a 10+ year lifetime and no battery replacement, the total cost of ownership drops below traditional wired sensors.
Ericsson's ambient IoT prototypes demonstrated soil sensors operating at 3 kbps backscatter with 30 m range using a dedicated 900 MHz carrier emitter. Each sensor costs under $0.30 and transmits moisture readings every 60 seconds using harvested RF energy.
Medical Implants and Wearables
Class A passive tags can be embedded in wound dressings, pill bottles, or disposable medical devices. A clinician waves a smartphone (acting as reader) near the tag to retrieve patient-specific data.
Infrastructure Monitoring
Bridges, tunnels, and buildings embed Class B sensors in concrete during construction. These sensors monitor strain, temperature, and moisture for the lifetime of the structure without any maintenance access.
Amazon Sidewalk's low-power mesh network demonstrates the gateway infrastructure concept. While not backscatter, Sidewalk's approach of leveraging existing devices (Echo speakers, Ring cameras) as neighborhood gateways parallels how ambient IoT could use deployed gNBs as carrier emitters and readers.
3GPP Standardization Roadmap
Ambient IoT standardization follows a phased approach:
- Rel-19 (2024-2025): Study item (TR 22.840) defining requirements, device classes, and feasibility. RAN study (RP-234058) evaluating physical layer design for backscatter integration.
- Rel-20 (2026-2027): Expected work item for Class A and Class B device specifications, including air interface design, protocol stack simplification, and security framework.
- Rel-21+ (2028+): Full 6G integration with native ambient IoT support, multi-device anti-collision protocols, and seamless coexistence with conventional NR traffic.
The physical layer design must address several challenges: anti-collision (many tags responding simultaneously), interference management (backscatter signals coexisting with active NR transmissions), and security (lightweight authentication for devices with minimal compute capability).
Key Takeaway: Ambient IoT represents a fundamental expansion of cellular connectivity to devices that were previously unreachable — zero-energy tags costing pennies, embedded everywhere, managed through the cellular network. The technology bridges the gap between RFID's simplicity and cellular's managed connectivity, enabling the trillion-sensor networks that 6G envisions. Engineers should track the 3GPP Rel-19/20 study closely, as backscatter integration into NR will reshape IoT architecture.