Power level nrf52833 nrf21540

Hi,

I’m currently working with the nRF52833 together with the nRF21540 Front-End Module (FEM). I have configured the FEM to provide a gain of 10 dBm. I have a few questions regarding the appropriate TX power settings:

  1. If I set the nRF52833 output power to 0 dBm and the nRF21540 gain to 10 dBm, will the total output power be 10 dBm?

  2. If I increase the nRF52833 output power to 4 dBm while the FEM remains at 10 dBm gain, will that result in a 14 dBm total output, or is the FEM capped at 10 dBm total output?

  3. Would setting the nRF52833 to 4 dBm risk damaging the FEM, or is it safe to operate under this configuration? Is there anything specific I should consider both in terms of hardware and firmware to have the best performance?

Thanks

Regards

Parents
  • Hi,

    If I set the nRF52833 output power to 0 dBm and the nRF21540 gain to 10 dBm, will the total output power be 10 dBm?

    Yes, this combination will result in total output power of the 10dBm.

    If I increase the nRF52833 output power to 4 dBm while the FEM remains at 10 dBm gain, will that result in a 14 dBm total output, or is the FEM capped at 10 dBm total output?

    The output power of the FEM will be 14dBm with 4dBm input. The amplifier in the nRF21540 saturates at 21.5dBm output power, so for 10dB gain setting the total output power will always be SoC output power + 10dB, as long as the SoC output power is lower than 5dBm.

    Would setting the nRF52833 to 4 dBm risk damaging the FEM, or is it safe to operate under this configuration? Is there anything specific I should consider both in terms of hardware and firmware to have the best performance?

    4dBm out from the nRF52833 is OK, as the maximum input power tolerated at the TRX pin is 5dBm.

    You don't really have to worry about setting the FEM gain and the SoC output power manually in the FW if using the nRF Connect SDK, as the nRF21540 driver will automatically configure both the FEM gain and the SoC power to best match the configured total output power. The driver will make sure that the actual output power is not higher than the requested power, so if for example a total output power of 11dBm is configured, the actual output power will be 10dBm, since the nRF52833 can't transmit at 1dBm output power.

    More info on using the nRF21540 in the nRF Connect SDK can be found here:
    https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/app_dev/device_guides/fem/index.html

     

    Best regards,

    Bendik

Reply
  • Hi,

    If I set the nRF52833 output power to 0 dBm and the nRF21540 gain to 10 dBm, will the total output power be 10 dBm?

    Yes, this combination will result in total output power of the 10dBm.

    If I increase the nRF52833 output power to 4 dBm while the FEM remains at 10 dBm gain, will that result in a 14 dBm total output, or is the FEM capped at 10 dBm total output?

    The output power of the FEM will be 14dBm with 4dBm input. The amplifier in the nRF21540 saturates at 21.5dBm output power, so for 10dB gain setting the total output power will always be SoC output power + 10dB, as long as the SoC output power is lower than 5dBm.

    Would setting the nRF52833 to 4 dBm risk damaging the FEM, or is it safe to operate under this configuration? Is there anything specific I should consider both in terms of hardware and firmware to have the best performance?

    4dBm out from the nRF52833 is OK, as the maximum input power tolerated at the TRX pin is 5dBm.

    You don't really have to worry about setting the FEM gain and the SoC output power manually in the FW if using the nRF Connect SDK, as the nRF21540 driver will automatically configure both the FEM gain and the SoC power to best match the configured total output power. The driver will make sure that the actual output power is not higher than the requested power, so if for example a total output power of 11dBm is configured, the actual output power will be 10dBm, since the nRF52833 can't transmit at 1dBm output power.

    More info on using the nRF21540 in the nRF Connect SDK can be found here:
    https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/app_dev/device_guides/fem/index.html

     

    Best regards,

    Bendik

Children
Related