Hello,
I want to set TX power = 7 dbm for NRF52833.How I can set TX power = 7dbm in nordic NRF52833 ?
Please share sample code also.
Hello,
I want to set TX power = 7 dbm for NRF52833.How I can set TX power = 7dbm in nordic NRF52833 ?
Please share sample code also.
For Bluetooth you can add the following to your `prj.conf` file:
CONFIG_BT_CTLR_TX_PWR_PLUS_7=y
For other radio standards, and to get more information, you can for example read here: Configuring transmission power.
Good luck with your project!
For Bluetooth you can add the following to your `prj.conf` file:
CONFIG_BT_CTLR_TX_PWR_PLUS_7=y
For other radio standards, and to get more information, you can for example read here: Configuring transmission power.
Good luck with your project!