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

Range of values for TX power

For the transmission power, are we allowed to use any number in the range [-30, 4] or only the values specified in table 37 in the product specification? When we select one of these values, what value do we use for the tx level in the advertising value? It isn't going to be the same value, is it? I'm confused, because according to my measurements with nRF 51822 Beacon kit, tx power at one meter is -54, which is clearly not in the aforementioned range.

Thanks

Parents
  • Hi Sarah,

    If you look in the documentation, this should be pretty clear. Only the values mentioned there is allowed.

    The TX power is a setting for the radio to set its transmitting strength. Higher values amplify the signal strength, but also increase power usage. The values you are measuring are received signal strength in dBm, which is based on the distance between the devices, the transmitting power of the advertiser, and the sensitivity of the peer. So while not entirely unrelated, these two values will be vastly different and should not be compared as such.

    The TX Power AD field should be set to the transmitting power of your advertiser, so either of the allowed values for sd_ble_gap_tx_power_set().

  • Also, the default value seems to be 10 (#define BLE_GAP_AD_TYPE_TX_POWER_LEVEL 0x0A /**< Transmit power level. */) How is that possbile? From the link you sent the maximum value can be seen as 4.

Reply Children
No Data
Related