Hi all,
We are currently under FCC certification testing for our custom BLE module based on nRF51822 but failed with the average power exceeding the limit. Nordic Semiconductor's engineer told me that the resulting graph showed a very high duty cycle, which does not match the BLE behaviour (less than 10% duty cycle).
The followings are my questions:
-
Is it possible to modify radio_test to transmit data with 10% duty cycle? Or it is already inside the code?
-
Should I modify the mode_ variable from RADIO_MODE_MODE_Nrf_2Mbit to RADIO_MODE_MODE_Ble_1Mbit?
-
Should the test be performed using 'Start TX carrier' or 'Start modulated Tx carrier'? Will this alter the test result?
Thanks in advance.
Brian