Radio Test Example to perform FCC certification

We have a device that will be launched soon in the market, but before launching we need that device should pass FCC certification.
To do this I have searched on the online forum, in order to pass the FCC certification Radio Test is the best place to start testing the device.

Unfortunately, I don't have a spectrum analyzer to see the results, but the good thing is that this can be done with two boards having the same Radio example flashed.

Test Board 1: configurations
uart_cli:~$ parameters_print
Parameters:
Data rate: NRF_RADIO_MODE_BLE_1MBIT
TX power: NRF_RADIO_TXPOWER_0DBM
Transmission pattern: TRANSMIT_PATTERN_11001100
Start Channel: 0
End Channel: 80
Time on each channel: 10 ms
Duty cycle: 50 percent
uart_cli:~$

Test Board 2: configurations
uart_cli:~$ parameters_print
Parameters:
Data rate: NRF_RADIO_MODE_BLE_1MBIT
TX power: NRF_RADIO_TXPOWER_0DBM
Transmission pattern: TRANSMIT_PATTERN_11001100
Start Channel: 0
End Channel: 80
Time on each channel: 10 ms
Duty cycle: 50 percent
uart_cli:~$

When a use print_rx command I get this:

Data: 0
Data: 0
Data: 0
Data: 0
Data: 0
Data: 0
Data: 0
Data: 0
Data: 0
Data: 0
Data: 0
Data: 0
Data: 0
Data: 0
Data: 0
Data: 0
Data: 0
Data: 0
Data: 0
Number of packets: 0

I have no idea what's going ON

Please guide me on how to perform these test steps

Thanks

Related