<?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>Current consumption - nRF9161</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/113357/current-consumption---nrf9161</link><description>Hello, 
 I have a question regarding the consumption of the nRF9161 DK board when it is under the following conditions: MCU on IDLE, modem off, wake on GPIOTE input (event mode, LATENCY=LowPower) with NCS 2.6.1. 
 
 The code shown below allows for a consumption</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 26 Jul 2024 02:49:58 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/113357/current-consumption---nrf9161" /><item><title>RE: Current consumption - nRF9161</title><link>https://devzone.nordicsemi.com/thread/495719?ContentTypeID=1</link><pubDate>Fri, 26 Jul 2024 02:49:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:769f8fe9-a61c-4330-89d4-999d91273516</guid><dc:creator>rajeev</dc:creator><description>&lt;p&gt;&lt;span&gt;&amp;nbsp;Disabling serial RX helps to reduce power therefore&amp;nbsp;3.63 uA sounds pretty good.&lt;br /&gt;&lt;br /&gt; How much lower do you want? In that case, maybe find a way to shut off the nRF9161 to get lower, which is then wake on GPIO by an external interrupt.&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: Current consumption - nRF9161</title><link>https://devzone.nordicsemi.com/thread/495516?ContentTypeID=1</link><pubDate>Wed, 24 Jul 2024 22:35:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:288549d6-1abe-4865-a5f9-ccfbaa6b69e8</guid><dc:creator>hk</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Thank you for your reply. With that in mind, I made the following code with the following settings in prj.conf.&lt;br /&gt;&lt;br /&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;int main(void)
{
	int ret = nrf_modem_lib_init();
    if (ret) {
        printf(&amp;quot;ERROR: Modem library initialization failed (%d)&amp;quot;, ret);
        return ret;
    }

	printf(&amp;quot;Input sample started\n&amp;quot;);

	while(1){
		k_cpu_idle();
	}

	return 0;
}&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;prj.conf&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;CONFIG_LOG=y
CONFIG_LOG_MODE_MINIMAL=y

CONFIG_INPUT=y
CONFIG_INPUT_EVENT_DUMP=y

CONFIG_NRF_MODEM_LIB=y
CONFIG_SERIAL=y
CONFIG_INPUT_GPIO_KEYS=n&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;With CONFIG_SERIAL=n I got a value of 3.63 uA while with CONFIG_SERIAL=y I got a value of 603mA. Is it possible to get a lower value?&lt;/p&gt;
&lt;p&gt;I still don&amp;#39;t understand where I change the GPIOE to event mode.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Current consumption - nRF9161</title><link>https://devzone.nordicsemi.com/thread/495444?ContentTypeID=1</link><pubDate>Wed, 24 Jul 2024 13:44:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3b63c3ad-1657-46ae-99d9-b82c5f00dcbd</guid><dc:creator>Charlie</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;You may refer to the following case:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/112973/level-triggered-gpio-interrupt-with-ncs-2-7-on-nrf9160"&gt;Level-triggered GPIO interrupt with NCS 2.7 on nRF9160&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Just need to change the GPIOE to event mode.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Charlie&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>