Hi All,
I've just received an nrf9160dk, I'm starting to investigate the development of our application while the hardware guys produce a custom board.
I'm just starting with the power management and sleep modes for the nrf9160.
The form of the application is as follows:
Most of the time I want the radio off (no PSM or eDRX), I also want the MPU in its lowest power state, with only the RTC running (no other peripherals are needed in sleep)
Every 5 minutes I want to power on the MPU and sample a couple of sensors and store the results in EEPROM.
Every 8 hours I want to power on the radio and send the previously buffered results.
Our previous-gen product used a ublox SARA tied with UART to an STM32 uC. I've come from an STM32 development background and I'm struggling to find the appropriate function calls in the NRF-SKD that puts the nrf9160 into this deep sleep with the RTC running.
Any help/guidance/pointers are very much apricahated.