<?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>Does the modem turn on some functions periodically?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/80662/does-the-modem-turn-on-some-functions-periodically</link><description>I am testing the power consumption of my client board, turning off all external functions and only remaining connected to the NB network. During the test, about every 30 minutes, there is a brief and large increase in power consumption. Is the Modem performing</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 21 Oct 2021 05:51:45 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/80662/does-the-modem-turn-on-some-functions-periodically" /><item><title>RE: Does the modem turn on some functions periodically?</title><link>https://devzone.nordicsemi.com/thread/335177?ContentTypeID=1</link><pubDate>Thu, 21 Oct 2021 05:51:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a8e4020a-8493-4de7-a52f-ced15c4bfb05</guid><dc:creator>duxinglang</dc:creator><description>&lt;p&gt;&lt;span class="transSent highlight"&gt;&lt;span&gt;Thank you for your answer. I tried it with the AT command and the result is exactly the same:&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="transSent highlight"&gt;&lt;span&gt;%XMONITOR: 1,&amp;quot;&amp;quot;,&amp;quot;&amp;quot;,&amp;quot;46000&amp;quot;,&amp;quot;1D29&amp;quot;,9,8,&amp;quot;0D1E2D42&amp;quot;,11,3684,46,38,&amp;quot;&amp;quot;,&amp;quot;00000100&amp;quot;,&amp;quot;11100000&amp;quot;,&amp;quot;00111110&amp;quot;. &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="transSent highlight"&gt;&lt;span&gt;The TAU time did change to 30 minutes and the active time to 8 seconds.&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span class="transSent"&gt;&lt;span&gt; This leads to another problem: if my terminal needs to display the NB signal of the environment in real time, but the&amp;nbsp;modem returns rrp is 255&amp;nbsp;during 30 minutes, how can I solve this problem? &amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Does the modem turn on some functions periodically?</title><link>https://devzone.nordicsemi.com/thread/334124?ContentTypeID=1</link><pubDate>Thu, 14 Oct 2021 11:42:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ecf35366-a990-4336-8572-90f106e3cfa7</guid><dc:creator>Didrik Rokhaug</dc:creator><description>&lt;p&gt;The picture is a bit too zoomed out to really say what is going on, but my guess is that you see the periodic TAUs, and that the network has given you a period of 30 minutes.&lt;/p&gt;
&lt;p&gt;You can use the AT commands I mentioned to verify this.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Does the modem turn on some functions periodically?</title><link>https://devzone.nordicsemi.com/thread/334112?ContentTypeID=1</link><pubDate>Thu, 14 Oct 2021 11:23:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:73026149-ae36-4a5c-84c1-7e8b86f5bc72</guid><dc:creator>duxinglang</dc:creator><description>&lt;p&gt;Sorry，&lt;span&gt;Sorry, I forgot to include the power screenshot of my PPK test, like this: &amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/AURI_5F00_NO_5F00_REPORT_5F00_20211014.png" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I can confirm that currently the application does nothing to actively invoke network Settings or transfer data .&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Does the modem turn on some functions periodically?</title><link>https://devzone.nordicsemi.com/thread/334106?ContentTypeID=1</link><pubDate>Thu, 14 Oct 2021 11:03:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3ff03112-c1da-4161-8029-0df1fca94c30</guid><dc:creator>Didrik Rokhaug</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;It is hard to say anythig with certainty without seeing some logs or power profiling, but here is what I believe is what happens:&lt;/p&gt;
&lt;p&gt;When in PSM, the modem will sleep until either the application sends some data, or it is time for the next Periodic Tracking Area Update (TAU).&lt;/p&gt;
&lt;p&gt;These TAUs are necessary for the device to stay connected to the network, and to see if there is any incoming data.&lt;/p&gt;
&lt;p&gt;While the device can request a specific Periodic TAU interval and Active Time, it is up to the network to decide if the device is granted PSM, and for how long.&lt;/p&gt;
&lt;p&gt;In this case, the network has probably given you a 30 minute Periodic Tau interval, instead of the 10 minute interval requested by the device.&lt;/p&gt;
&lt;p&gt;You can see what values the network gives you with the +CEREG (level 5), or %XMONITOR AT commands.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Didrik&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>