<?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>low power consumption</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/43712/low-power-consumption</link><description>hi folks , 
 i want to reduce my power consumption so that battery life can be extend , my device function is it will read the data and send the data only if reaches the threshold value , read data will be sent over the ble app ,i have put my device in</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 15 Feb 2019 09:11:59 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/43712/low-power-consumption" /><item><title>RE: low power consumption</title><link>https://devzone.nordicsemi.com/thread/171308?ContentTypeID=1</link><pubDate>Fri, 15 Feb 2019 09:11:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f26d9276-0055-46dc-a53b-76fe42f6246d</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;For explanation on the LFCLK and RTC, please refer to our &lt;a href="https://www.nordicsemi.com/DocLib/Content/SDK_Doc/nRF5_SDK/v15-2-0/index"&gt;Documentation Library&lt;/a&gt;, as it is more thorough than I can be here. As for sample code, we do not have any specific examples of what you want to do. But see our temperature example in SDK15.2\examples\peripheral\temperature and try to work with that to create a function that interrupts sleep either when temperature sensor data exceeds your threshold, or interrupts sleep on a set interval with a timer. (The timer option will likely consume the least amount of power)&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/26506/timed-interval-sleep-mode/104293#104293"&gt;This thread &lt;/a&gt;might be relevant.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: low power consumption</title><link>https://devzone.nordicsemi.com/thread/171285?ContentTypeID=1</link><pubDate>Fri, 15 Feb 2019 07:22:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1242a6d7-849e-4888-8d0a-0ea6d3d9248e</guid><dc:creator>ps_anu</dc:creator><description>&lt;p&gt;threshold value mean when it reaches particular temperature value here i am using temperature sensor&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: low power consumption</title><link>https://devzone.nordicsemi.com/thread/171284?ContentTypeID=1</link><pubDate>Fri, 15 Feb 2019 07:20:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:eb6fdcfe-e1d1-4bde-a88d-56ed7d063783</guid><dc:creator>ps_anu</dc:creator><description>&lt;p&gt;as per you said&amp;nbsp;&lt;span&gt;&amp;nbsp;For the nRF to wake up by itself you need system ON mode, with RTC and the LF clock on at the&amp;nbsp; very least .&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;fine how to do that any sample code and explain me about lf clock and rtc&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: low power consumption</title><link>https://devzone.nordicsemi.com/thread/171124?ContentTypeID=1</link><pubDate>Thu, 14 Feb 2019 12:20:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f5b83306-da05-4730-bd6d-b39ce1781fb0</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;If you mean for the chiip to be in system OFF mode, it needs to be waken up by an external signal. What do you mean by the &amp;quot;threshold value&amp;quot;. For the nRF to wake up by itself you need system ON mode, with RTC and the LF clock on at the very least. This is also what the SoftDevice uses when it initializes so there is no extra consumption by letting it run either. The current consumption for this would be 2-3uA, depending on RAM retention. You should figure out how much RAM you need in order to optimise your current consumption.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: low power consumption</title><link>https://devzone.nordicsemi.com/thread/171092?ContentTypeID=1</link><pubDate>Thu, 14 Feb 2019 11:08:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7ac0db17-efb7-45ad-ae16-4270a16a74a4</guid><dc:creator>ps_anu</dc:creator><description>&lt;p&gt;yes , is it possible to put&amp;nbsp; completely in deep sleep mode and wake up it by using threshold value&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: low power consumption</title><link>https://devzone.nordicsemi.com/thread/171083?ContentTypeID=1</link><pubDate>Thu, 14 Feb 2019 10:34:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cbc638f3-ca1a-4cc6-a0f6-5f35c39483c8</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/1657/how-to-minimize-current-consumption-for-ble-application-on-nrf51822"&gt;This post&lt;/a&gt; explains just about everything there is to know about current consumption reduction. Also make sure you are not in debug mode. How to exit debug mode is explained thoroughly &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/24587/exit-from-debug-mode"&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>