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.

BOOSTXL-AOA: raw I/Q samples AoA

Part Number: BOOSTXL-AOA

While running the rtls_aoa_iq_log.py for storing the I/Q samples from the RTLS_passive, I am shown the following error. I have followed the steps mentioned on the website but still face this problem. How do I rectify it?

Traceback (most recent call last):
File "rtls_aoa_iq_log.py", line 166, in <module>
msg.payload.chanMap)
File "C:\ti\simplelink_cc2640r2_sdk_3_10_00_15\tools\blestack\rtls_agent\.venv\lib\site-packages\unpi\serialnode.py", line 51, in wrapper
return call_builder(self, *args, **kwargs)
File "C:\ti\simplelink_cc2640r2_sdk_3_10_00_15\tools\blestack\rtls_agent\.venv\lib\site-packages\unpi\serialnode.py", line 48, in call_builder
return self.sender(builderclass.build(*args, **kwargs))
File "C:\ti\simplelink_cc2640r2_sdk_3_10_00_15\tools\blestack\rtls_agent\.venv\lib\site-packages\unpi\unpiparser.py", line 236, in build
payload = cls.struct.build({**argsdict, **kwargs})
File "C:\ti\simplelink_cc2640r2_sdk_3_10_00_15\tools\blestack\rtls_agent\.venv\lib\site-packages\construct\core.py", line 352, in build
self.build_stream(obj, stream, **contextkw)
File "C:\ti\simplelink_cc2640r2_sdk_3_10_00_15\tools\blestack\rtls_agent\.venv\lib\site-packages\construct\core.py", line 364, in build_stream
self._build(obj, stream, context, "(building)")
File "C:\ti\simplelink_cc2640r2_sdk_3_10_00_15\tools\blestack\rtls_agent\.venv\lib\site-packages\construct\core.py", line 1998, in _build
subobj = obj[sc.name] # raises KeyError
KeyError: 'crcInit'