Source-linked AI summary

LoRa Backscatter: Enabling The Vision of Ubiquitous Connectivity

Vamsi Talla, Mehrdad Hessar, Bryce Kellogg, Ali Najafi, Joshua R. Smith, Shyamnath Gollakota

arXiv:1705.05953v1cs.NI

TL;DR

Existing wireless technologies do not jointly provide long-range, reliable connectivity at tens of microwatts and less than a dime, while conventional backscatter is short-range. This paper develops a wide-area LoRa backscatter system using CSS modulation, harmonic cancellation, and commodity LoRa hardware. It demonstrates hundreds-of-meters to kilometer-scale links and reliable coverage across buildings, a farm, and wearable form factors.

  • Problem

    Existing radios provide range but are costly and power-hungry, whereas backscatter is inexpensive and low-power but conventionally short-range.

  • Method

    The paper designs CSS backscatter with harmonic cancellation and decodes the resulting signals using commodity LoRa hardware.

  • Results

    475 m of source–receiver separation supports backscatter throughout the path, while source-co-located backscatter reaches 2.8 km and deployments achieve reliable wide-area coverage.

  • Takeaways & Limitations

    LoRa backscatter provides wide-area connectivity for everyday objects while retaining backscatter’s low-power and low-cost advantages.

  • Takeaways & Limitations

    The current design achieves LoRa’s supported bit rates, while higher data rates at the desired ranges remain future work; its adoption can also ride on LoRa’s success.

Abstract

from arXiv · show

The vision of embedding connectivity into billions of everyday objects runs into the reality of existing communication technologies --- there is no existing wireless technology that can provide reliable and long-range communication at tens of microwatts of power as well as cost less than a dime. While backscatter is low-power and low-cost, it is known to be limited to short ranges. This paper overturns this conventional wisdom about backscatter and presents the first wide-area backscatter system. Our design can successfully backscatter from any location between an RF source and receiver, separated by 475 m, while being compatible with commodity LoRa hardware. Further, when our backscatter device is co-located with the RF source, the receiver can be as far as 2.8 km away. We deploy our system in a 4,800 $ft^{2}$ (446 $m^{2}$) house spread across three floors, a 13,024 $ft^{2}$ (1210 $m^{2}$) office area covering 41 rooms, as well as a one-acre (4046 $m^{2}$) vegetable farm and show that we can achieve reliable coverage, using only a single RF source and receiver. We also build a contact lens prototype as well as a flexible epidermal patch device attached to the human skin. We show that these devices can reliably backscatter data across a 3,328 $ft^{2}$ (309 $m^{2}$) room. Finally, we present a design sketch of a LoRa backscatter IC that shows that it costs less than a dime at scale and consumes only 9.25 $μ$W of power, which is more than 1000x lower power than LoRa radio chipsets.

1 INTRODUCTION

This introduction argues that LoRa backscatter can overcome backscatter’s conventional short-range limitation while retaining low power and low cost. The system combines CSS modulation, harmonic cancellation, and commodity LoRa reception to demonstrate wide-area coverage across diverse deployments.

  • Motivation: Existing active radios provide long range but cost at least 4–6 dollars and require too much power for connectivity embedded into everyday objects at scale.Backscatter offers lower power and cost, but prior systems were limited to short ranges.
  • System goal: The paper presents the first wide-area backscatter system, targeting reliable decoding below -135 dBm amid strong out-of-band interference on commodity hardware.The design avoids requiring a custom, expensive receiver.
  • Core design: CSS modulation lets the device synthesize continuously frequency-modulated chirps, extending beyond prior backscatter schemes limited to discrete digital values.LoRa’s CSS modulation represents bits with continuously varying-frequency chirps and cyclic time shifts.
  • Core design: The harmonic cancellation mechanism suppresses third- and fifth-harmonic sideband interference, improving spectral efficiency and reducing effects on adjacent LoRa devices.Prior single-sideband designs ignored these harmonics, creating out-of-band interference.
  • Evaluation: 475 m of source–receiver separation supports backscatter at every location between them, while source-co-located backscatter reaches a receiver 2.8 km away.These results use LoRa-compatible reception and establish wide-area operating ranges.
  • Evaluation: Reliable coverage was demonstrated with one RF source and receiver across a one-acre farm, a three-floor 4,800 ft^2 house, and a 13,024 ft^2 office spanning 41 rooms.The system also backscattered through a contact-lens antenna and epidermal patch across a 3,328 ft^2 room.
  • Implications: LoRa backscatter is summarized as combining reliable long range with a fraction of radios’ cost, size, and power consumption while supporting thin-film batteries and small energy sources.The proposed design sketch targets 9.25 µW consumption and less-than-ten-cent cost at scale.

