Beware that this post is related to an SDK in maintenance mode
More Info: Consider nRF Connect SDK for new designs
This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Multiple TXs (clients) in direciton findin configuration

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 !

Parents
  • Hi

    To be clear, are you trying to disconnect and remove synchronization before the IQ sampling is done? You will need to do a full sampling period before moving to the next beacon. What I would suggest is to reduce the number of samples taken in each sampling period instead of trying to stop it in the middle of sampling.

    Best regards,

    Simon

Reply
  • Hi

    To be clear, are you trying to disconnect and remove synchronization before the IQ sampling is done? You will need to do a full sampling period before moving to the next beacon. What I would suggest is to reduce the number of samples taken in each sampling period instead of trying to stop it in the middle of sampling.

    Best regards,

    Simon

Children
No Data
Related