<?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>GPIO - nRF9160 - on low battery (&amp;lt;3.0V), some GPIOs seems to stick/switch to output mode active</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/126665/gpio---nrf9160---on-low-battery-3-0v-some-gpios-seems-to-stick-switch-to-output-mode-active</link><description>nRF9160, SICA B1A, mfw 1.3.7, NCS 3.1.0 
 I currently try to test the situation, when the battery gets drained &amp;quot;too much&amp;quot; and the voltage drops below 3.0V (e.g. 2.9V) on VDD1,VDD2 and VDD_GPIO. 
 The device has several outputs, but they behave different</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Sat, 24 Jan 2026 09:10:51 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/126665/gpio---nrf9160---on-low-battery-3-0v-some-gpios-seems-to-stick-switch-to-output-mode-active" /><item><title>RE: GPIO - nRF9160 - on low battery (&lt;3.0V), some GPIOs seems to stick/switch to output mode active</title><link>https://devzone.nordicsemi.com/thread/559491?ContentTypeID=1</link><pubDate>Sat, 24 Jan 2026 09:10:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c727e069-704d-4d44-8ee3-79025a267c53</guid><dc:creator>Achim Kraus</dc:creator><description>&lt;p&gt;Thanks.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: GPIO - nRF9160 - on low battery (&lt;3.0V), some GPIOs seems to stick/switch to output mode active</title><link>https://devzone.nordicsemi.com/thread/559467?ContentTypeID=1</link><pubDate>Fri, 23 Jan 2026 13:11:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3d5309dd-a666-4e16-a40f-4fb735c4832c</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;Hello,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Unfortunately, as you point out, as this is out of speck there is not much that can be done.&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;br /&gt;Øyvind&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: GPIO - nRF9160 - on low battery (&lt;3.0V), some GPIOs seems to stick/switch to output mode active</title><link>https://devzone.nordicsemi.com/thread/559389?ContentTypeID=1</link><pubDate>Thu, 22 Jan 2026 15:23:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7f454a6c-7df5-40db-b523-eacfa8c6087f</guid><dc:creator>Achim Kraus</dc:creator><description>&lt;p&gt;Used overlay:&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;&amp;amp;pinctrl {

	uart0_default: uart0_default {
		group1 {
			psels = &amp;lt;NRF_PSEL(UART_TX, 0, 23)&amp;gt;,
				&amp;lt;NRF_PSEL(UART_RTS, 0, 25)&amp;gt;;
		};
		group2 {
			psels = &amp;lt;NRF_PSEL(UART_RX, 0, 22)&amp;gt;,
				&amp;lt;NRF_PSEL(UART_CTS, 0, 24)&amp;gt;;
			bias-pull-up;
		};
	};

	uart0_sleep: uart0_sleep {
		group1 {
			psels = &amp;lt;NRF_PSEL(UART_TX, 0, 23)&amp;gt;,
				&amp;lt;NRF_PSEL(UART_RX, 0, 22)&amp;gt;,
				&amp;lt;NRF_PSEL(UART_RTS, 0, 25)&amp;gt;,
				&amp;lt;NRF_PSEL(UART_CTS, 0, 24)&amp;gt;;
			low-power-enable;
		};
	};
};

/	{

	leds {
		led0: led_0 {
			gpios = &amp;lt;&amp;amp;gpio0 26 0&amp;gt;;
		};
		led1: led_1 {
			gpios = &amp;lt;&amp;amp;gpio0 27 0&amp;gt;;
		};
		led2: led_2 {
			gpios = &amp;lt;&amp;amp;gpio0 28 0&amp;gt;;
		};
	};

};

&amp;amp;uart1 {
	status = &amp;quot;disabled&amp;quot;;
};

&amp;amp;i2c2 {
	status = &amp;quot;disabled&amp;quot;;
};

&amp;amp;spi3 {
	status = &amp;quot;disabled&amp;quot;;
};
&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;GPIO for led0 and led1 are high, led2 is low. I don&amp;#39;t see, that this is controlled by the app.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>