[nRF54L15]2.4g frequency switching time

Dear devzone,
nRF54L15 runs private 2.4g, and needs to switch from 2400MHz to 2500MHz. How long is this period? How long is it to switch from 2400MHz to 2410MHz? I see from the specification that the time from RXEN task to READY event in fast mode is 40μs, but the actual time may be slightly longer. Is there any data in this regard?

BR,

Zero

Parents Reply
  • Hi Zero,

    I think you will have to write your own firmware to do the task. 
    My suggestion is to take a look at the radio_test sample. The sample take the command to switch between channels from UART. But you can modify it to do the switching automatically. You then can use the time between when you set TASK_RXEN to the time you get the event EVENT_RXREADY

Children
No Data
Related