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.

RTOS/LAUNCHXL-CC2640R2: rtls_exampleçpy error: ModuleNotFoundError: No module named 'rtls'

Part Number: LAUNCHXL-CC2640R2


Tool/software: TI-RTOS

Hi,

We want to get angle with using rtls example on latest sdk. We followed the TASK 4 step on this link (http://dev.ti.com/tirex/content/simplelink_academy_cc2640r2sdk_3_10_01_00/modules/blestack/ble_aoa/ble_aoa.html). When we run rtls_example.py, We get this error.

What we did

1)

Load Board #1 + BOOSTXL-AoA with rtls_passive project:
<SimpleLink CC2640R2 SDK> → examples → rtos → CC2640R2_LAUNCHXL → blestack → rtls_passive

Load Board #2 with rtls_slave project:
<SimpleLink CC2640R2 SDK> → examples → rtos → CC2640R2_LAUNCHXL → blestack → rtls_slave

Load Board #3 with rtls_master project:
<SimpleLink CC2640R2 SDK> → examples → rtos → CC2640R2_LAUNCHXL → blestack → rtls_master

2)


Run rtls_agent_cli in /home/user/ti/simplelink_cc2640r2_sdk_3_10_00_15/tools/blestack/rtls_agent

3)


Run launcher.lnx in /home/user/guicomposer/runtime/gcruntime.v7/RTLS_Monitor


This example show distance But we want to see angle (I/Q) data.