I'm trying to do a quick test of AoA using the CC2642R (x2) + BoostXL-AoA.
I would like to use the RTSL_UI example initially to have a display of the angle.
If I use the SDK simplelink_cc13x2_26x2_sdk_5_10_00_48 and the
C:\ti\simplelink_cc13x2_26x2_sdk_5_10_00_48\tools\ble5stack\rtls_agent\rtls_ui
The Master is recognised, but scans never detect the Slave.
If I program the target board with simplelink_cc13x2_26x2_sdk_5_20_00_52 Responder, then the board is picked up in the scans. I can connect, and RSSI measurements work.
However in Connected mode when trying to run the AoA, the errors:
Fail to set AoA parameters
DEBUG: Message="AoA failed to init, status = ", Value=5
If I run Connectionless mode, there are no errors but the Angle is always 0.
If I use SDK 5.20 for everything, then the connections work, but the AoA display mode has been removed from the app. RSSI is displayed.
I can use the python scripts to store csv and there see the IQ values. Is there no way to show the angle for a demo of the system, either in a GUI or Python text?
What is causing the "Message="AoA failed to init, status = ", Value=5"
Thanks in advance,
Ben