Hello,
I'm using SDK for Thread v4.1. I built my project on top of multiprotocol example "ble_thread_dyn_template".
I want to increase the radio output power of the device.
I tried using different functions such as:
- otPlatRadioSetTransmitPower()
- nrf_802154_tx_power_set()
- nrf_radio_txpower_set()
I always encounter the same problem: the radio power is always set to default (0dBm) a few seconds after it has been set to 8dBm.
I believe the problem is the softdevice is setting it back to default periodically (as I can see from register RADIO->TXPOWER)
Is there a way to avoid this?
Thanks