Other Parts Discussed in Thread: CC2652R
各位专家、您好。 我正在使用 RTLS 示例进行实验。 但我遇到了一些问题。 我的设备和环境如下所示。
器件:
- CC2652R×2.
- boostxl-AoA×1.
环境:
- cc13xx_cc26xx_sdk 6_10_00_29
- CCS 11.0.0
我使用的是 RTLS_Coordinator 和 RTLS_Responder 示例。 boostxl-AoA 插入到 CC2652R 中、其中刷写了 RTLS_Coordinator 示例。 相关配置如下。
RTLS_connected。py:
# ...
"aoa_pattern_len": 3,
"aoa_ant_pattern": [0, 1, 2]
# ...
scan_time=6,
connection_interval=10,
continues_connection_info=False,
angle_of_arrival=True,
angle_of_arrival_params={
'enable_filter': True,
'slot_duration': 2,
'sample_rate': 1,
'sample_size': 2,
'cte_length': 20,
'cte_interval': 2
},
data_collection_duration=30
# ...
// DO NOT EDIT - This file is generated by the SysConfig tool.
// Antenna DIO configuration (should be adapted to the antenna board design)
uint32 antennaTbl[] = {
BV(27) | BV(28),
BV(27) | BV(29),
BV(27) | BV(30)
};

1、相位从红色旋转到蓝色、从蓝色旋转到绿色不匹配。
2.从红色到蓝色的相位旋转高于预期。 理论上、最大值为0.56π(≈101°)、而图中的相位旋转明显超过180°。
如果能得到你的帮助,我将不胜感激。
