Hi,
I am using pc-ble-driver version 4.1.1 with the SD version 6.1.1.
I want to configure the TX power for the NRF52 USB dongle.
Do you have a code example for configuring the TX power for the NRF52 USB dongle?
Thanks
Nicolas
Hi,
I am using pc-ble-driver version 4.1.1 with the SD version 6.1.1.
I want to configure the TX power for the NRF52 USB dongle.
Do you have a code example for configuring the TX power for the NRF52 USB dongle?
Thanks
Nicolas
Hi,
We do not have any specific examples showing this, but setting the tx output power is a single softdevice API call: sd_ble_gap_tx_power_set()
You can see details about the input parameters in the softdevice API documentation: sd_ble_gap_tx_power_set
Best regards,
Jørgen
Hi,
It works.
Thanks
Nicolas