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

Connectable beacon

In the nRF5 SDK v15.0.0 there is an example for beacon. (in my case ble_app_beacon_pca10040_s132)

This example works fine and acts as a non-connectable unidirected beacon.

But I am looking for a connectable beacon. (Acts as a beacon, but can also be connected to retrieve other data).

Is there an example software available?

Parents Reply
  • I changed:

    In sdk_config.h

       #define NRF_SDH_BLE_PERIPHERAL_LINK_COUNT 1  //was 0

    In nrf_sdh_ble.c:

       #define RAM_START       0x20001D88  //was 0x20000000

    However I could not find RAM_SIZE

    And I get the error messages:

    <warning> nrf_sdh_ble: Insufficient RAM allocated for the SoftDevice.
    <warning> nrf_sdh_ble: Change the RAM start location from 0x200018A8 to 0x20001D88.
    <warning> nrf_sdh_ble: Maximum RAM size for application is 0x10000.
    <error> nrf_sdh_ble: sd_ble_enable() returned NRF_ERROR_NO_MEM.
    <error> app: Fatal error
    <warning> app: System reset

    How can I solve thie?

Children
No Data
Related