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

How to change the DFU bootloader TX power

Hi

I have a question, the Nordic SDK have a DFU, I want to know  what is the default value of TX power in Bootloader? Can we change the TX power? if yes. How to change it?

Thanks!

Looking forward to your reply

Parents
  • Hi Frankraul,

    The bootloader does not have the configuration for BLE TX power.

    It is the softdevice that decides the default value of TX power. The default TX power with the softdevice is the same with the default TX power in the radio TXPOWER register which is 0x00 (0dbm).

    You can use sd_ble_gap_tx_power_set() to change TX power level. For an implementation example of the TX Power Service, you can refer to the ble_app_proximity example in the SDK.

    Best regards,

    Charlie

Reply
  • Hi Frankraul,

    The bootloader does not have the configuration for BLE TX power.

    It is the softdevice that decides the default value of TX power. The default TX power with the softdevice is the same with the default TX power in the radio TXPOWER register which is 0x00 (0dbm).

    You can use sd_ble_gap_tx_power_set() to change TX power level. For an implementation example of the TX Power Service, you can refer to the ble_app_proximity example in the SDK.

    Best regards,

    Charlie

Children
Related