<?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>Wakeup and Sleep modes internal interrupt</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/23588/wakeup-and-sleep-modes-internal-interrupt</link><description>Hello Guys, 
 I&amp;#39;m working in a project and I wanna turn off the radio &amp;quot;ble&amp;quot; and go to sleep, deep sleep to save the power, the current consumption while it&amp;#39;s connected is 0.4mA which is too much, the point is that I want it to wake up without any external</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 18 Jul 2017 09:22:06 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/23588/wakeup-and-sleep-modes-internal-interrupt" /><item><title>RE: Wakeup and Sleep modes internal interrupt</title><link>https://devzone.nordicsemi.com/thread/92681?ContentTypeID=1</link><pubDate>Tue, 18 Jul 2017 09:22:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d35fad93-983b-422c-89e4-c91f13e71555</guid><dc:creator>Mohamed O.Abouzeid</dc:creator><description>&lt;p&gt;@endnode , okay thank you, overall it varies between 0.38mA to 0.46mA, I will check the power with the links you said and will let you know, thanks for ur help&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Wakeup and Sleep modes internal interrupt</title><link>https://devzone.nordicsemi.com/thread/92677?ContentTypeID=1</link><pubDate>Tue, 18 Jul 2017 09:18:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4295960d-a524-489d-8d4d-6043073287ce</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;You should be able to achieve &lt;a href="http://infocenter.nordicsemi.com/pdf/nRF51822_PS_v3.3.pdf#page=47"&gt;much less than 0.4 mA when in system ON idle mode&lt;/a&gt;. If you are using the TIMER peripheral to wakeup the chip, this will require the high-frequency clock (HFCLK) to run. HFCLK adds 250-470 uA to the current consumption, &lt;a href="http://infocenter.nordicsemi.com/pdf/nRF51822_PS_v3.3.pdf#page=41"&gt;depending on the usage&lt;/a&gt;. For low power you should use RTC instead, as the RTC runs on the low frequency clock (LFCLK). Also see &lt;a href="https://devzone.nordicsemi.com/question/117168/timer-power-consumption-in-nrf51822/?answer=117199#post-id-117199"&gt;this answer&lt;/a&gt; for more details.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Wakeup and Sleep modes internal interrupt</title><link>https://devzone.nordicsemi.com/thread/92680?ContentTypeID=1</link><pubDate>Tue, 18 Jul 2017 09:11:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e5f8ee1c-58b4-496c-a59c-f4decf6a4e0d</guid><dc:creator>endnode</dc:creator><description>&lt;p&gt;400uA is some mean current but do you know exactly what is the power consumption curve over time in different moments and how it relates to radio and other functions being actively used? You can have many SW and HW bugs and debugging procedure is almost always the same: long time step-by-step slowly going from FW running on Dev Kit with power analyzer (to be sure that your FW is doing what it should do), confronting the curves with data sheets (what HW peripheral should take what power) and Errata, then going to your custom HW, doing stripped-down FWs to test each HW peripheral function separately and finally you can find the leaks. &lt;a href="https://devzone.nordicsemi.com/question/5186/how-to-minimize-current-consumption-for-ble-application-on-nrf51822/"&gt;There is great guide from Stefan here&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Wakeup and Sleep modes internal interrupt</title><link>https://devzone.nordicsemi.com/thread/92679?ContentTypeID=1</link><pubDate>Tue, 18 Jul 2017 09:06:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d8fa3900-ae60-4e4b-8dac-3085769b4017</guid><dc:creator>Mohamed O.Abouzeid</dc:creator><description>&lt;p&gt;@endnode : Okay, that&amp;#39;s good, but the current is too much, 0.4mA is a huge current, I tried to reduce the tx power to -30dbm,  but it didn&amp;#39;t help.still reading the same current.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Wakeup and Sleep modes internal interrupt</title><link>https://devzone.nordicsemi.com/thread/92678?ContentTypeID=1</link><pubDate>Tue, 18 Jul 2017 08:23:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2313c408-25c7-447e-ba51-903459f06b89</guid><dc:creator>endnode</dc:creator><description>&lt;p&gt;Hello Mohamed,&lt;/p&gt;
&lt;p&gt;All the Q&amp;amp;S you read on this topic here on the forum are correct: there are only SLEEP and POWER OFF modes on nRF5x chips. The first one is used basically all the time (see &lt;code&gt;power_manage()&lt;/code&gt; function typically called in main function inside infinite loop). Second one means that you basically shut-down the system and next time it is woken up (power power reset or NFC field in case of nRF52 or by GPIO interrupt) it will start like during normal power on reset event. However it is not possible to run any RTC or WATCHDOG or TIMER inside nRF5x during SYSTEM OFF, read more about it in &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.nrf51/dita/nrf51/pdflinks/ref_manual.html?cp=3_2"&gt;Reference Manual&lt;/a&gt; (e.g. in chapter 12.1.5).&lt;/p&gt;
&lt;p&gt;Cheers Jan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>