Hi,
I am configuring a test software to generate CW signals at channel 0, 19 and 39. Currently I'm using the nRF52840dk, later a custom board. The channel number is calculated according to f=2402+n*2 MHz so I expect for n=39 2480 MHz. For n=38, I measure the expected 2478 MHz.
For n=39 I get 2479.75 MHz Why is it 250 kHz off ? Is that normal ?
The software is based on the direct_test_mode example. I added the followng code:
and
and in the main loop I send the commands, with a 10s delay during the actual test.
Best regards,
Moritz