Channel Sounding Accuracy Issues nRF54L15-DK

Hello.

I am also currently working with two nRF54L15-DK kits with the nRF Connect SDK and Toolchain, both v3.0.2. I am using the latest updated examples from the SDK channel_sounding_ras_initiator and channel_sounding_ras_reflector.

I did several test runs while holding both devices stable at the same position and also while moving one over time. For all the test runs, the measurements are way off from what they should measure. Way off meaning:

Actual distance --> Measured distance (referring to the IFFT values)
0.3 m --> 0.45m up to 0.89m
0.5 m --> 0.47m up to 1.1m
1 m --> 1.6m up to 2m
(I can also provide more measurements, but I think this points out what I mean)

I also have the problem that the measurements are not stable even if they are fixated at the same position. I always measured for 2 minutes straight (getting a value every 5 seconds) and also tried different sliding windows (10, 50, 75, 100 samples per averaging), but it always varied by at least 10 cm up to 80 cm. (Depending on the distance)

I had seen the Nordic Demonstration (Youtube-Demo) beforehand, and there the accuracy and precision were way better.

Is it still an issue with the algorithm, as suggested by this post?
Do you have any tips on how to improve the sample project to get better accuracy? (Until now I have only changed the sliding window size as mentioned above.)

Thanks in advance for the help. 

Parents
  • Hi

    An office environment generally has quite a bit of noise on the 2.4GHz band in my experience, with phones, Bluetooth devices like mice, keyboards and headsets etc.

    Also the measurement station you have constructed puts a metal bar pretty close to the antenna, which might affect the measurements you're seeing. When doing channel sounding some false measurements like the ones dropping closer even though the actual distance increases must be expected since there might be noise or a packet loss occurring, so if you need more filtered measurements you can sample a few of them and take the best estimate based on a couple of them.

    I don't have the details on what was used in the demo I'm afraid as that was built on an older NCS version and older channel sounding algorithm than what is in NCS 3.x.x. In the end, you can't expect much better than 0.5m measurements I'm afraid. 

    Best regards,

    Simon

Reply
  • Hi

    An office environment generally has quite a bit of noise on the 2.4GHz band in my experience, with phones, Bluetooth devices like mice, keyboards and headsets etc.

    Also the measurement station you have constructed puts a metal bar pretty close to the antenna, which might affect the measurements you're seeing. When doing channel sounding some false measurements like the ones dropping closer even though the actual distance increases must be expected since there might be noise or a packet loss occurring, so if you need more filtered measurements you can sample a few of them and take the best estimate based on a couple of them.

    I don't have the details on what was used in the demo I'm afraid as that was built on an older NCS version and older channel sounding algorithm than what is in NCS 3.x.x. In the end, you can't expect much better than 0.5m measurements I'm afraid. 

    Best regards,

    Simon

Children
No Data
Related