Tool/software: Code Composer Studio
I carefully read the simplelink tutorial:http://dev.ti.com/tirex/content/simplelink_academy_cc13x2_26x2sdk_4_10_01_00/modules/rtls_toolbox_ble5/ble_aoa/ble_aoa.html.
I know it is mainly for cc26x2 now, but I think it also works for LAUNCHXL-CC2640R2. with SDK 3.30 or 3.40.
So My condition is that I use one LAUNCHXL-CC2640R2+BOOSTXL as "MASTER" and one LAUNCHXL-CC2640R2 as "SLAVE".
I can run the rtls_example_with_rtls_util with RSSI and TOF.
But When I want to run AOA with rtls_aoa_into_csv, I have an error about "set aoa params":
I debuged and I think my embedded and python configurations are right. I can connected master and slave and the "is_aoa_support(all_node) "return TRUE.
But I failed to set aoa params.