我将基于CC26X2P1F芯片的自制开发板作为CTE发送设备,以下是外围设备的照片:

然后运行非可视化例程的界面为

并没有采集到IQ数据,请问是我的外围设备的问题吗?
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.
我将基于CC26X2P1F芯片的自制开发板作为CTE发送设备,以下是外围设备的照片:

然后运行非可视化例程的界面为

并没有采集到IQ数据,请问是我的外围设备的问题吗?
应该是环境搭建有问题,参考Academy中的信息:https://dev.ti.com/tirex/explore/node?node=ALbo3PGXE.vDbkqrv.ZUDQ__pTTHBmu__LATEST
搭建好后修改端口好,然后测试
在python脚本中修改:
def main():
example = RtlsConnectionlessExample(
coordinators_comport=["COM10"],
responders_bd_addr=[], # ['80:6F:B0:1E:39:02', '80:6F:B0:1E:38:C3']
scan_time=10,
sync_params={
'sync_skip': 0
},
use_advertiser_list=False,
start_periodic_advertise_report_on_sync=False,
periodic_advertise_report=True,
angle_of_arrival=True,
angle_of_arrival_params={
'enable_filter': True,
'slot_duration': 2,
'sample_rate': 1,
'sample_size': 1,
},
data_collection_duration=30,
data_collection_iteration=1,
post_analyze_func=post_analyze_of_IQ_data
)这条日志是什么意思呢? {'type': 'Command', 'command': 'RTLS_CMD_RESET_DEVICE', 'payload': None}
参考Academy中的说明:Angle of Arrival - Target device (ti.com)
rtls_agent文件太大了,论坛没有办法上传,你重新下载SDK获取文件