This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Default Tx power for "ble_peripheral_hrs" application

Hi,

I wonder there is not any TX_POWER_LEVEL macro used/defined in the source code of below peripheral application.

"examples\ble_peripheral\ble_app_hrs"

Does it mean that, this application has default power as 0dbm ?

By the way, I need the peripheral with 0dbm Tx power, So that now I'm setting the 0dbm power using the "tx_power_set" api mentioned in other nordic forum threads.

Thanks,

Mayank

Parents
  • Does it mean that, this application has default power as 0dbm ?

     Yes, that is correct. The default TX power with the softdevice is the same with the default TX power in the radio TXPOWER register which is 0x00 (0dbm), so when the example does not set the TX power explicitly ( using sd_ble_gap_tx_power_set()), then the default TX power of 0 dBm is used.

Reply
  • Does it mean that, this application has default power as 0dbm ?

     Yes, that is correct. The default TX power with the softdevice is the same with the default TX power in the radio TXPOWER register which is 0x00 (0dbm), so when the example does not set the TX power explicitly ( using sd_ble_gap_tx_power_set()), then the default TX power of 0 dBm is used.

Children
Related