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

Eddystone code example for nrf52

Hello Everyone,

I am looking for an Eddystone example. It should be used for an nrf52 with s132 SoftDevice (programming with nrf52 Prev Dev Kit).

Thanks for help

Parents Reply
  • Thanks for help. Now, when I want to make an eddystone_tlm_data. So I have to comment the static uint8_t eddystone_url_data[]… and take the uint8_t eddystone_tlm_data[]. After that, I change:

    eddystone_data_array.p_data = (uint8_t *) eddystone_tlm_data;   // Pointer to the data to advertise.
    eddystone_data_array.size = sizeof(eddystone_tlm_data);         // Size of the data to advertise.
    

    Is that right?

Children
No Data
Related