Beware that this post is related to an SDK in maintenance mode
More Info: Consider nRF Connect SDK for new designs
This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Set BLE 5 range

Hey, we are using the nrf52840, and the SDK 14.0.2 and the uart example. We need to set the BLE range to max, and therefor the TX to 8db, the transfer speed to 125kb/s. We can't find a way to do this in the example, could you please refer to a function or another example code that does this?

Parents
  • Hi, I am not sure if we have any ready-made example, but I suggest to wait one week, when the production version of the S140v6.0 softdevice + SDKv15 is released (with the latest bug fixes for the the softdevice). Then modify the \examples\ble_central_and_peripheral\experimental\ble_app_att_mtu_throughput to use BLE_GAP_PHY_CODED instead of BLE_GAP_PHY_2MBPS.

Reply
  • Hi, I am not sure if we have any ready-made example, but I suggest to wait one week, when the production version of the S140v6.0 softdevice + SDKv15 is released (with the latest bug fixes for the the softdevice). Then modify the \examples\ble_central_and_peripheral\experimental\ble_app_att_mtu_throughput to use BLE_GAP_PHY_CODED instead of BLE_GAP_PHY_2MBPS.

Children
No Data
Related