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: non-visual aoa example

Part Number: LAUNCHXL-CC26X2R1

Hi all,

I am following the Labs (https://dev.ti.com/tirex/content/simplelink_academy_cc13x2_26x2sdk_5_20_02_00/modules/rtls_toolbox_ble5/ble_aoa/ble_aoa_locator.html)and produced following error.

C:\ti\simplelink_cc13x2_26x2_sdk_5_20_00_52\tools\ble5stack\rtls_agent\examples>c:\Python37\python.exe rtls_connected.py

Example Input Parameters
----------------------------------------------------------------------
Coordinator comport : COM4
Passive comports : []
Responder BD Address : []
Scan time : 10 Sec
Connection Interval : 100 mSec
Enable Continues Connection Interval : No
Enable Angle Of Arrival (AoA) : Yes
AoA Enable Filter : Yes
AoA Slot Duration : 2
AoA Sample Rate : 1
AoA Sample Size : 1
AoA CTE Length : 20
AoA CTE Interval : 2
Data Collection Duration : 30
Data Collection iteration : 1
Provide Post Analyze Function : Yes
Example Log Dir : C:\ti\simplelink_cc13x2_26x2_sdk_5_20_00_52\tools\ble5stack\rtls_agent\examples\rtls_connected_log
Example Log File Name : 09_23_2021_17_49_02_rtls_connected.log
----------------------------------------------------------------------


Exception in thread RTLSManager:
Traceback (most recent call last):
File "c:\Python37\lib\threading.py", line 973, in _bootstrap_inner
self.run()
File "c:\Python37\lib\site-packages\rtls\rtlsmanager.py", line 132, in run
if not node.isAlive():
AttributeError: 'RTLSNode' object has no attribute 'isAlive'
No one of given devices identified as RTLS Coordinator

Seems that the board is not recognized as Coordinatos. I have set the com port to the port for XDS110 Class Uart. 

I have one more question, if I added the external antenna, the code for coordinator should be the same?  Thank you.

Best regards,

Marco