<?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>How to manage modem communicatioon ?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/90159/how-to-manage-modem-communicatioon</link><description>Hi, 
 
 I&amp;#39;m working on a custom board with a nrf9160 &amp;#181;C. This board is powered by a battery and a supercapacitor and my job is to assure the autonomy of the battery. 
 
 I would like to limit the modem period of activites to let the scap recharges before</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 01 Aug 2022 11:00:14 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/90159/how-to-manage-modem-communicatioon" /><item><title>RE: How to manage modem communicatioon ?</title><link>https://devzone.nordicsemi.com/thread/379499?ContentTypeID=1</link><pubDate>Mon, 01 Aug 2022 11:00:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2bae47ff-67f5-4039-a454-fdaa5f145d0d</guid><dc:creator>Charlie</dc:creator><description>&lt;p&gt;Hi Antoine,&lt;/p&gt;
[quote user="Achevillard"]&lt;p&gt;But in some case, with a network that don&amp;#39;t support PSM, I would like to find a way to prevent the modem to have activities.&lt;/p&gt;
&lt;p&gt;In this case, after that I transmit my data through the modem, I got many events from the modem.&lt;/p&gt;
&lt;p&gt;When I have no more data to publish through the modem, I thought the modem rests in the DRX state, but I received lots of events RRC_Idle then RRC_Connected.&lt;/p&gt;[/quote]
&lt;p&gt;This is as expected if your network support eDRX but not PSM. You cannot achieve the PSM features in a network without PSM support.&lt;/p&gt;
&lt;p&gt;The reason you received so many RCC events is due to the short&amp;nbsp;&lt;span&gt;T3324 timer configurationn&lt;/span&gt;.&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/power/w/opp/4/user-guide-lte"&gt;User guide (LTE)&lt;/a&gt;&amp;nbsp;mentions that&amp;nbsp;&lt;span&gt;T3324 timer can be requested by the UE, however the requested value might not be supported by the network. &lt;a href="https://infocenter.nordicsemi.com/topic/ref_at_commands/REF/at_commands/nw_service/cedrxs.html"&gt;AT&lt;/a&gt;&lt;/span&gt;&lt;a href="https://infocenter.nordicsemi.com/topic/ref_at_commands/REF/at_commands/nw_service/cedrxs.html"&gt;+CEDRXS&lt;/a&gt; and &lt;a href="https://infocenter.nordicsemi.com/topic/ref_at_commands/REF/at_commands/nw_service/cedrxrdp_set.html"&gt;AT+CEDRXRDP&lt;/a&gt;&amp;nbsp;are corresponding commands to set and check eDRX configuration.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Charlie&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to manage modem communicatioon ?</title><link>https://devzone.nordicsemi.com/thread/379076?ContentTypeID=1</link><pubDate>Thu, 28 Jul 2022 09:39:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0559078e-88c2-4fb7-ad69-eae1ea56acf2</guid><dc:creator>Achevillard</dc:creator><description>&lt;p&gt;In the most case, yes, I am satisfied with my current tau values.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;But in some case, with a network that don&amp;#39;t support PSM, I would like to find a way to prevent the modem to have activities.&lt;/p&gt;
&lt;p&gt;In this case, after that I transmit my data through the modem, I got many events from the modem.&lt;/p&gt;
&lt;p&gt;When I have no more data to publish through the modem, I thought the modem rests in the DRX state, but I received lots of events RRC_Idle then RRC_Connected.&lt;/p&gt;
&lt;p&gt;I would like to prevent these events without set the modem offline or without power off the modem.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Is there a way to do that ?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;
&lt;p&gt;Antoine&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to manage modem communicatioon ?</title><link>https://devzone.nordicsemi.com/thread/378962?ContentTypeID=1</link><pubDate>Wed, 27 Jul 2022 14:53:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2dd2b611-6efd-44d7-8eec-df417dab4415</guid><dc:creator>Elfving</dc:creator><description>&lt;p&gt;Ah I see, so you are actually very happy with your current Tau values, as they can give you 320H without being bothered. Your challenge is to stop the application from still wanting to wake up to use the modem. The network is fine with the app not doing anything.&lt;/p&gt;
&lt;p&gt;Am I understanding you correctly?&amp;nbsp;If this is something the app is doing then I wouldn&amp;#39;t call it a problem you have issues reproducing.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Elfving&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to manage modem communicatioon ?</title><link>https://devzone.nordicsemi.com/thread/378706?ContentTypeID=1</link><pubDate>Tue, 26 Jul 2022 11:58:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:dd53eb78-4aa1-42c0-b788-de0e2b734118</guid><dc:creator>Achevillard</dc:creator><description>&lt;p&gt;I just don&amp;#39;t want to it while I am doing some voltage measurements.&lt;/p&gt;
&lt;p&gt;I have got the case sometimes. But I don&amp;#39;t know how to reproduce it.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Moreover, when I connect the product in LTE-M mode with an infinite active time, I would like to put the modem in a sleep-like mode state without having to detach from the network.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;
&lt;p&gt;Antoine&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to manage modem communicatioon ?</title><link>https://devzone.nordicsemi.com/thread/378685?ContentTypeID=1</link><pubDate>Tue, 26 Jul 2022 11:03:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:33b1cbf4-b889-4f4e-8b86-6c73aba93526</guid><dc:creator>Elfving</dc:creator><description>[quote user="Achevillard"]&lt;span style="color:rgba(0, 0, 0, 1);"&gt;These values are accepted by the network configuration.&lt;/span&gt;[/quote]
&lt;p&gt;Okey, and this is something you&amp;#39;ve checked with eg. +&lt;a href="https://infocenter.nordicsemi.com/index.jsp?topic=%2Fref_at_commands%2FREF%2Fat_commands%2Fnw_service%2Fcereg_read.html"&gt;CEREG&lt;/a&gt;?&lt;/p&gt;
&lt;p&gt;And are you saying that the modem erroneously woke up and made this communication, or that you just don&amp;#39;t want it to while you are doing some voltage measurements?&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Elfving&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to manage modem communicatioon ?</title><link>https://devzone.nordicsemi.com/thread/378351?ContentTypeID=1</link><pubDate>Fri, 22 Jul 2022 14:25:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:88d5a1b2-3bcd-4137-9e3c-46afc229e80e</guid><dc:creator>Achevillard</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thank you for your answer&lt;br /&gt;&lt;br /&gt;I set the PSM value with config&lt;/p&gt;
&lt;p&gt;CONFIG_MODEM_PSM_ENABLE=y&lt;br /&gt;#320H tau&lt;br /&gt;CONFIG_LTE_PSM_REQ_RPTAU=&amp;quot;11000001&amp;quot;&lt;br /&gt;#10s active time&lt;br /&gt;CONFIG_LTE_PSM_REQ_RAT=&amp;quot;00000101&amp;quot;&lt;span style="color:#ce9178;"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color:#000000;"&gt;These values are accepted by the network configuration.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color:#000000;"&gt;Then I call lte_lc_psm_req(true) before starting the modem&lt;/span&gt;.&lt;span style="color:#d4d4d4;"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Antoine&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to manage modem communicatioon ?</title><link>https://devzone.nordicsemi.com/thread/378335?ContentTypeID=1</link><pubDate>Fri, 22 Jul 2022 13:36:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:efd97bea-9adf-41a8-9eec-89765367b00e</guid><dc:creator>Elfving</dc:creator><description>&lt;p&gt;Hello again,&lt;/p&gt;
[quote user=""]Need I to use AT+CFUN=0 or AT+CFUN=4 to deactivate the modem activity ?[/quote]
&lt;p&gt;I dont think so, no.&lt;/p&gt;
&lt;p&gt;How are you putting it in PSM mode, and what PSM values are you using?&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Elfving&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to manage modem communicatioon ?</title><link>https://devzone.nordicsemi.com/thread/377912?ContentTypeID=1</link><pubDate>Wed, 20 Jul 2022 14:09:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0404b719-3862-4761-8107-9598b463d99b</guid><dc:creator>Elfving</dc:creator><description>&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Hello,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I will get back to you on this. Note that w&lt;/span&gt;&lt;span&gt;e have entered the summer holiday period in Norway so staffing is low, some delayed response time should be expected.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Regards,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Elfving&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>