I am currently working on AoA direction finding solutons, and I have successfully run the demo direction_finding_connectionless_rx and direction_finding_connectionless_tx in two nrf52833 boards respectively to see the IQ values and worked out the basic direction finding algorithm.
Next, I need to implement the direction_finding_connectionless_tx in another nrf52833 board, which means now I get two TX beacon and one RX Receiver. But when I turn the two TX up, however, in the terminal windows (connecting to receiver nrf52833 board) I could not see IQ values from two TX side simultaneously. It just continuously displays the IQ value from just one beacon.
notes: the both TX beacons are working in direction_finding_connectionless_tx alone well.
What configurations do I need to take in direction_finding_connectionless_rx to receive two or more CTE and get IQ values in the mean time? Please help me, thank you !