Default Transmitter Output Power

We are trying to determine the output power of the radio transmitter. We use it in a BLE mode. Our code doesn't seem to access any of the pertinent registers. Also, I don't see any calls we make to "sd_ble_gap_tx_power_set()", which is defined in ble_gap.h. The accepted values are: -40, -20, -16, -12, -8, -4, 0, and 4 dBm. The register says the default is 0 dBm. If our application makes no change, can we expect the default of 0 dBm? The 23.15.4 table in the data sheet notes that the typical setting is 4 dBm. Typical is not the default?

Parents Reply Children
Related