Hi Nordic Team,
I am using a simple GPIO (tx/rx controlled via GPIO) FEM (PA/LNA) with connected to nRF52840.
I know I am allowed to crank up the TX power of nRF to +2dBm as per certification of the module.
I am using MPSL in nRF NCS to work with BLE and Thread in a time multiplexed fashion. (CONFIG_MPSL is set to yes, so is CONFIG_BT_LL_SOFTDEVICE)
How do I crank the gain of nRF52840 so it achieves maximum allowed gain for (+2dBm) for all radio activity (BLE adv, connection and all Thread activity)?
Should I directly set the TXPOWER register? Or is there a suitable sd_ call for this?
There are a few Q/As around BLE but I thought this would be a different case when using multiprotocol.
2nd question: What are the max allowed tx power for Thread/BLE? I believe BLE is +20dbm but not sure about Thread.
3rd question: Is there a reason why sd_ interface allows setting BLE gain per role? in other words, are there difference limitations in TX power for each BLE role?
Thanks for your support.