<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>How to set nRF52840 to sleep and deep sleep for Zephir and Arduino?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/115071/how-to-set-nrf52840-to-sleep-and-deep-sleep-for-zephir-and-arduino</link><description>I am developing a code for Nordic nRF52840 with some sensors: 
 
 LIS3DH: accelerometer 
 BME680: environment 
 Fujitsu MB85RC1M: FRAM 
 u-blox ZOE-M8: GNSS 
 SD Card reader 
 4-20mA sensor + a pressure transducer 
 
 I already have a code in PlatformIO</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 02 Oct 2024 09:09:35 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/115071/how-to-set-nrf52840-to-sleep-and-deep-sleep-for-zephir-and-arduino" /><item><title>RE: How to set nRF52840 to sleep and deep sleep for Zephir and Arduino?</title><link>https://devzone.nordicsemi.com/thread/504637?ContentTypeID=1</link><pubDate>Wed, 02 Oct 2024 09:09:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0f241a9a-bee6-4e04-976e-30a67e60c6b5</guid><dc:creator>Claudio Rosa</dc:creator><description>&lt;p&gt;Thank by your support.&lt;/p&gt;
&lt;p&gt;Have a nice day.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Claudio&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to set nRF52840 to sleep and deep sleep for Zephir and Arduino?</title><link>https://devzone.nordicsemi.com/thread/504631?ContentTypeID=1</link><pubDate>Wed, 02 Oct 2024 08:47:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d926478a-cafc-46e7-a7e0-f44e1cf1731e</guid><dc:creator>Kazi Afroza Sultana</dc:creator><description>&lt;p&gt;Hello Claudio,&lt;/p&gt;
&lt;p&gt;I showed you the sample of system off mode&amp;nbsp;&lt;a href="https://github.com/zephyrproject-rtos/zephyr/tree/main/samples/boards/nordic/system_off"&gt;https://github.com/zephyrproject-rtos/zephyr/tree/main/samples/boards/nordic/system_off&lt;/a&gt;&amp;nbsp;which&amp;nbsp;&lt;span&gt;can be used for reference on how to put the nRF52 into the lowest possible sleep mode.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to set nRF52840 to sleep and deep sleep for Zephir and Arduino?</title><link>https://devzone.nordicsemi.com/thread/504232?ContentTypeID=1</link><pubDate>Fri, 27 Sep 2024 18:48:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8537e8b2-4342-47fc-89a6-87aed07b2c2b</guid><dc:creator>Claudio Rosa</dc:creator><description>&lt;p&gt;Hi Kazi,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;The system off is one of last options because I will lost all data, for example in the GNSS sensor and&amp;nbsp; GNSS Almanaque send until 12 minutes to be created.&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;When I say sleep I mean &amp;quot;reduce the power consumption&amp;quot; (go back with a warm process) and &amp;quot;deep sleep&amp;quot; (go back with a cold start) is &amp;quot;reduce as much as possible the power consumption,no matter if it will take more time to be ready.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Any documetation about it, I mean &amp;quot;sleep&amp;quot; and &amp;quot;deep sleep&amp;quot; guide lines for nRF52840 and their sensors?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Claudio&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to set nRF52840 to sleep and deep sleep for Zephir and Arduino?</title><link>https://devzone.nordicsemi.com/thread/504211?ContentTypeID=1</link><pubDate>Fri, 27 Sep 2024 15:46:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1cc9db29-4c83-44f4-9cb5-57295a6ff839</guid><dc:creator>Kazi Afroza Sultana</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Current consumption is a bit tricky as it depends on the peripherals and also devices of the board, other devices may need something different. The component of the nRF devices need to be in a state where they do not consume power; for example: disabling UART or some peripherals whose are not in use. You can look at this device power management&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/zephyr/services/pm/device.html"&gt;Device Power Management (nordicsemi.com)&lt;/a&gt;&amp;nbsp;document.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span dir="ltr"&gt;If you want to use system off mode, you can look at these samples&amp;nbsp;&lt;strong&gt;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/zephyr/samples/boards/nrf/system_off/README.html"&gt;https://docs.nordicsemi.com/bundle/ncs-latest/page/zephyr/samples/boards/nrf/system_off/README.html&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;a href="https://github.com/zephyrproject-rtos/zephyr/tree/main/samples/boards/nordic/system_off"&gt;zephyr/samples/boards/nordic/system_off at main · zephyrproject-rtos/zephyr · GitHub&lt;/a&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>