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

BLE Coded Phy with nrf Connect SDK

Are there any examples of how to enable and use coded phy long range with the nRF Connect SDK?  I have the nrf52840DK and would like to create an advertising example to test coded phy support with a host of mobile phones.

  • Hi

    No, we do not have any examples using Coded PHY as of yet I'm afraid. In order to use Coded PHY on an nRF52840DK, you'll have to add advertising extension to the advertising packet of your device and set the PHY to Coded PHY. Advertising Extension is supported in the Bluetooth Host in NCS 1.3. Please check out the ble_gap.h and ble_controller.h header files as well as the documentation for more information.

    Best regards,

    Simon

Related