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.

BOOSTXL-AOA: cannot switch to use different antennas when run IQ data collection

Part Number: BOOSTXL-AOA

Greeting,

Now I can successfully collect IQ data using python scripts `rtls_aoa_iq_with_rtls_util_export_into_csv.py `, but I notice the record antenna idx is always 1, and I plan to use antenna 1 and 2 over time like ant1 -> ant2 -> ant1 -> ant2 .... so I change the line 

```

"aoa_sampling_control": int('0x11', 16),

``` 

where 0x11 I guess stand for both ant1 and ant2,  also this line 

```

"aoa_ant_pattern": [0, 1, 2, 3,4,5]

```

But the received IQ, i can see still ant1 only. Is it correct?

Best.

Jet