Difference between revisions of "Zephyr ncs sleep modes"

From Wiki at Neela Nurseries
Jump to: navigation, search
m (^ nRF9160 Sleep Mode Forum Posts)
m (^ Power Savings Mode Ten Minutes Period Example)
Line 52: Line 52:
 
*  https://devzone.nordicsemi.com/guides/cellular-iot-guides/b/hardware-design/posts/measuring-psm-idle-current-on-the-nrf91-dk
 
*  https://devzone.nordicsemi.com/guides/cellular-iot-guides/b/hardware-design/posts/measuring-psm-idle-current-on-the-nrf91-dk
 
</ul>
 
</ul>
 +
Excerpts from this post:
 +
<i>
 +
<ul>
 +
"In order to achieve the lowest possible current consumption, logging has to be turned off. This is done by,<br />
 +
<br />
 +
    Adding the CONFIG_SERIAL=n flag to the prj.conf file in the project folder.<br />
 +
    Adding the CONFIG_SERIAL=n to the SPM prj.conf file. This is located in the SDK_ROOT/nrf/samples/nrf9160/spm folder."<br />
 +
</ul>
 +
</i>
  
  
 
<!-- comentario -->
 
<!-- comentario -->

Revision as of 21:51, 15 February 2022

Zephyr and Nordic ncs Sleep Modes 2022-01-15 Tuesday

Some posts and links to follow:


Looking now more closely at nRF9160 System in Package (SiP):

Oh and a note on nRF9160 watchdog timer:

This looks important:


^ nRF9160 Sleep Mode Forum Posts

nRF9160 sleep mode not working in SDK 'nrf' v1.6.1, works in 1.7.0 . . .

Symbol 'PSM' may be a more apt symbol for which to search, also looks like power savings modes may only be practical with certain network providers:


^ Power Savings Mode Ten Minutes Period Example

Excerpts from this post:

    "In order to achieve the lowest possible current consumption, logging has to be turned off. This is done by,

    Adding the CONFIG_SERIAL=n flag to the prj.conf file in the project folder.
    Adding the CONFIG_SERIAL=n to the SPM prj.conf file. This is located in the SDK_ROOT/nrf/samples/nrf9160/spm folder."