Hello. I am currently learning about nRF52 and its low power capabilities. I am struggling to find any information about low power modes, how to use each low power mode, how to put the device into different low power modes and etc...
Simply doing google search "nrf52 low power modes" wont return any reasonable results from official sources (at least not Nordic). Perhaps someone could point me in the right direction?
So far, I have learnt that nRF52 devices have 2 low power modes:
1. System ON
2. System OFF
To enter System OFF mode, you can call function:
sys_poweroff();
as shown in the the Low Power State Sample for nRF5x at zephyr/samples/boards/nrf/system_off
However, I cannot find a single piece of information regarding System ON mode, how to use it? How to enter it?
I would really appreciate if someone could help me out regarding this and help me find the information sources for the nRF5x power saving.