Hi, is their any brief explanation for nrf5-sdk-for-eddystone project firmware newly released by nordic. I go through the project but it is very hard to understand can any one help. I add UUID, TLM frames successfully and it advertising. when I try to add EID frame it not advertising. The code I used to add EID frame is
i=2 block for TLM frame and i=3 block for EID frame. In EID block (i=3) if I call eddystone_adv_slot_adv_frame_set(i); it not advertising. If comment that line it advertising and in TLM frame gives data like etelemetry data, salt and message integrity check, in EID frame it showing encrypted key which I given .
when I call eddystone_adv_slot_adv_frame_set(i); function for EID frame it initialize security module right. but when call call eddystone_adv_slot_adv_frame_set(i); function for EID frame device is not advertising where I do wrong?