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

Modify radio_test for FCC

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:

  1. Is it possible to modify radio_test to transmit data with 10% duty cycle? Or it is already inside the code?

  2. Should I modify the mode_ variable from RADIO_MODE_MODE_Nrf_2Mbit to RADIO_MODE_MODE_Ble_1Mbit?

  3. Should the test be performed using 'Start TX carrier' or 'Start modulated Tx carrier'? Will this alter the test result?

Thanks in advance.

Brian

Parents
  • It does not matter if you modify the duty cycle. The FCC rules are written assuming 100% duty. If you reduce to 10% duty the FCC lab will simply measure the duty cycle, as they are required to do, and add 10dB to the measured power. ie, 10 log (0.1)

    This is true for all conducted and radiated testing for the FCC.

    Attached is the FCC Testing Guidance 558074 which clearly details measuring peak conducted power for DTS devices. To paraphrase it says that power is only measured during the time period during which the EUT is transmitting at max power (ie, when it is transmitting vs. when it is not) and when this is not possible it discusses the allowed methods for determining the duty cycle such that max power can be derived assuming 100% duty when measured using an average power meter such as a thermal RF head.

    It should be noted that similar guidance exists for all manner of ISM devices. Power is always max power assuming 100% duty for any type of device. The only time duty cycle is allowed as part of the evaluation is for SAR (aka, RF exposure).

    TestingGuidance_FCC558074.pdf

  • Thank you for the detailed explanation. I think that the main thing is that no matter what the TX duty cycle (x) is, 10*log(x) is going to be added to the measured average power. So, modifying the duty cycle does not seem to be the way to go. Thanks!

    However, it seems odd to me that since we are transmitting at 100% duty, isn't the average power going to be somehow close to the peak power? The report on our BLE module by the FCC test report showed that.

Reply
  • Thank you for the detailed explanation. I think that the main thing is that no matter what the TX duty cycle (x) is, 10*log(x) is going to be added to the measured average power. So, modifying the duty cycle does not seem to be the way to go. Thanks!

    However, it seems odd to me that since we are transmitting at 100% duty, isn't the average power going to be somehow close to the peak power? The report on our BLE module by the FCC test report showed that.

Children
No Data
Related