<?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>Achieve Lowest Power Consumption using EVK-NINA-B4 from Ublox (nRF52833)</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/116068/achieve-lowest-power-consumption-using-evk-nina-b4-from-ublox-nrf52833</link><description>Hello all, 
 I&amp;#39;m new in to development with nRF Connect and Zephyr RTOS, I have been reading the documentation and looking at the QA but I&amp;#39;m still unable to achieve a &amp;quot;low power&amp;quot; consumption while using de EVK-NINA-B4 from Ublox (nRF52833), at this point</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 06 Nov 2024 14:08:23 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/116068/achieve-lowest-power-consumption-using-evk-nina-b4-from-ublox-nrf52833" /><item><title>RE: Achieve Lowest Power Consumption using EVK-NINA-B4 from Ublox (nRF52833)</title><link>https://devzone.nordicsemi.com/thread/509260?ContentTypeID=1</link><pubDate>Wed, 06 Nov 2024 14:08:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e8a44be9-0079-404d-be58-711ba5eb3881</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;It’s not caused by the UARTE driver then, thanks for confirming. What is the exact idle current you’re measuring, and is it relatively stable at that level?&amp;nbsp;I haven’t done any measurements with this board, so I’m not familiar with how it needs to be configured for measurements. High sleep currents can sometimes&amp;nbsp;be a result of&amp;nbsp;leakage or external circuitry. If you build and program the “hello world” sample with CONFIG_SERIAL=n, you should be able to measure 2-3 uA in idle.&lt;/p&gt;
&lt;p&gt;Please try to measure the current in source mode (use PPK as the supply) if you have not already and see if you get the same result. This should be supported according to the EVK-NINA-B4 UG.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Vidar&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Achieve Lowest Power Consumption using EVK-NINA-B4 from Ublox (nRF52833)</title><link>https://devzone.nordicsemi.com/thread/509145?ContentTypeID=1</link><pubDate>Tue, 05 Nov 2024 15:02:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e68ffd10-6ea6-433c-9418-29be85d023de</guid><dc:creator>Nordic_Newbie</dc:creator><description>&lt;p&gt;Hi Vidar,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Yes, I&amp;#39;ve tried that as I found that documentation a couple of days ago while working on this. I created an overlay trying to disable as much as possible for this measurements, but I&amp;#39;m still unable to reach single digits micro amps.&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;&amp;amp;adc {
    status = &amp;quot;disabled&amp;quot;;
};

&amp;amp;flash0 {
    status = &amp;quot;disabled&amp;quot;;
};

&amp;amp;i2c0 {
    status = &amp;quot;disabled&amp;quot;;
};

&amp;amp;i2c1 {
    status = &amp;quot;disabled&amp;quot;;
};

&amp;amp;pwm0 {
    status = &amp;quot;disabled&amp;quot;;
};

&amp;amp;radio {
    status = &amp;quot;disabled&amp;quot;;
};

&amp;amp;spi0 {
    status = &amp;quot;disabled&amp;quot;;
};

&amp;amp;spi1 {
    status = &amp;quot;disabled&amp;quot;;
};

&amp;amp;spi2 {
    status = &amp;quot;disabled&amp;quot;;
};

&amp;amp;uart0 {
    status = &amp;quot;disabled&amp;quot;;
};&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Achieve Lowest Power Consumption using EVK-NINA-B4 from Ublox (nRF52833)</title><link>https://devzone.nordicsemi.com/thread/509050?ContentTypeID=1</link><pubDate>Tue, 05 Nov 2024 08:31:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0649d687-8006-40db-a648-914b59e89f2c</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;For most samples, it is sufficient to disable the serial driver (UART) by adding CONFIG_SERIAL=n to the project configuration (prj.conf) to get the idle current down in the 2-3 uA range. This can also be achieved by disabling the UART nodes through a devicetree overlay. Have you done this already?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/test_and_optimize/optimizing/power_general.html"&gt;https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/test_and_optimize/optimizing/power_general.html&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Vidar&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>