Hi,
where i can change the transmitting power?
best regards Nils
Hi,
where i can change the transmitting power?
best regards Nils
Hi there,
If you are talking about the nRF51 series (it's good practice to tag your questions with the relevant product tag) then use this function:
sd_ble_gap_tx_power_set() (in ble_gap.h)
Regards,
Carles
Hi,
sorry i forgot the athor tags. Thanks for the answer i will try it tomotrrow. What is the default transmitting power and can i chang it while the the application is running?
Best regards Nils
The default TX power is 0 dBm and yes, of course, you can change the TX power in real time mostly anytime.
Thanks :)