nRF5340 Distance Measurement test

Hi. I did some testing with two nrf5340DK boards to check the accuracy of distance measurement with Nordic's nrf_dm app.
Even in non-high precision mode the reading with ifft is quite accurate even at various distances. I inserted a median filter on the data to cut out non-compliant readings.
As you can see in the image below, the reading with ifft is good, but there are those two sudden drops that happen every now and then and I don't understand what they are due to!

Has anyone ever had something similar happen? How did you solve it?
Thank you

Parents Reply
  • Ok. Maybe I understood the problem.

    I was using a nRF52840DK + a custom board based on nRF52840, but with slightly different antennas and the measurement changes depending on who is the initiator and who is the reflector.

    With identical cards the uncertainty is not so evident!

    Question: Is it possible to constantly set the initiator and reflector?

Children
  • remtec said:
    Question: Is it possible to constantly set the initiator and reflector?

    From the documentation:

    This scanner/advertiser interaction is used as a synchronization point. After a configurable delay, Device A and Device B try to range each other.

    • If a Device acts as an advertiser in synchronization, it will act as the reflector in the ranging procedure.

    • If a Device acts as a scanner in synchronization, it will act as the initiator in the ranging procedure.

    Best regards,

    Michal

Related