Hi!
According to the docs, these are basically the sleep options:
1.) System application code will keep running
2.) Deep sleep, that results in system restart
3.) wake in interrupt and/or time
I use the Electron Asset tracker kit, and even without initializing the accelerometer and setting an unused empty pin, the device wakes up in case of movement. (I think I had to use the kind of sleep where there is a wake on interrupt possibility beccause that is the only type that supports the SLEEP_NETWORK_STANDBY option).
How can I specify a sleep with SLEEP_NETWORK_STANDBY without waking up on interrupt from the accelerometer?
thanks
Tamas