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

BLE Long Range

Hi,

I'm testing a PCA10056 S140 (nrF 52840 PDK), SDK15.

I want to test long range extension : using ble_app_att_mtu_throughput application sample.

But when I change :

.primary_phy   = BLE_GAP_PHY_1MBPS, // Must be changed to connect in long range. (BLE_GAP_PHY_CODED)

by

.primary_phy   = BLE_GAP_PHY_CODED,

I got and NRF_ERROR_INVALID_PARAM during the call to

sd_ble_gap_adv_set_configure

Nothing else modified into the all code. Application working well @1Mbps.

Something missing ? (appart also modifying scan parameters to fitt the same encoding way of advertising).

Bye.

Related