<?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>nRF51422 Current Consumption</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/28273/nrf51422-current-consumption</link><description>Hi, 
 We are currently working on nrf51422 bluetooth IC. we are facing a problem with the ic when we want to put it in sleep mode. without sdk when we call WFE() function it is going to sleep mode and taking 25uA but when we flash softdevice and call</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 12 Dec 2017 08:21:22 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/28273/nrf51422-current-consumption" /><item><title>RE: nRF51422 Current Consumption</title><link>https://devzone.nordicsemi.com/thread/111675?ContentTypeID=1</link><pubDate>Tue, 12 Dec 2017 08:21:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d30e2146-d986-4dbe-9421-234db2584393</guid><dc:creator>Dilip</dc:creator><description>&lt;p&gt;Ok will check that
thank you&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF51422 Current Consumption</title><link>https://devzone.nordicsemi.com/thread/111674?ContentTypeID=1</link><pubDate>Tue, 12 Dec 2017 08:21:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:69fbbd20-89bd-478c-8f69-f126c7409399</guid><dc:creator>endnode</dc:creator><description>&lt;p&gt;Have you seen blog posts how Nordic analyze power consumption with Power Profiler Kit? Something like that. You can then clearly see what is baseline and what are periodic peaks of activity (and from their values you can assume what is in use). Also once you migrate from example app which runs on bare metal/HAL to app which uses SoftDevice you can do quite a lot during Soft Device initialization. So by seeing this sequence of the code we could understand what can be running.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF51422 Current Consumption</title><link>https://devzone.nordicsemi.com/thread/111673?ContentTypeID=1</link><pubDate>Tue, 12 Dec 2017 08:18:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c8436db7-fe7e-4c83-92b5-3894db02638a</guid><dc:creator>endnode</dc:creator><description>&lt;p&gt;You need to get current draw plots with sub-millisecond resolution to understand what is happening, these averaged values won&amp;#39;t help you.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF51422 Current Consumption</title><link>https://devzone.nordicsemi.com/thread/111676?ContentTypeID=1</link><pubDate>Tue, 12 Dec 2017 08:15:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:06278d5c-a583-4f8e-bd89-900fa822f271</guid><dc:creator>Dilip</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;We have tried with this (sd_app_evt_wait) function also
But we are not able to put it in sleep mode
it is taking 700-800uA&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF51422 Current Consumption</title><link>https://devzone.nordicsemi.com/thread/111671?ContentTypeID=1</link><pubDate>Tue, 12 Dec 2017 08:14:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d1dec22d-4114-4e5c-a866-d2d988919054</guid><dc:creator>Dilip</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;SDK 11
The softdevice we are using is S130
NO we are not running it in debug mode&lt;/p&gt;
&lt;p&gt;We are using segger j link to communicate with the device&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF51422 Current Consumption</title><link>https://devzone.nordicsemi.com/thread/111672?ContentTypeID=1</link><pubDate>Tue, 12 Dec 2017 07:59:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c0a26ee0-dd8d-4f39-b78d-8a98e38b6a20</guid><dc:creator>endnode</dc:creator><description>&lt;p&gt;Note that &lt;code&gt;sd_power_system_off&lt;/code&gt; is something completely different then SYSTEM ON SLEEP mode which you normally achieve by running &lt;code&gt;WFE&lt;/code&gt;/&lt;code&gt;WFI&lt;/code&gt; instructions. This is trying to send SoC to POWER OFF mode which is deeper sleep. However because you most probably don&amp;#39;t turn all necessary interfaces down the chip don&amp;#39;t get to that state so power consumption which you observe is standard operation curve (SYSTEM ON state if you want). To send nRF5x SoC to SYSTEM ON SLEEP mode through Soft Device API you should use &lt;code&gt;sd_app_evt_wait&lt;/code&gt; function call.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF51422 Current Consumption</title><link>https://devzone.nordicsemi.com/thread/111670?ContentTypeID=1</link><pubDate>Tue, 12 Dec 2017 07:55:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3592989b-9780-410a-981f-1962a9e08481</guid><dc:creator>ketil</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Which SoftDevice are you using? Are you running in debug mode? Which peripherals are you using?&lt;/p&gt;
&lt;p&gt;It is difficult to give an exact answer without more information. If you search DevZone there are several questions regarding this problem that have already been answered:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/question/149307/softreset-on-sd_power_system_off/"&gt;SoftReset on sd_power_system_off();&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/question/105168/nrf52-does-not-enter-system-off/"&gt;nRF52 does not enter system off&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/question/55450/ble-advertising-doesnt-stop-after-sd_power_system_off/"&gt;BLE Advertising doesn&amp;#39;t stop after sd_power_system_off()&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/question/170778/hello-everyonei-have-problem-about-sd_power_system_off/"&gt;problem about sd_power_system_off&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Please check those cases and see if you can find a solution.&lt;/p&gt;
&lt;p&gt;Ketil&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>