Hello,
I'cant find where the output power is set up into the thingy:52 firmware. Someone can help me?
Thanks,
Arnaud
Hello,
I'cant find where the output power is set up into the thingy:52 firmware. Someone can help me?
Thanks,
Arnaud
Hi,
I can't find it either, so most likely it is not set at all. If not set explicitly, the default will be used (0 dBm). This is the same with all our nRF5 SDK examples as well.
You can set the TX power by calling sd_ble_gap_tx_power_set() in the firmware after the softdevice has been enabled.
Best regards,
Jørgen
Hi,
I can't find it either, so most likely it is not set at all. If not set explicitly, the default will be used (0 dBm). This is the same with all our nRF5 SDK examples as well.
You can set the TX power by calling sd_ble_gap_tx_power_set() in the firmware after the softdevice has been enabled.
Best regards,
Jørgen
OK, thanks!
Arnaud