This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

nRF52 ANT+ CW test with SD212 0.9.1

I alway used direct UART command with nRF24AP2 and CW test was not a problem.

Now with nRF52xxx and S212 softdevice I try this ... but nothing works .

sd_ant_stack_reset();nrf_delay_ms(3000);
sd_ant_cw_test_mode_init();nrf_delay_ms(3000);
sd_ant_cw_test_mode(0x39,RADIO_TX_POWER_LVL_4 ,0,0);                         
// 2457Mhz  CW test mode on freq=57 power level=+4dB unmodulated carrier

Is it correct , or something is missing ?

Thanks

Related