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 Håkon

       I'm sorry for my late reply. Because I wait for the spectrum analyzer. 

    either radio_modulated_tx_carrier or radio_unmodulated_tx_carrier, I had tested on spectrum analyzer, but the spectrum analyzer show nothing.

    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?

    How can I make sure the HFCLK  be started prior?

Children
Related