Xiao BLE default tx power?

Hello!

What is the bluetooth default tx power??

I read it is possible to change calling to a function sd_ble_gap_tx_power_set(), anybody can help with a example of how to call in arduino?

Thanks!

For version 1.0 (Adafruit) : Bluefruit.setTxPower(8); // Check bluefruit.h for supported values

1 Like

Very Very thanks! I will try

You have to use Adafruit’s BLE codes in their examples. You can also go into their libraries and look up the actual Nordic code they use for this particular command.

The second one sounds better, but honestly, I’m new, and although I’ll try it I think I don’t have much idea how to implement it later, but any progress, I’ll share it with you