Part Number: BOOSTXL-AOA
Tool/software: Code Composer Studio
Hello,
I've been trying out the SDK for the CC26X2 (version 3.40.00.02) with a pair of CC26x2R1 as RTLS Master and RTLS Slave (no Passive)
and I'm currently using the rtls_example_with_rtls_util.py and rtls_aoa_iq_with_rtls_util_export_into_csv.py application.
For RTLS Master and RTLS Slave (no Passive), with AOA parameters [sample_rate = 4MHz, slot_duration = 2us] in rtls_aoa_iq_with_rtls_util_export_into_csv.py
It looks normal in first 32 samples as no ANT switching in reference period.
pic 1: RAW without filtering
pic2: default filtering ANT switch slot
1. in PIC1, why the IQ samples would be across axis every 2 samples?
2. And in PIC2 of IQ plots with default filtering(no antenna switching slot), it didn’t look like a wave during the sampling slot (every 2us, 8 samples),
Does the 2us slot duration means antenna switch + sample slot? Or 2us for each slot?
3. In SDK Hci_event.c LL_SetCteSamples():
I noticed that with default filtering config, the first sample index would be 36 for 1us slot (32 samples in 8us reference period, and 4samples during antenna switch),
but 44 for 2us slot instead of 40 (32 samples in 8us reference period, and 8samples during antenna switch)
Did I miss any information here?
4. In discuss thread https://e2e.ti.com/support/wireless-connectivity/bluetooth/f/538/p/860365/3185273:
Assuming the antenna pattern is [0, 1, 2], does it mean that at the beginning of every session, RSSI will be measured by Antenna 0 during reference period, and after the first antenna switch slot, IQ would be sampled by antenna 1?
Thanks in advance
Kenny02_14_2020_15_09_53_rtls_raw_iq_samples_filter.csv02_14_2020_15_12_42_rtls_raw_iq_samples.csv