We have already developed a wireless sensor application based on the ESB protocol.
Now we want to increase the range by adding an nRF21540.
We started by testing the sample https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.9.0/nrf/samples/esb/README.html. on a nRF21540DK board.
We read : "
You can add support for the nRF21540 front-end module to this sample by using one of the following options, depending on your hardware:
-
Build the sample for one board that contains the nRF21540 FEM, such as nrf21540dk_nrf52840.
Unless we are mistaken, the FEM component is not activated : no activity on tx-en-gpios nor rx-en-gpios pins, checked with an oscilloscope.
Can you tell me how to make the FEM work with the ESB protocols?
Thnak You in advance for your help.