Hi All !
I am using a custom board of nrf52833 with nrf21540,NCS version 2.3.0, IDE is vs code studio, and radio test example.
So far now I am able to compile the code for the nrf52833DK with nrf21540 support.
1)I added the build configuration for the nrf52833DK
2)added pin configurations according to the custom HW in the .dts file and overlay file.
Now my final pinout and .dts file looks like this.
3)I also used the start/end channel command, start_tx_carrier, and output_power commands via a serial terminal
4) While setting the output power from the serial terminal via commands as mentioned above.I connected the oscilloscope on SPI clk and MOSI/MISO pins but no data on these pins.
My question is, are points # 1 and 2 enough to enable nrf21540 FEM and get the amplification? Or should I have to call the APIs for nrf21540 to work?
i followed this link for the above steps
Thanks & Regards,