I have nrf52833 as Tx. Ialso have nrf52833+ antenna array as Rx. I want to send CTE data, implement IQ sampling and view AOA for implementing direction finding. Kindly assist with some reference code that i can test.
I have nrf52833 as Tx. Ialso have nrf52833+ antenna array as Rx. I want to send CTE data, implement IQ sampling and view AOA for implementing direction finding. Kindly assist with some reference code that i can test.
Hi!
Great, then you have everything you need.
I'd suggest you try the "direction finding connectionless" examples we have available in NCS v1.6. You can find them in the projects drop-down menu in SES, or at nrf/samples/bluetooth. For more info take a look at its documentation.
Best regards,
Elfving
I have run this example i.e connection less transmitter on nr52833 tx. But not getting how IQ sampling is enable on the code so that i can obtain AOA on my receiver side. How will i be able to view and analyse the angle data received ??
Hi again RIDHIMA,
The transmitting sample (direction_finding_connectionless_tx) is actually made to use AOD by default. So if you want to try AOA you need to start off by editing line 61 in the main file:
.cte_type = BT_HCI_LE_AOA_CTE,
Then you need to flash this modified sample to one nr52833Dk and the rx sample to another one, with the antenna connected. You should then see the AOA data received on the rx side. For an overview of how far we've gotten now, see the illustration below.
Sadly, we do not have a publicly available angle algorithm that works with these samples. If you want to view the angles themselves you need to create the algorithm to do so, using the equations and material available here and in our whitepaper on DF (See the illustration below).
The configurations you referred to on page 16 is not another way of implementing direction finding. The configurations in the whitepaper are helpful if you want to change something from the default settings, but I don't think you need to. The samples are made to work out of the box.
Best regards,
Elfving
I want to view the angles and certainly this beacon and locator example is not helping
If you want something readymade to view the angles, then yeah I can imagine this isn't helping :/
Didn't you get an AoA solution from Insight SiP to work with their antenna?
Best regards,
Elfving
hello, i have received Insight Sip kit. I am able to connect the antenna to the PC and inserted battery to ble beacon by insight. But when i am connceting the antenna to direction viewer app i am unable to see the angles?
Hey!
That's weird. I am a bit unfamiliar with the Insight software package, I'll look into it and get back to you about this once I know more.
In the meantime, can you see if IQ data is being recieved in the terminal?
Best regards,
Elfving
Hey!
That's weird. I am a bit unfamiliar with the Insight software package, I'll look into it and get back to you about this once I know more.
In the meantime, can you see if IQ data is being recieved in the terminal?
Best regards,
Elfving