• Can I change the PHY (2Mbps, 1Mbps, Coded) using the pc-ble-driver-py driver?

    Hello, Nordic employees. I am currently developing BLE5 app with nRF52840 DK and Python in Windows 10 environments. With the python bindings you provided in the github, HeartRateCollector app was perfectly worked. Now, I am trying to use the some…
  • How to set up BLE5 on nRF52832

    I have 2 questions regarding BLE5 on nRF52832 Which Soft device and SDK has to be used to implement BLE 5 on nRF52832? We will be using the nRf52 DK for same. Is the provision of BLE 5 on mRF52832 for testing purpose or we can use it for for product…
  • Long range BLE5 implementation in ble_app_uart

    Hi, I am developing with nRF52840-pdk for BLE5 implementation. I am very much interested in a long range spec of BLE5. I have gone though the example "ble_app_att_mtu_throughput" in which i changeed the PHY to CODED by following this post. devzone…