Received Signal Strength Indicator (RSSI)
A measurement of the power level in received radio signals. Used in many RTLS technologies for distance estimation - signal strength decreases predictably with distance. Less accurate than time-based methods due to environmental variations affecting signal strength. Common in Wi-Fi and BLE positioning.
RSSI is a measurement of the power level in a received radio signal, expressed in decibels relative to one milliwatt (dBm). In RTLS applications, RSSI can be used as a proximity indicator or for basic positioning, though it's less accurate than time-based methods. RSSI values typically range from -30 dBm (very strong, close proximity) to -100 dBm (weak, distant or heavily obstructed). The fundamental principle behind RSSI-based positioning is that signal strength decreases predictably with distance according to the path loss model, theoretically allowing distance estimation. However, industrial environments severely complicate RSSI measurements due to multipath propagation (signals reflecting off metal surfaces, machinery, inventory), interference from other radio sources, and signal absorption by materials. These factors cause RSSI values to fluctuate significantly even when tags remain stationary, limiting positioning accuracy to room-level (3-10 meters) at best. Wi-Fi and Bluetooth Low Energy (BLE) systems commonly use RSSI for positioning, applying techniques like fingerprinting (mapping RSSI patterns throughout a facility) or trilateration (using RSSI from multiple access points). RSSI-based systems offer lower infrastructure costs since they leverage existing Wi-Fi networks, but accuracy limitations restrict applications to asset zone detection or presence sensing rather than precise tracking. Industrial RTLS implementations using RSSI often combine it with other data sources or apply Kalman filtering and machine learning to improve accuracy. RSSI measurements are also valuable as diagnostic data in UWB or other systems, helping identify interference sources, verify reader coverage, and troubleshoot connectivity issues.