您好,
我想将天线1改为天线2,将0x10改为了0x20

甚至将/Applications/ti/simplelink_cc13x2_26x2_sdk_3_40_00_02/tools/ble5stack/rtls_agent/examples下边三个文件都改了,为何输出还是Ant=1,请问这个是天线数量还是天线代号

祝好
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.
您好,
我想将天线1改为天线2,将0x10改为了0x20

甚至将/Applications/ti/simplelink_cc13x2_26x2_sdk_3_40_00_02/tools/ble5stack/rtls_agent/examples下边三个文件都改了,为何输出还是Ant=1,请问这个是天线数量还是天线代号

祝好
在rtls_example_with_rtls_util.py中做如下修改:
"aoa_cc26x2": {
"aoa_slot_durations": 1,
"aoa_sample_rate": 1,
"aoa_sample_size": 1,
"aoa_sampling_control": int('0x20', 16),
## bit 0 - 0x00 - default filtering, 0x01 - RAW_RF no filtering,
## bit 4,5 - default: 0x10 - ONLY_ANT_1, optional: 0x20 - ONLY_ANT_2
"aoa_sampling_enable": 1,
"aoa_pattern_len": 3,
"aoa_ant_pattern": [3, 4, 5]
}我就是用TI的代码烧录进去进行测量,显示出的就有127这个数值,我现在也在找这个问题出在哪
使用了几块板子,master,passive ,天线在哪个板子上?