BLE Channel Sounding - changing the number of samples.

I am testing out the Bluetooth Channel sounding sample with the nRF54L15-dk board using the samples of Channel sounding Initiator with ranging requester. How to change the number of samples in the round trip timing method and phase based ranging method. 

 

Parents Reply
  • In this sample, you would have to do that in your application. I guess it is just some simple maths, but you need to decide how you want to weight them. If you weight them equally, just add together all measurements times the number of samples used, and divide by total samples. 

    But again, neither of these are good measurements at the moment. My best advice is to wait for the sample to get some smart algorithms that actually gives decent results.

    Best regards,

    Edvin

Children
Related