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

NRF52832 How to set up the TX transmission power

Hi: 1: NRF52832 How to set up the TX transmission power. ble_app_hrs :didn't see set TX transmission powe

2、NRF52832 :How much is NRF52 maximum rate, how to set THS!

Parents
  • Hi,

    For setting the TX power with SoftDevice active the function sd_ble_gap_tx_power_set can be used, please find documentation for it here.

    The nRF52 and BLE in general operates with an on air datarate of 1 Mbit/s, note that this is the datarate for the protocol. Actual throuhput depends on the connection parameters, please see these posts (1, 2, 3).

    Best regards,

    Øyvind

Reply
  • Hi,

    For setting the TX power with SoftDevice active the function sd_ble_gap_tx_power_set can be used, please find documentation for it here.

    The nRF52 and BLE in general operates with an on air datarate of 1 Mbit/s, note that this is the datarate for the protocol. Actual throuhput depends on the connection parameters, please see these posts (1, 2, 3).

    Best regards,

    Øyvind

Children