Beware that this post is related to an SDK in maintenance mode
More Info: Consider nRF Connect SDK for new designs
This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Radio Test Polling Rate Setting

Hi,

Is the radio test example can adjust the 2.4GHz polling rate?

Ex: 2.4GHz Bluetooth 125Hz-> 8ms.

I would like to set the time to 1ms.

Thank you.

  • Hi,

     

    Not directly.

    There is a function that can be used to set the duty cycle of a modulated payload (see radio_test.c::radio_modulated_tx_carrier_duty_cycle()), but this is setup specifically for RF PHY teleregulatory tests.

    It does not provide any full control over when the polling rate is; it provides a RF duty cycle based on the time-on-air, and time-off-air.

     

    Kind regards,

    Håkon

Related