Hello EveryOne,
I am totally newbie & developing and working on the Radio_test example to develop the transmit and receive functionality test of the custom made board with NRF51.
And I need to transmit the "Tx" radio after calling "radio_test_txsweep()" function(after sending command) of radio_test example.
And also need to know how the "radio_test_txsweep()" function will work and other functions which are calling in the background.
One thing while going through the radio_test example, In radio_test.c I found that in some function, they are code to start "Tx" radio, but in first statement of function
( "radio_modulated_tx_carrier() ") they are calling "radio_disable();" ... why they are disabling the before the TX starts.
Also need to understand the usage of radio_test example.
Looking for the kind support and comment on the above question to understand example.
Thanks