Does the Thingy:52 use the default transmit power of 0dBm? I didn't see anywhere that it could be changed from the app or that sd_ble_gap_tx_power_set was called anywhere in the source, but just wanted to make sure I didn't miss it anywhere.
Does the Thingy:52 use the default transmit power of 0dBm? I didn't see anywhere that it could be changed from the app or that sd_ble_gap_tx_power_set was called anywhere in the source, but just wanted to make sure I didn't miss it anywhere.
Hi jsample!
Yes, from the nRF52832 Product specification we can see that the Thingy:52 uses the default transmit power of 0dBm.
You didn't miss it anywhere. The sd_ble_gap_tx_power_set() function is never called, and the transmit power is still at the default value.
Best regards
Joakim