'Bluetooth 5.1 Angle of Arrival backward compatibility

I am currently designing a simple indoor location project to evaluate possibilities of Bluetooth 5.1 standard. The feature I would like to use is AoA (Angle of Arrival) introduced in Bluetooth 5.1.

According to the standard, AoA allows to measure position of a transmitting device (tx) by approximating the angle and measuring RSSI on a locator/receiver (rx). Since AoA is a feature newly implemented in 5.1, I understand that rx needs to support 5.1 Bluetooth standard. How about the transmitting device? What is the minimum version of Bluetooth it needs to support? Can I use 4.x BLE beacons (or Android/iOS devices simulating beacons) for this purpose?



Solution 1:[1]

The implementation uses an extended version of the advertisement data that contains a "Constant Tone Extension". Both devices need to support this feature in order to calculate the angle. So no you can not use old 4.x devices. Both devices must explicitly support this feature, and use it. Keep in mind that far from all Bluetooth 5.1 and 5.2 devices support this feature.

Solution 2:[2]

If you want to experience BLE AOA, not BLE 5.1 Direction Finding, you can create a special BLE frame on a BLE 4.2+ device. It can mimic the CTE frame, but the receiver side also needs to be able to handle this frame. It is not part of the 5.1 Direction Finding standard although.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Emil
Solution 2 Jing