Hello,
Could you please indicate where TXPOWER is defined in the "ble_app_beacon_pca10040_s132" code example ? If not defined, could you please indicate what is the best location where to define it ?
Thanks in advance,
Florian
Hello,
Could you please indicate where TXPOWER is defined in the "ble_app_beacon_pca10040_s132" code example ? If not defined, could you please indicate what is the best location where to define it ?
Thanks in advance,
Florian
Hi Florian,
To set the TXPOWER you use the sd_ble_gap_tx_power_set() function. I don't believe this is used in the beacon example and it is therefore transmitting at the default 0dBm.
Ketil
Hi Florian,
To set the TXPOWER you use the sd_ble_gap_tx_power_set() function. I don't believe this is used in the beacon example and it is therefore transmitting at the default 0dBm.
Ketil
Perfect ! Thanks a bunch !