3 SYSTEM DESIGN

LoRa backscatter uses CSS to create transmissions compatible with the LoRa physical layer, combining a hybrid analog-digital design with harmonic cancellation and multi-device coordination.

  • 3 SYSTEM DESIGN: LoRa backscatter uses CSS to design a wide-area backscatter communication system.The system synthesizes CSS packets compatible with the LoRa physical layer.
  • 3 SYSTEM DESIGN: The design combines hybrid analog-digital backscatter with harmonic cancellation to create CSS transmissions.
  • 3 SYSTEM DESIGN: A link-layer protocol enables multiple CSS backscatter devices to coexist.
  • 3 SYSTEM DESIGN: CSS symbols encode information as cyclic time shifts in a baseline chirp, with receiver-side FFT processing converting delays into frequency peaks.The figure illustrates two chirps and their corresponding FFT outputs.

3.1 Understanding CSS

CSS conveys information through cyclic time shifts in linear frequency-modulated chirps, which receivers decode using correlation and FFT peaks. Bandwidth, spreading factor, symbol rate, and error coding determine achievable bit rates.

  • 3.1 Understanding CSS: CSS uses linear frequency-modulated chirp pulses, encoding data as cyclic time shifts of a baseline chirp.
  • 3.1 Understanding CSS: Receivers multiply incoming signals by the baseline chirp and perform an FFT, producing a peak corresponding to the received chirp’s time delay.
  • 3.1 Understanding CSS: N distinguishable cyclic shifts encode log2N bits within each chirp symbol when the receiver performs an N-point FFT.For CSS spreading factor SF, N is set to 2^SF.
  • 3.1 Understanding CSS: Three parameters determine CSS bit rate: chirp bandwidth, spreading factor, and symbol rate.Bandwidth and spreading factor can be varied to achieve different bit rates.
  • 3.1 Understanding CSS: A CSS chirp with spreading factor SF has 2^SF samples and encodes SF bits, while LoRa error coding adds another bit-rate adaptation mechanism.

3.2 Synthesizing CSS with Backscater

The paper synthesizes LoRa-compatible CSS backscatter using hybrid digital-analog processing, multi-level waveform approximation, and frequency shifting. The design addresses CSS frequency generation, negative frequencies, interference, and harmonic cancellation.

  • CSS synthesis: 2^SF frequencies are required to synthesize CSS modulation with spreading factor SF, making digital-domain generation exponentially more complex.For spreading factor two, the four cyclic shifts require frequencies f0 through f3.
  • CSS synthesis: The hybrid design generates a digital frequency plan and maps it through a DAC and VCO to produce continuously varying CSS frequencies.The baseband processor controls 2^SF voltage levels through an SF-bit DAC, while the VCO converts voltage into frequency.
  • CSS synthesis: Negative frequencies are synthesized by generating both cosine and sine components, because the VCO outputs only positive frequencies.The complex exponential representation combines cosine and sine to represent positive and negative frequency components.
  • Frequency placement: A small frequency offset shifts the LoRa signal to a band centered at fc + ∆f while moving the source single-tone outside the desired band.The resulting backscatter frequency is (fc+∆f)+fLoRa, and the single-tone becomes out-of-band interference.
  • Harmonic cancellation: Four-level waveform approximation cancels at least the third and fifth harmonics while enabling single-sideband modulation.The approximated cosine uses three shifted square waves, and the four-level exponential signal is implemented through switched antenna impedances.
  • LoRa compatibility: Reverse-engineering the proprietary LoRa physical layer enables the system to synthesize LoRa-compatible packets.The authors use Semtech patents, an SX1276 starter kit, and USRP transmission analysis.

3.5 Link-Layer Protocol

