difference between deep sleep and system off mode in nrf9160

I am using nrf9160 DK.

1. what is difference between deep sleep and system off mode ? is it same?

2. what is difference between psm mode and system off mode ?

3. are there any sample about all of them for nrf9160 ?

Parents
  • Hi

    1. In short the main difference between the two modes is that in Deep Sleep mode, the CPU and peripherals are in idle state and retain their state and configuration, while in System OFF mode, the core system functionality is powered down and ongoing tasks are terminated.

    2. 

    Power Saving Mode (PSM) enables the modem to enter deep sleep when it does not need to communicate with the network. The modem can spend most of the time in deep sleep, only waking up when data needs to be sent or received. When implementing an application that uses PSM, keep in mind that requesting PSM does not mean that the modem can always enter PSM.

    In system off you will loses connection to the network and need to reestablish this

    3. I would have a look at lesson 1 in our Celluar course on DevAcademy for theory and lesson 2 for exercise. In general I recommend doing the whole course. 

    Regards

    Runar

Reply
  • Hi

    1. In short the main difference between the two modes is that in Deep Sleep mode, the CPU and peripherals are in idle state and retain their state and configuration, while in System OFF mode, the core system functionality is powered down and ongoing tasks are terminated.

    2. 

    Power Saving Mode (PSM) enables the modem to enter deep sleep when it does not need to communicate with the network. The modem can spend most of the time in deep sleep, only waking up when data needs to be sent or received. When implementing an application that uses PSM, keep in mind that requesting PSM does not mean that the modem can always enter PSM.

    In system off you will loses connection to the network and need to reestablish this

    3. I would have a look at lesson 1 in our Celluar course on DevAcademy for theory and lesson 2 for exercise. In general I recommend doing the whole course. 

    Regards

    Runar

Children
Related