Hi Sir,
We would like to use the Radio test to do the basick TX/RX test in SDK 15.2
We use the nRF52840-DK for test and follow the CLI document.
1. We use two board (nRF52840-DK) to do the RX test, we follow the below sequence to do RX test.
a. both nRF52840-DK set the channel to "2" (w/ command "start_channel" and 'end_channel"), other parameters keep un-modify.
b. board1 w/ command "start_tx_carrier"
b. board 2 w/ command "start_rx" -> "printf_rx"
But we got below result on board 2, what is the sequence if we need to to RX test.
2. For TX, we would like to measure the tx modulation signal.
We use the command "start_tx_modulated_carrier" to send the signal. We expect to see the packet in the signal, but we only see the continue wave form.
We tried the channel 2402/2442/2480
----
uart_cli:~$ start_channel 02Start channel set to: 2.uart_cli:~$ parameters_printParameters:Data rate: RADIO_MODE_MODE_Ble_1MbitTX power: RADIO_TXPOWER_TXPOWER_Pos8dBmTransmission pattern: TRANSMIT_PATTERN_RANDOMStart Channel: 2End Channel: 80Time on each channel: 10 msDuty cycle: 50 percentuart_cli:~$ start_tx_modulated_carrier
Thank you, Han