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

Advertise long range for beacons

I would like to know what configurations are required to advertise long range.

adv_params.primary_phy     = BLE_GAP_PHY_CODED;
adv_params.secondary_phy   = BLE_GAP_PHY_CODED;

Just changing the phy. returns error 0x07

I compared the ble_app_blinky and ble_app_att_mtu_throughput, but they are to diffrent to find what's required.

Goal ist to programm a ble long range beacon.

SDK 15.0.0

nrf52840 pca10056

Parents Reply Children
  • Hi Nydegger

    I have a question with regards your solution (as I am having the same problem).

    I want to set my device to connectable, so I take it I need:

    .type = BLE_GAP_ADV_TYPE_EXTENDED_CONNECTABLE_NONSCANNABLE_UNDIRECTED

    Are you suggesting that if I have the 'conectable mode' that I have to set the .len to 0 ??

    If so what member is the '.len' associated with ??

    Kind regards

    Michael

Related