<?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 my device&amp;#39;s power consumption so high after upgrading to SDK?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/102070/why-is-my-device-s-power-consumption-so-high-after-upgrading-to-sdk</link><description>I am developing a product using Nrf9160. Recently, we upgraded the SDK from ncs1.9.0 to ncs2.3.0, and after adapting to all functions, we found that the overall power consumption of the product has greatly improved. By removing some peripheral sensors</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 21 Jul 2023 07:15:13 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/102070/why-is-my-device-s-power-consumption-so-high-after-upgrading-to-sdk" /><item><title>RE: Why is my device's power consumption so high after upgrading to SDK?</title><link>https://devzone.nordicsemi.com/thread/437580?ContentTypeID=1</link><pubDate>Fri, 21 Jul 2023 07:15:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:367f2c7c-91e8-4c24-a45b-14ed518f81df</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I&amp;#39;m glad to hear you found the culprit. But qas UART2 previously&amp;nbsp;enabled in your board overlay? It is disabled by default in the nrf9160dk board files so I&amp;#39;m not sure why it was enabled in the first place.&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: Why is my device's power consumption so high after upgrading to SDK?</title><link>https://devzone.nordicsemi.com/thread/437563?ContentTypeID=1</link><pubDate>Fri, 21 Jul 2023 02:37:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fb3c839f-2a0a-46e1-a71c-438fb4c45044</guid><dc:creator>duxinglang</dc:creator><description>&lt;p&gt;When I turned on uart2, the power consumption of 9160 increased to around 700ua, although I confirmed that statement of pm_device_action_run(uart_ble, PM_DEVICE_ACTION_SUSPEND) had been executed, it&amp;nbsp;causes uart2 to enter low power consumption, and from the log information, it can be seen that the instruction execution is correct and the returned status is also correct.&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/_AE5FE14FFE5647725F00_20230721103809.png" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/_AE5FE14FFE5647725F00_20230721103604.png" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/_AE5FE14FFE5647725F00_20230721103613.png" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/_AE5FE14FFE5647725F00_20230721103617.png" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Why is my device's power consumption so high after upgrading to SDK?</title><link>https://devzone.nordicsemi.com/thread/437556?ContentTypeID=1</link><pubDate>Fri, 21 Jul 2023 01:24:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d64d4f9b-c27f-41fe-abe9-316d6680b1f6</guid><dc:creator>duxinglang</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I found that this issue seems to be caused by uart2, because after I banned uart2, the power consumption of 9160 decreased to only a few 40 uas. What I want to know is whether uart2 is occupied by other applications? Causing my application to even set it to PM_ DIVICE_ ACTION_ SUSPEND is no longer working? Additionally, I have re uploaded my conf and overlay files.&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/1689902571088.png" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/8546.prj.conf"&gt;devzone.nordicsemi.com/.../8546.prj.conf&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/2664.nrf9160dk_5F00_nrf9160_5F00_ns.overlay"&gt;devzone.nordicsemi.com/.../2664.nrf9160dk_5F00_nrf9160_5F00_ns.overlay&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Why is my device's power consumption so high after upgrading to SDK?</title><link>https://devzone.nordicsemi.com/thread/437440?ContentTypeID=1</link><pubDate>Thu, 20 Jul 2023 11:11:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:37f2b3f2-73b4-4a46-9c91-728593cb2e00</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;It looks like something happened with attachments, I&amp;#39;m not able to download them. Can you please try to re-upload them?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Vidar&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>