Is there any Kconfig line to set the TX_POWER on the prj.conf file?
Also are the values listed on the below value also valid for the nRF52832 micro.
developer.nordicsemi.com/.../hal.html
Thanks
Is there any Kconfig line to set the TX_POWER on the prj.conf file?
Also are the values listed on the below value also valid for the nRF52832 micro.
developer.nordicsemi.com/.../hal.html
Thanks
Hi,
Yes, See CONFIG_BT_CTLR_TX_PWR_PLUS_8. You can test with samples/bluetooth/hci_pwr_ctrl by adding CONFIG_BT_CTLR_TX_PWR_PLUS_8=y in the prj.conf, and then you would get default TXP = 8.
-Amanda