Received Signal Strength Indicator
What Is a Received Signal Strength Indicator?
A received signal strength indicator (RSSI) is a measurement of the power level of a received radio signal at a wireless receiver, expressed in decibel-milliwatts (dBm) or as a unitless relative index. It quantifies how strongly a transmitted signal is arriving at the receiving antenna after propagating through the channel, reflecting the combined effect of transmit power, antenna gain, path loss, and multipath fading. RSSI is available as a standard metric in virtually every wireless networking technology, including IEEE 802.11 Wi-Fi, Bluetooth, Zigbee (IEEE 802.15.4), and cellular systems, and serves as a fundamental input for link-quality assessment, handoff decisions, and location estimation. Values typically range from approximately -30 dBm at close range to -90 dBm at the edge of usable coverage.
The metric originated as a byproduct of automatic gain control circuits in radio receivers: the gain-control voltage that maintains a constant output level is proportional to the received signal power and can be read out as an RSSI value. Early RSSI implementations varied widely in calibration and scale across manufacturers, and the IEEE 802.11 standard deliberately left the measurement non-standardized at the physical layer, allowing chipset vendors to define their own scales. This heterogeneity requires calibration procedures when comparing RSSI values across different device types or access points.
Measurement Principles and Calibration
RSSI is measured at the receiver after the radio front end but before or during demodulation, and it integrates signal power over a short time window. In IEEE 802.11 systems, RSSI is reported on a vendor-specific integer scale (typically 0 to 255 or 0 to 100) that must be mapped to dBm through a chipset-specific conversion factor. An MDPI Sensors study on RSSI-based localization in IEEE 802.11ax networks illustrates the calibration and filtering procedures required to obtain stable distance estimates from raw RSSI readings across different Wi-Fi 6 access point implementations. Temporal variation is inherent: RSSI fluctuates due to small-scale fading caused by constructive and destructive interference among multipath components, and due to shadowing from moving people or objects. Averaging over multiple measurements reduces this variance, and the minimum number of samples required for a stable estimate depends on the coherence time of the channel, which is shorter in environments with fast-moving scatterers.
RSSI in Indoor Localization
RSSI's wide availability without additional hardware cost makes it the most commonly used signal metric for indoor positioning. The simplest approach is range estimation: given a path-loss model, the distance between transmitter and receiver can be estimated from the measured RSSI, and distances to multiple access points can be combined by trilateration to estimate position. As demonstrated in the PMC study on calibration-free RSSI-based localization on IEEE 802.11 and 802.15.4 networks, switched-beam antenna arrays at anchor nodes improve localization accuracy to sub-meter mean error without requiring an offline calibration phase. Fingerprinting methods sidestep path-loss modeling entirely by building a radio map that records the RSSI vector from multiple access points at known reference locations, then matching new measurements to the closest reference during runtime.
Path Loss and Signal Propagation Models
Relating RSSI to distance requires a path-loss model that captures how signal power attenuates with range and the propagation environment. The log-distance path-loss model expresses received power as a function of transmitter-receiver distance raised to a path-loss exponent, which is empirically determined for each environment type: approximately 2 in free space, 2.5 to 4 indoors in open areas, and 4 to 6 in environments with many walls. A 2025 PMC review of Wi-Fi and BLE-based indoor positioning systems surveys how machine learning models trained on RSSI fingerprints progressively replace analytical path-loss models in complex environments, with neural network and random forest approaches achieving sub-2-meter accuracy in multi-floor buildings.
Applications
Received signal strength indicators have applications in a wide range of wireless and location-based systems, including:
- Wi-Fi network planning, troubleshooting, and coverage mapping
- Indoor asset tracking in warehouses, hospitals, and airports
- Handoff and roaming decisions in cellular and Wi-Fi networks
- IoT sensor node proximity detection and zone-based alerting
- Wireless sensor network routing based on link-quality estimation