We are using a 5340 with a Skyworks 66112 FEM. Below is our hci_ipc.overlay file.
/ {
nrf_radio_fem: sky66112_11_fem {
compatible = "skyworks,sky66112-11", "generic-fem-two-ctrl-pins";
ctx-gpios = <&gpio1 12 GPIO_ACTIVE_HIGH>;
crx-gpios = <&gpio1 14 GPIO_ACTIVE_HIGH>;
tx-gain-db = < 20 >;
};
};
&radio {
fem = <&nrf_radio_fem>;
};
We are setting CONFIG_BT_CTLR_TX_PWR_ANTENNA=20. When we measure the output of the FEM with a spectrum analyzer via a conducted connection, we are measuring 10 dBm instead of 20 dBm.
Can you explain how the CONFIG_BT_CTLR_TX_PWR_ANTENNA configuration determines the output power of the 5340 and how we can adjust the values to get the expected transmit power at the antenna?
We are using nRF Connect SDK 2.6.0.
Thanks,
Andrew
