<?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>Thingy 91: Deep sleep firmware for nRF52840?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/57606/thingy-91-deep-sleep-firmware-for-nrf52840</link><description>Hi, 
 We plan to measure the sleep current of the *whole* Thingy 91 system including nRF9160, nRF52840 and sensors. Do you have a firmware (sample app or similar) that puts the nRF52850 in deep sleep (the MCU including all peripehrals, GPIOs etc) so we</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 17 Feb 2020 15:23:34 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/57606/thingy-91-deep-sleep-firmware-for-nrf52840" /><item><title>RE: Thingy 91: Deep sleep firmware for nRF52840?</title><link>https://devzone.nordicsemi.com/thread/234710?ContentTypeID=1</link><pubDate>Mon, 17 Feb 2020 15:23:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:af882a68-709e-412f-8fd3-aab9fdd7f445</guid><dc:creator>Stian R&amp;#248;ed Hafskjold</dc:creator><description>&lt;p&gt;Hi, sorry for the late reply. You can set the MCU to system OFF mode.&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;void main(void){
    NRF_REGULATORS-&amp;gt;SYSTEMOFF = 1;
    for(;;){}
}&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;It will now consume around 1uA&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>