<?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>nrf9160 rtc sleep</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/68043/nrf9160-rtc-sleep</link><description>Hi there, 
 I&amp;#39;ve recently purchased a nrf9160dk to evaluate. I&amp;#39;ve got some demo code going connecting via LTE and chatting to my AWS server via TCP and that&amp;#39;s all going well. For my purposes I want to wake the device up once every 5 minutes to sample</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 24 Nov 2020 10:19:20 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/68043/nrf9160-rtc-sleep" /><item><title>RE: nrf9160 rtc sleep</title><link>https://devzone.nordicsemi.com/thread/281492?ContentTypeID=1</link><pubDate>Tue, 24 Nov 2020 10:19:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4aeea16f-6882-490c-bf23-cdf39fac56dc</guid><dc:creator>helsing</dc:creator><description>&lt;p&gt;Hi Josh,&lt;/p&gt;
&lt;p&gt;A colleague is currently working on a &lt;a href="https://devzone.nordicsemi.com/support-private/support/260054" rel="noopener noreferrer" target="_blank"&gt;similar case&lt;/a&gt; where the goal is to save power while sleeping with RTC enabled. The first reply regarding setting &lt;code&gt;CONFIG_SERIAL=n&lt;/code&gt; in prf.conf might be relevant. Let me know what your current consumption looks like with this config disabled.&lt;/p&gt;
&lt;p&gt;By the way, are you working on some code which is modified from the aws_iot sample?&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Håkon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf9160 rtc sleep</title><link>https://devzone.nordicsemi.com/thread/280950?ContentTypeID=1</link><pubDate>Thu, 19 Nov 2020 15:24:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ee067824-dfeb-4e5c-ba2f-6c27c532d914</guid><dc:creator>helsing</dc:creator><description>&lt;p&gt;Hi Josh,&lt;/p&gt;
&lt;p&gt;It is likely that you need to disable the serial communication, using config. I will get back to you with more details.&lt;/p&gt;
&lt;p&gt;In the mean time, here are some relevant links regarding power consumption.&lt;/p&gt;
&lt;p&gt;Online power profiler for LTE:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/nordic/power/w/opp/3/online-power-profiler-for-lte"&gt;https://devzone.nordicsemi.com/nordic/power/w/opp/3/online-power-profiler-for-lte&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Upcoming webinar on how to measure power consumption on nRF9160:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://webinars.nordicsemi.com/how-to-measure-power-consumption-on-1/join"&gt;https://webinars.nordicsemi.com/how-to-measure-power-consumption-on-1/join&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Håkon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf9160 rtc sleep</title><link>https://devzone.nordicsemi.com/thread/280026?ContentTypeID=1</link><pubDate>Mon, 16 Nov 2020 00:59:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fc0fe469-4e79-4196-9656-24fe5d214b7a</guid><dc:creator>josh123</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;span&gt;H&amp;aring;kon,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I have tried `k_sleep` function call and it seemed to reduce power consumption from 15mA running to 1mA but that&amp;#39;s still much higher than the quoted 2.2uA in IMCUON1 (MCU on IDLE, modem off, RTC on). Are you able to find an example of RTC sleep and wake? On STM32 I would call `HAL_PWR_EnterSTANDBYMode` which puts it into very low current standby until the RTC goes off and wakes the system.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Thanks,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Josh&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf9160 rtc sleep</title><link>https://devzone.nordicsemi.com/thread/279067?ContentTypeID=1</link><pubDate>Mon, 09 Nov 2020 15:16:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1dd135ad-5621-44d4-b8ec-d78b0c7e6b47</guid><dc:creator>helsing</dc:creator><description>&lt;p&gt;Hi Josh,&lt;/p&gt;
&lt;p&gt;In stead of powering off completely, please try using &lt;code&gt;k_sleep()&lt;/code&gt;at the end of each of your threads.&lt;/p&gt;
&lt;p&gt;Documentation on threads(NCS v1.4.0): &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/reference/kernel/threads/index.html?highlight=k_sleep#c.k_sleep"&gt;https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/reference/kernel/threads/index.html?highlight=k_sleep#c.k_sleep&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Håkon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf9160 rtc sleep</title><link>https://devzone.nordicsemi.com/thread/278958?ContentTypeID=1</link><pubDate>Mon, 09 Nov 2020 10:23:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:74914de6-23e9-453c-a8b3-bc52ba249511</guid><dc:creator>helsing</dc:creator><description>&lt;p&gt;Hi Josh,&lt;/p&gt;
&lt;p&gt;I will get back to you with a couple of examples shortly.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Håkon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>