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

Eddystone beacon example using SDK12.3.0 and s130

I am currently working on a BLE beacon project on nRF51822. Using SDK 12.3.0 and s130. The device has to advertise URL, advertising name and output power level. And these values can be changed through app after connecting. So, I took the ble_app_eddystone example. Now the device is advertising the URL, which is by default www.nordicsemi.com and Tx power. But I am not able to connect to the device since it is non-connectable. How to make it connectable? I tried using nrf_ble_es_on_start_connectable_advertising() function. But still not working. The main aim is to connect with the device and change the values such as URL or advertising name, so that the next time it will advertise with the changed values.

Related