<?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>NRF9160  Reduce power consumption</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/83413/nrf9160-reduce-power-consumption</link><description>Hi Nordic： 
 
 
 I use the LWM2M of NCS and found that the power consumption increases every 2.5 seconds. I use the monitor to find that the serial port is sending data. How to turn off the LOG output, and how to turn off the UART to reduce power consumption</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 11 Jan 2022 04:24:58 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/83413/nrf9160-reduce-power-consumption" /><item><title>RE: NRF9160  Reduce power consumption</title><link>https://devzone.nordicsemi.com/thread/347047?ContentTypeID=1</link><pubDate>Tue, 11 Jan 2022 04:24:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c8edf2dd-af2d-4a9c-b116-c55d85ad125f</guid><dc:creator>jermi</dc:creator><description>&lt;p&gt;Hi：&lt;/p&gt;
&lt;p&gt;NCS1.8.0 version lwm2m project, I added CONFIG_SERIAL=n to PRJ.CONF, but after generating the project, there is still a macro of #define CONFIG_SERIAL 1 in AUTOCONF.H, how can I cancel this macro?&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/1040x0/__key/communityserver-discussions-components-files/4/pastedimage1641875056747v1.png" /&gt;&lt;/p&gt;
&lt;p&gt;JERMI.JIN&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF9160  Reduce power consumption</title><link>https://devzone.nordicsemi.com/thread/346663?ContentTypeID=1</link><pubDate>Fri, 07 Jan 2022 10:45:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:214169ac-9373-4c0c-8de8-71fb251ced17</guid><dc:creator>&amp;#216;yvind</dc:creator><description>[quote user="jermi"]What does the value of CONFIG_LTE_EDRX_REQ_VALUE_NBIOT specifically mean?[/quote]
&lt;p&gt;From the KConfig reference documentation of &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.8.0/kconfig/CONFIG_LTE_EDRX_REQ_VALUE_NBIOT.html#config-lte-edrx-req-value-nbiot"&gt;CONFIG_LTE_EDRX_REQ_VALUE_NBIOT&lt;/a&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Sets the eDRX value to request when NB-IoT is used. The format is half a byte in a four-bit format. The eDRX value refers to bit 4 to 1 of octet 3 of the Extended DRX parameters information element. See 3GPP TS 24.008, subclause 10.5.5.32. The value 1001 corresponds to 163.84 seconds.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;From 3GPP TS 24.008 table 10.5.5.32:&lt;br /&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/pastedimage1641552190661v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;More information can be found in our AT commands documentation for &lt;a href="https://infocenter.nordicsemi.com/topic/ref_at_commands/REF/at_commands/nw_service/cedrxs_set.html"&gt;eDRX setting (+CEDRXS)&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF9160  Reduce power consumption</title><link>https://devzone.nordicsemi.com/thread/346583?ContentTypeID=1</link><pubDate>Fri, 07 Jan 2022 02:39:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:31d7cf65-1ff2-407b-a754-54cbe940019a</guid><dc:creator>jermi</dc:creator><description>&lt;p&gt;I modified it to TCPIP on NRF9160 (NCS1.8.0) UDP DEMO, and used edrx in NB mode,&lt;br /&gt;CONFIG_LTE_NETWORK_MODE_NBIOT=y&lt;br /&gt;CONFIG_UDP_EDRX_ENABLE=y&lt;br /&gt;CONFIG_LTE_EDRX_REQ_VALUE_NBIOT=&amp;quot;0010&amp;quot;&lt;/p&gt;
&lt;p&gt;Test power consumption, the minimum is 35uA, but there will be a large current every few seconds, what else is wrong with the setting，What does the value of CONFIG_LTE_EDRX_REQ_VALUE_NBIOT specifically mean?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF9160  Reduce power consumption</title><link>https://devzone.nordicsemi.com/thread/346469?ContentTypeID=1</link><pubDate>Thu, 06 Jan 2022 12:40:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0c7276b6-bdcc-4f39-a321-e55dd83479dc</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;Hello,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;You can configure CONF_SERIAL and CONFIG_LOG both to n in your prj.conf. You can use the &lt;a href="http://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/nrf9160/udp/README.html"&gt;nRF9160: UDP sample&lt;/a&gt; as an example, as this is designed for low power.&lt;/p&gt;
[quote user=""]found that the power consumption increases every 2.5 seconds.[/quote]
&lt;p&gt;How did you find this increase? Have you measured? Is you device using PSM?&amp;nbsp; Have a look at this guide on &lt;a href="https://devzone.nordicsemi.com/guides/cellular-iot-guides/b/hardware-design/posts/getting-started-with-current-measurements-on-the-nrf9160"&gt;how to do current measurements on the nRF9160&lt;/a&gt;&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></channel></rss>