Fixed frequency for factory production test

Hi,

   We had a product developed with nRF52810( SDK15.3.0 ). Now we want to test RF frequency offset by signal carrier detection.We want to enter factory test mode to transmit a continuous fixed frequency 2402Mhz, it can run normal fuction after exit factory test mode . Can we reffer to radio_test excample to transmit a continuous fixed frequency 2402Mhz?If the  radio_test excample is ok,Can we use radio_unmodulated_tx_carrier() fucntion to  transmit a continuous fixed frequency 2402Mhz?

Parents Reply
  • Hi,

     

    Have you verified that the stock radio_test example works on your end?

    james said:
    You mention "the HFCLK must be started prior to calling the function", I the call radio_modulated_tx_carrier after 50ms by calling app_timer_start, Is it ok?

    App_timer uses the LFCLK, not the HFCLK. Is the softdevice enabled when you're calling the radio_modulated_tx_carrier() function? If yes, then the SoftDevice must be disabled first.

     

    Kind regards,

    Håkon

Children
Related