Hello everybody,
- My project is based ble_app_eddystone example and nRF5_SDK_17.2.0 SOC is nRF52832.
- Beacon advertise Eddystone UID +Eddystone TLM +Eddystone URL, works ok.
- I understood that The Eddystone Project uses a timer to modify/update ad data (adv_timing_callback() ).
i need Eddystone TLM +UID +URL + iBeacon uuid, what i need to modify in the code?
how i can modify the eddystone module so that it can switch between Eddystone data and iBeacon data?
thank you so much.