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

Read value from ADV Advertising slot characteristic in Eddystone Configuration Service

Hi,

I'm using nRF52832 board and I'm modifying the Eddystone BLE Application in ble_peripheral example in SDK 16.0.0. I'm trying to get the characteristic value of  ADV Advertising slot characteristic in Eddystone Configuration Service. I tried to use the variable p_ble_evt in function nrf_ble_es_on_ble_evt but I can't read the value written to the characteristic. I tried to use sd_ble_gatts_value_get but the result wasn't as desidered.

Thank you in advance

Parents Reply Children
  • I'm sorry Simon, I was not clear.

    I'm using the coexistence example and I want to add the Eddystone Configuration Service to it. I've already tested the Eddystone example successfully.

    I want to use both the mesh and the ble services features. So, if I add the Eddystone functions to the coexistence example, that allows to add the Eddystone configuration service but I'm not able to use the eddystone beacon from the Eddystone example because there is a confict between the beacon used in the coexistence example and the eddystone example.

    Thank you

Related