This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

LAUNCHXL-CC26X2R1: Acquiring AoA values through python

Part Number: LAUNCHXL-CC26X2R1


I am using the rtls_agent tool. I was able to acquire the AoA using the user interface. I also was able to acquire the iq points using python script.

What I am trying to do now is to acquire the AoA values through python scripts and export it to csv file. Any help in this regard is much much appreciated.

Also, can I acquire both the iq points and the AoA values at the same time?

Regards,

  • Hi Moe,

    By changing the value of the "aoa_run_mode" parameter in the "aoa_params" structure of the python script, you will be able to get the AOA values computed by the device. (I think you want to set "aoa_run_mode to AOA_MODE_ANGLE).

    It is not directly possible to get the AOA and the IQ data reported by the device. However, a few modification in the embedded code could be done to achieve this.

    Regards,