How to increase the Channel Sounding measurement rate on nRF54L15

Hi,

I’m currently working with the nRF54L15 DK using the Channel Sounding Initiator with Ranging Requestor sample from the latest nRF Connect SDK. The setup runs successfully, I get continuous distance estimates (ifft, phase_slope, and rtt) on the initiator side.

However, I noticed that the measurement results always come in small clusters (about 4-5 repeated values) before they update again.
From what I understand, this corresponds to one Channel Sounding procedure containing several subevents.

My main goal now is to increase the effective measurement rate, becuase if I decrease the k_sleep() Value at the end of the code, I only increase the logging interval but not the measurement rate.

So which parameters in e.g. bt_le_cs_set_procedure_parameters() or bt_le_cs_create_config() actually determine the ranging / measurement frequency ? And what would be the maximum rate in Hz without any complications?

Thank you very much in advance!

Parents Reply Children
No Data
Related