<?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>Why is current consumption high on my nRF9160 custom board?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/52864/why-is-current-consumption-high-on-my-nrf9160-custom-board</link><description>I made a custom board using nRF9160 and tested a very simple program. 
 However, it consumes high current compared to nRF9160 DK. I measured current flowing on VCC line of nRF9160. 
 Custom board: 60uA nRF9160 DK 0.8.5: 25~30uA 
 Can anybody give me advice</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Sat, 27 Jun 2020 02:10:43 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/52864/why-is-current-consumption-high-on-my-nrf9160-custom-board" /><item><title>RE: Why is current consumption high on my nRF9160 custom board?</title><link>https://devzone.nordicsemi.com/thread/257211?ContentTypeID=1</link><pubDate>Sat, 27 Jun 2020 02:10:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f350f97a-374a-4cbd-9d7f-0380455afcd2</guid><dc:creator>Yusuke</dc:creator><description>&lt;p&gt;Hi Hakon, I&amp;#39;m struggling with current consumption issue on DK v0.9.0 in nrf v1.3.0&lt;/p&gt;
&lt;p&gt;I would appreciate it if you can give me any advice.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/62818/how-to-decrease-power-consumption-in-sleep-at-nrf-v1-3-0-tag"&gt;https://devzone.nordicsemi.com/f/nordic-q-a/62818/how-to-decrease-power-consumption-in-sleep-at-nrf-v1-3-0-tag&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Why is current consumption high on my nRF9160 custom board?</title><link>https://devzone.nordicsemi.com/thread/219353?ContentTypeID=1</link><pubDate>Sat, 09 Nov 2019 11:06:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e6eb516a-3e46-4e5b-8c06-9e9e5d52331b</guid><dc:creator>Yusuke</dc:creator><description>&lt;p&gt;Thanks!&lt;/p&gt;
&lt;p&gt;One GPIO was floating and after I pulled down the port the current is 11uA&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Why is current consumption high on my nRF9160 custom board?</title><link>https://devzone.nordicsemi.com/thread/213326?ContentTypeID=1</link><pubDate>Fri, 04 Oct 2019 08:11:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:971cfe7c-1a45-42a6-8c12-9af4cce80d1e</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Try disabling serial (CONFIG_SERIAL=n), and configuring your board to be in the secure region &amp;quot;nrf9160_pca10090&amp;quot; (not &amp;quot;&lt;span style="text-decoration:underline;"&gt;&lt;strong&gt;ns&lt;/strong&gt;&lt;/span&gt;&amp;quot;), then run a very simple main:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;k_sleep(1000);
while(1) k_cpu_idle();&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;And see if the current consumption is still equal. Now, it should be &amp;lt; 10 uA, but if it is higher; it is most likely related to floating GPIOs. Make sure that each GPIO has a defined state in sleep, especially those where the level enables external ICs, like &amp;quot;WIFI_EN&amp;quot;, &amp;quot;USART_RX_WIFI&amp;quot;, and other signals that are controlled by the nRF.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Kind 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>