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

Eddystone EID-frame issue

Hi, I am working on eddystone project i.e nrf5-sdk-for-eddystone-master which is newly released by nordic. And I set URL,UUID and TLM frames successfully but when I trying to set EID frame board is restarting when I call eddystone_adv_slot_adv_frame_set() function for EID frame. The below code is used to set frames .

image description

here i=2 for TLM frame and I=3 for EID frame

when I comment the line in i=3 block image description

it advertising uuid, url,tlm,eid frames in tlm data is showing as etelemetry encrypted data and in EID frame it showing only encrypted key which i given in image description

can any one help me how the security module works and why it not advertising when calling eddystone_adv_slot_adv_frame_set() function for EID frame. And EID frame frame_raw_length is 18.

Related