Is it possible to program an NRF51 to wake-up from SYSTEM ON by either RTC or external interrupt?
I have some sensors programmed to wake-up by RTC but I would also like the option of interrupting the sleep with a button press if I cannot wait. In essence, I would like the sleep to be interrupted by either - whichever happens first.
I'm working without a soft device.