I'm running an Eddystone beacon on a 52832 running Zephyr v1.6.0. Does anyone have an example of setting the Tx power level. I'm really new using Nordic processors, Bluetooth and Zephyr so any help would be appreciated.
I'm running an Eddystone beacon on a 52832 running Zephyr v1.6.0. Does anyone have an example of setting the Tx power level. I'm really new using Nordic processors, Bluetooth and Zephyr so any help would be appreciated.
Please see the example code of \samples\bluetooth\hci_pwr_ctrl, where you can set CONFIG_BT_CTLR_TX_PWR_DYNAMIC_CONTROL=y to support this.
Also see this case:
https://devzone.nordicsemi.com/f/nordic-q-a/78030/tx-power-control-in-ncs-with-soft-device-controller
Please see the example code of \samples\bluetooth\hci_pwr_ctrl, where you can set CONFIG_BT_CTLR_TX_PWR_DYNAMIC_CONTROL=y to support this.
Also see this case:
https://devzone.nordicsemi.com/f/nordic-q-a/78030/tx-power-control-in-ncs-with-soft-device-controller