how many times do the smart beacon advertise during the advertising time? tks!
Hi, The beacon wakes up on each advertising event, with interval of 760ms (NON_CONNECTABLE_ADV_INTERVAL)
It send 3 packets on 3 advertising channels (37 38 39 ).
Does this trigger the sd_app_evt_wait?
@Matt: The device will be woken up (get our of sd_app_evt_wait) every NON_CONNECTABLE_ADV_INTERVAL ms when it needs to advertise.