I'm looking for help figuring out why my nrf51422 isn't waking up to advertise, I'm missing a detail but I don't know what it is. It works great, until sd_power_system_off() is called, and then there is no more advertising.
My project will run on a single button cell but it needs to always advertise so that it automatically connects to its partner device when that device comes into range. Right now if I skip the call to sd_power_system_off() everything works great, except that it draws 2mA which will kill my button cell quickly. If I call sd_power_system_off() it never seems to wake to advertise and the devices never connect. Is there something specific that I need to do to enable periodic wakeup to advertise?