Tool/software: Code Composer Studio
Hi,
I have do a conductive test to check RSSI report.
1.We have 3 ANT path(0,1,2) and connect to Tag with a RF divider
2.add 3db Attenuator both on ANT0 and ANT2 path
3.RTLS Master mode setting:
"aoa_slot_durations": 2,
"aoa_sample_rate": 4,
"aoa_sample_size": 2,
"aoa_sampling_control": int('0x11', 16),
"aoa_sampling_enable": 1,
"aoa_pattern_len": 3,
"aoa_ant_pattern": [0, 1, 2]
suggest that scan process and reference signal should have 3db lose.(received by ANT0?)(normal RSSI is -31 or -32, so ANT0/2 should received -34~-35db )
but the RSSI shows -51db on scan procedure.
MASTER : 58:93:D8:6A:A9:5F --> {'type': 'Event', 'command': 'RTLS_CMD_SCAN', 'payload': {'eventType': 19, 'addrType': 0, 'addr': '58:93:D8:6A:A9:0E', 'rssi': -51, 'dataLen': 14, 'data': '0A:08:52:54:4C:53:53:6C:61:76:65:02:01:06'}}
first 32 index of IQ are reference signal and it should received by ANT0 in my configuration. but it show -32db?
Looks like RSSI of 33~624 index will follow first 32 index and won't update until next frame?
Can i change RSSI measurement setting to keep flush between difference IQ packet?
{'type': 'Event', 'command': 'RTLS_CMD_AOA_RESULT_RAW', 'payload': {'connHandle': 0, 'bd_addr': [14, 169, 106, 216, 147, 88], 'rssi': -32, 'antenna': 1, 'channel': 31, 'offset': 0, 'samplesLength': 624,
{'type': 'Event', 'command': 'RTLS_CMD_AOA_RESULT_RAW', 'payload': {'connHandle': 0, 'bd_addr': [14, 169, 106, 216, 147, 88], 'rssi': -32, 'antenna': 1, 'channel': 31, 'offset': 192, 'samplesLength': 624,
{'type': 'Event', 'command': 'RTLS_CMD_AOA_RESULT_RAW', 'payload': {'connHandle': 0, 'bd_addr': [14, 169, 106, 216, 147, 88], 'rssi': -32, 'antenna': 1, 'channel': 31, 'offset': 288, 'samplesLength': 624,
{'type': 'Event', 'command': 'RTLS_CMD_AOA_RESULT_RAW', 'payload': {'connHandle': 0, 'bd_addr': [14, 169, 106, 216, 147, 88], 'rssi': -32, 'antenna': 1, 'channel': 31, 'offset': 352, 'samplesLength': 624,
{'type': 'Event', 'command': 'RTLS_CMD_AOA_RESULT_RAW', 'payload': {'connHandle': 0, 'bd_addr': [14, 169, 106, 216, 147, 88], 'rssi': -32, 'antenna': 1, 'channel': 31, 'offset': 608, 'samplesLength': 624,
{'type': 'Event', 'command': 'RTLS_CMD_AOA_RESULT_RAW', 'payload': {'connHandle': 0, 'bd_addr': [14, 169, 106, 216, 147, 88], 'rssi': -32, 'antenna': 1, 'channel': 31, 'offset': 512, 'samplesLengt