Hi, we have project AoA direction finding. Firstly we have nrf5340 dk kits. Also CoreHW ANT3 2x2 matrix antenna kit. I run the direction finding connectionless demo on nrf5340-dk. I did some changes on code.



Hi, we have project AoA direction finding. Firstly we have nrf5340 dk kits. Also CoreHW ANT3 2x2 matrix antenna kit. I run the direction finding connectionless demo on nrf5340-dk. I did some changes on code.
Hi
First off, from the image of your antenna it seems like you have soldered the antenna directly onto the PCB trace antenna of the nRF5340 DK. This is very likely to cause noise and it should only be connected from the J1 connector to the antenna array you're using.
1. From the snippet you have shared that seems correct, but I can't guarantee it's okay since I don't know what else you might have done in your project.
2. I think this is raw IQ data which must be converted into vector form to be reviewed properly. We don't have have any specific sample code showing this, but you can check out this page for information on the various formulas used to translate IQ data between polar and rectangular form.
3. So, when opening the nRF DeviceTree visual editor, you can go down to the NODES section an press the soc, that will open a visual representation of the nRF52833 SoC with a window for configuring the Direction Finding switching pattern and number of antennas. It will represent the values given in the nrf52833dk_nrf52833.overlay file here:
&radio { status = "okay"; /* This is a number of antennas that are available on antenna matrix * designed by Nordic. For more information see README.rst. */ dfe-antenna-num = <12>; /* This is a setting that enables antenna 12 (in antenna matrix designed * by Nordic) for Rx PDU. For more information see README.rst. */ dfe-pdu-antenna = <0x0>;
Best regards,
Simon
Hi Simon, Long time I couldnt update the topic. Your answers very helpful to us. But we have one more questions. How many IQ data collect one time regarding the "direction_finding_connectionless_rx" samples and where this data collecting. Also we couldnt find radio seciton we want to observe the raw data of IQ.
Thank you.
Hi Simon, Long time I couldnt update the topic. Your answers very helpful to us. But we have one more questions. How many IQ data collect one time regarding the "direction_finding_connectionless_rx" samples and where this data collecting. Also we couldnt find radio seciton we want to observe the raw data of IQ.
Thank you.