<?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>Fastest way to shutdown LTE modem nRF9160</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/73859/fastest-way-to-shutdown-lte-modem-nrf9160</link><description>Hello, 
 
 I have an nRF9160 development kit and was measuring the time it takes for switching off the modem 
 when it has an open data connection. 
 I did it by sending an UDP packet and then switching off the modem. The time is measured by toggling</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 13 Apr 2021 14:55:29 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/73859/fastest-way-to-shutdown-lte-modem-nrf9160" /><item><title>RE: Fastest way to shutdown LTE modem nRF9160</title><link>https://devzone.nordicsemi.com/thread/304627?ContentTypeID=1</link><pubDate>Tue, 13 Apr 2021 14:55:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:41cab98b-283f-47a0-b94e-f6a630246fa4</guid><dc:creator>Didrik Rokhaug</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;When turing the modem off (CFUN=0, lte_lc_power_off), the modem will detach from the network, which involves signalling, and can therefore take&amp;nbsp; a bit of time. Especially if you are using NB-IoT or there is bad reception. In addition, the modem will store useful data to flash, which also takes a tiny bit of time.&lt;/p&gt;
&lt;p&gt;1.6 seconds doesn&amp;#39;t sound too unreasonable.&lt;/p&gt;
&lt;p&gt;Setting the modem in flight mode (CFUN=4, lte_lc_offline) will detach from the network similarly to turning the modem off, but it will not store the data to flash. However, it is the detach that takes the most time, so it is not supprising that they take close to the same time.&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>