<?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>About the power consumption of nRF9160 in NCS 1.6.0.</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/81169/about-the-power-consumption-of-nrf9160-in-ncs-1-6-0</link><description>Hello, All, 
 I am using nRF9160 for product development and would like to know a few more important parameters: 
 What is the power consumption of an NB-iot network using nRF160 to stay connected without sending data? PSM mode is disabled. 
 And what</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 28 Oct 2021 11:59:27 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/81169/about-the-power-consumption-of-nrf9160-in-ncs-1-6-0" /><item><title>RE: About the power consumption of nRF9160 in NCS 1.6.0.</title><link>https://devzone.nordicsemi.com/thread/336460?ContentTypeID=1</link><pubDate>Thu, 28 Oct 2021 11:59:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6abfcae6-4946-4272-9530-c5dec2dbfe93</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;
[quote user="kenny.chen"]&lt;p&gt;I would like to ask if you have any actual test values.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;[/quote]
&lt;p&gt;The calculator is based on actual tests, but again; the network you are connecting to will highly likely give you different default timing values in the different modes, meaning; you can use the power calculator as a reference or a &amp;quot;ballpark&amp;quot; number, but ultimately you need to verify this in the network that you&amp;#39;re deploying your devices to.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
[quote user="kenny.chen"]And what about the power consumption of sending and receiving data using UART all the time?[/quote]
&lt;p&gt;This would be application specific, based on how often the CPU will be involved. You need to measure this on your board.&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><item><title>RE: About the power consumption of nRF9160 in NCS 1.6.0.</title><link>https://devzone.nordicsemi.com/thread/336393?ContentTypeID=1</link><pubDate>Thu, 28 Oct 2021 09:32:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:146f2a98-23ba-4215-ac62-ff0045b72473</guid><dc:creator>Kenny</dc:creator><description>&lt;p&gt;I know there is a tool for this calculation, but I haven&amp;rsquo;t tried it. I would like to ask if you have any actual test values.&lt;/p&gt;
&lt;p&gt;I will use this calculation later&lt;/p&gt;
&lt;p&gt;And what about the power consumption of sending and receiving data using UART all the time?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: About the power consumption of nRF9160 in NCS 1.6.0.</title><link>https://devzone.nordicsemi.com/thread/336366?ContentTypeID=1</link><pubDate>Thu, 28 Oct 2021 08:49:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c3b8f6ff-f0c2-4cd5-9253-e8556f3014be</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;
[quote user=""]&lt;p&gt;I am using nRF9160 for product development and would like to know a few more important parameters:&lt;/p&gt;
&lt;p&gt;What is the power consumption of an NB-iot network using nRF160 to stay connected without sending data?&amp;nbsp;PSM mode is disabled.&lt;/p&gt;
&lt;p&gt;And what is the power consumption of sending or receiving data using an NB-iot network? (Mqtt used for debugging to send and receive data)&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;[/quote]
&lt;p&gt;Have you tried our power calculator for the nRF9160?&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/power"&gt;https://devzone.nordicsemi.com/power&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;You can select nb1 here and see an estimate.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;That being said, this is provided as an estimate. The network you are connecting to is highly likely to provide different timing, so we do recommend that you measure on-target.&lt;/p&gt;
[quote user=""]&lt;p&gt;I need to use the UART to send data all the time. How much power consumption will be generated if the UART is always on?&lt;/p&gt;
&lt;p&gt;When I set CONFIG_SERIAL=y, how much power consumption will increase?&lt;/p&gt;
&lt;p&gt;Will there be some other macros that will increase power consumption?&lt;/p&gt;[/quote]
&lt;p&gt;If you enable the serial module, it will also enable the uart receiver, which consumes approx. 500 uA in sleep.&lt;/p&gt;
&lt;p&gt;I would recommend that you look at the lpuart driver if you need the UART receiver in sleep:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.7.0/nrf/drivers/uart_nrf_sw_lpuart.html#uart-nrf-sw-lpuart"&gt;https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.7.0/nrf/drivers/uart_nrf_sw_lpuart.html#uart-nrf-sw-lpuart&lt;/a&gt;&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>