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

I want to use the long range on 52811

Hi,

I use SDK15.3

There's no such define in "ble_gap.h"

Is this define "BLE_GAP_ADV_TYPE_EXTENDED_CONNECTABLE_NONSCANNABLE_UNDIRECTED" only S140?

Because 52811 use S112

How to solve this problem?

Thanks

Parents
  • Hi

    The reason long-range (Coded PHY) is not supported on SoftDevices S112 and S113 is mainly that Coded PHY depends on data length extensions, which in and of itself is a rather large feature taking up a lot of space. Secondarily, Coded PHY is not a very widely used feature, partly because it has limited support on the phone side as of yet (only the newest flagship models are actually supporting this as of yet).

    If you take a look at the nRF52811 compatibility matrix, you can see that it does support SoftDevice S140, which is the SoftDevice you'll have to use in order to use the Coded PHY feature.

    Best regards,

    Simon

Reply
  • Hi

    The reason long-range (Coded PHY) is not supported on SoftDevices S112 and S113 is mainly that Coded PHY depends on data length extensions, which in and of itself is a rather large feature taking up a lot of space. Secondarily, Coded PHY is not a very widely used feature, partly because it has limited support on the phone side as of yet (only the newest flagship models are actually supporting this as of yet).

    If you take a look at the nRF52811 compatibility matrix, you can see that it does support SoftDevice S140, which is the SoftDevice you'll have to use in order to use the Coded PHY feature.

    Best regards,

    Simon

Children
Related