The protocol uses LoRa’s sensitivity and interference resilience to decode extremely weak backscattered signals on commodity hardware, while supporting channel sharing and concurrent transmissions. Measurements characterize rate-dependent sensitivity, operational range, spectral interference, and multi-device operation.

  • Channel access: TDMA assigns each backscatter device a time slot using synchronization from the RF source.Devices transmit only in assigned slots, and the RF source omits its tone when a slot is unused.
  • Concurrent transmissions: LoRa’s 64 channels can support up to 64 concurrent backscatter devices, with additional concurrency possible across spreading factors on one channel.The system also demonstrates concurrent transmissions from two devices using different frequency offsets.
  • Interference tolerance: At -40 dBm and -50 dBm interference, a 1 MHz offset achieves sensitivity within a few dB of the theoretical limit.The offset can be increased to improve sensitivity under higher interference power.
  • Operational range: 475 m is the maximum source-to-receiver separation supporting operation at all intermediate backscatter locations.At 600 m, operation is limited to locations near the source or receiver; with the device 5 m from the source, packets are decoded from 2.8 km away.
  • Spectral management: Harmonic cancellation reduces the third and fifth harmonics to 38 dB below the desired 918 MHz backscattered packet.Without cancellation, the harmonics are 14 dB and 22 dB lower and create interference in the 900 MHz band.

6.1 Wide-Area Applications

The system provides wide-area backscatter coverage in home, office, and agricultural deployments using a single RF source and receiver. Evaluations span multi-floor, multipath, and outdoor farm environments, while noting that larger farms may require more infrastructure.

  • Deployment scope: The system is evaluated in two wide-area applications: home sensing and precision agriculture, alongside office deployment measurements.These experiments assess real-world coverage across indoor and outdoor environments.
  • Home deployment: A 4,800 ft^2 house across three floors achieves reliable 45 bps coverage with a single RF source and receiver.RSSI exceeds -144 dBm throughout the house and outside lawn area.
  • Office deployment: A 13,024 ft^2 office spanning 41 rooms demonstrates wide-area coverage in significant multipath environments.The deployment includes double sheet-rock walls and heavily insulated rooms with concrete and metal structures.
  • Precision agriculture: A one-acre farm achieves reliable communication using one RF source and receiver, with median RSSI of -137 dBm and minimum RSSI of -143 dBm.The deployment samples 20 grid-center locations among plants and bushes; larger farms may require additional sources and receivers.

6.2 RF-Challenged Applications

LoRa backscatter extends communication to RF-challenged wearable and contact-lens form factors. A contact-lens antenna achieves reliable connectivity across a large atrium, and a flexible patch prototype operates while attached to human skin.

  • RF-challenged environments: High CSS sensitivity supports long-range operation in challenging environments such as implantable and body-worn devices.Wearable antennas can be detuned by the body, degrading link quality; contact-lens radios also exceed miniature-battery power budgets.
  • Smart contact lens: The contact-lens prototype uses a 1 cm diameter loop antenna encapsulated between two soft contact lenses.The antenna is immersed in contact-lens solution and connected to commercial off-the-shelf hardware.
  • Smart contact lens: A contact-lens form-factor antenna achieves reliable connectivity across a 3,328 ft^2 atrium, an order of magnitude beyond prior designs.The experiment places the RF source and receiver at opposite ends and measures RSSI across the room.
  • Epidermal patch: A flexible epidermal patch sensor backscatters data while attached to human skin.The prototype uses a sticker-form-factor RFID antenna, impedance matching, and commercial off-the-shelf hardware.

7 DISCUSSION AND CONCLUSION

The paper demonstrates a wide-area backscatter system and identifies higher data rates and networking many devices as future work. Its CSS-based design can provide long ranges independently of LoRa adoption and supports multiple low-power sources.

  • The system achieves backscatter ranges required for wide-area communication.
  • Future research: Higher data rates at the desired ranges remain an open research direction.Suggested approaches include concurrent transmission across multiple frequency bands or multiple-antenna designs.
  • LoRa-independent design: CSS modulation can provide long ranges and high sensitivities independently of LoRa adoption.
  • RF Power harvesting: The system can operate with small solar cells, button cells, or printed batteries because of its low power consumption.Long-range power harvesting from the RF source is another possible direction.
  • Networking LoRa backscatter devices: Networking hundreds to thousands of nearby LoRa backscatter devices remains an open research opportunity.The paper focuses on the physical layer rather than networking.
Loading 1705.05953v1…