ADR (Adaptive Data Rate) is a LoRaWAN mechanism in which the Network Server analyses the link quality reported by the gateways (RSSI and SNR) and instructs each end device to switch to a lower spreading factor (faster, less battery-hungry, for example SF7 instead of SF12) whenever the signal margin allows it.
True
End devices typically start at a high spreading factor for safety on first uplink. The Network Server then averages the link margin over the last 20 frames or so, and if the margin is comfortable it sends a LinkADRReq MAC command telling the device to step down in SF, increase its data rate and possibly reduce its TX power. If conditions later deteriorate, the device autonomously climbs back to a higher SF after a configurable number of missed acknowledgements (the ADR back-off). The mechanism saves battery, reduces duty-cycle consumption and is central to LoRaWAN scalability.
Enable ADR only on stationary devices — for moving assets (asset trackers, vehicles) ADR oscillates and wastes energy, so the LoRa Alliance explicitly recommends disabling the ADR bit on mobile end devices.
LoRaWAN bank in preparation
The full LoRaWAN bank isn't available yet. Drop your email to get notified at launch and grab an early-bird discount.
Join the waitlist →See the 9 other LoRaWAN practice questions
Related questions
- A LoRaWAN architecture comprises four entities: End Devices (LoRa sensors and actuators), Gateways (bidirectional radio relays), a Network Server (which centralises traffic and handles ADR and security) and an Application Server (which carries the business logic and exposes the data to end users).1. Architecture · LoRaWAN-Architektur
- Which frequency band is used by LoRaWAN in Europe?2. Frequencies · Regionen
- In Europe (EU868), the ETSI EN 300 220 regulation typically limits the duty cycle to 1 % per hour on the main sub-band, which caps the number of frames an end device can transmit (from a few dozen to more than two hundred per hour depending on the spreading factor).2. Frequencies · Duty Cycle
- Which LoRaWAN class offers the lowest latency for downlink messages (Network Server to end device) but also the highest energy consumption?3. Classes · Class A, B, C
- More than 90 % of LoRaWAN end devices in the field run in Class A: battery-powered sensors (water meters, GPS trackers, weather stations, level probes), periodic uplinks (every 10 minutes to 24 hours depending on the use case) and 5-10 years of autonomy on an AA or lithium cell.3. Classes · Class A typisch