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

phy update procedure

Hello, 

I am working on pc-ble-driver-py to design a central (using a DevKit with a nRF52832). At this point I am trying to perform a phy update procedure but I see it is not implemented in this library. Is it possible that the nrf_ble_driver_sd_api_v5 does not support the phy update or I could just add the necessary code to make it work. I can't find any information about this in the nordic infocenter. Thanks in advance

Imen

Parents
  • Hi Imen, 

    The pc-ble-driver (which the pc-ble-driver-py running on top of) does have support for PHY update. It's just the python library for that is missing. You would need to add the code in python library to call the pc-ble-driver APIs that do the PHY update. Unfortunately we don't have a document on how to do it, but you can follow what we did with other APIs. 

Reply
  • Hi Imen, 

    The pc-ble-driver (which the pc-ble-driver-py running on top of) does have support for PHY update. It's just the python library for that is missing. You would need to add the code in python library to call the pc-ble-driver APIs that do the PHY update. Unfortunately we don't have a document on how to do it, but you can follow what we did with other APIs. 

Children
Related