6.5 High-Accuracy Location Services (Optional)

Proximity Solutions (Beacons & RSSI)

The simplest form of Bluetooth location services is based on proximity. This is typically implemented using beacons, which are small BLE devices that continuously broadcast advertising packets.

A receiver, such as a smartphone, can listen for these packets and measure the Received Signal Strength Indicator (RSSI). RSSI provides a rough estimate of the distance between the receiver and the beacon—a stronger signal generally means a closer device.

This method is useful for applications like:

However, RSSI is not very accurate. The signal strength can be affected by obstacles (walls, people), device orientation, and environmental interference, making it unsuitable for applications that require precise location data.

Direction Finding (AoA & AoD)

Introduced in Bluetooth 5.1, Direction Finding provides a way to determine the precise direction of a Bluetooth signal, enabling Real-Time Location Systems (RTLS) with sub-meter accuracy. It uses two distinct methods:

This technology is the foundation for a new class of high-precision services, including indoor navigation, industrial asset tracking, and secure digital key access.


Revision #2
Created 2025-08-28 11:51:41 UTC by GI
Updated 2025-08-28 11:52:51 UTC by GI