How does the FEM function need to be activated when running the "peripheral_hr" example under "nRF5340-DK+nRF21540-EK" board under NCS24.0?

I attempted to run the "peeral_hr" example under NCS2.4.0 and used nRF21540-EK to enhance the signal, but in reality, there was no significant change.

I attempted the following modifications:

1. Add "- DSHIELD: STRING=" nrf215440_ek ""

2. Overlay adds the following code

&radio {
    fem = <&nrf_radio_fem>;
};

But the broadcast found on the phone is only -90dbm, and the effect is the same when nRF21540 is not activated.

What else do I need to modify?

Parents Reply Children
Related