<?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>Optimal way of putting nRF9160 into low power mode without shutting down the power</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/70455/optimal-way-of-putting-nrf9160-into-low-power-mode-without-shutting-down-the-power</link><description>Folks, 
 We are working on a custom design where the STM32L4 (external host MCU) talks to the nRF9160 over an UART connection to transmit sensor data. When the sensor data is ready to transmit over LTE, the host MCU (STM32L4) enables the Buck converter</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 14 Jan 2021 13:17:55 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/70455/optimal-way-of-putting-nrf9160-into-low-power-mode-without-shutting-down-the-power" /><item><title>RE: Optimal way of putting nRF9160 into low power mode without shutting down the power</title><link>https://devzone.nordicsemi.com/thread/289216?ContentTypeID=1</link><pubDate>Thu, 14 Jan 2021 13:17:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6fa39228-79ac-48c5-b2a7-38aedaf05a08</guid><dc:creator>Didrik Rokhaug</dc:creator><description>&lt;p&gt;What application are you running on the nRF9160?&lt;/p&gt;
&lt;p&gt;If you are running the Serial LTE Modem, or use the AT host subsystem, you can just send the AT command, wait for the OK, then cut the power.&lt;/p&gt;
&lt;p&gt;If not, you would need a way for STM32 to indicate that it want to turn off the nRF9160, so the application on the nRF9160 can turn off the modem. Depending on your application, this can be done over the already existing UART line, or by some other means. You should also have a way for the nRF9160 to indicate to the STM32 that the modem has turned off, as that can in some cases take some time.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Optimal way of putting nRF9160 into low power mode without shutting down the power</title><link>https://devzone.nordicsemi.com/thread/289194?ContentTypeID=1</link><pubDate>Thu, 14 Jan 2021 12:30:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:093ad08a-c5d2-4a09-a8df-185575251b5f</guid><dc:creator>Sid D</dc:creator><description>&lt;p&gt;Thanks for your response. Yes that is correct, in our current implementation we just cut off power by disabling the buck converter.&lt;/p&gt;
&lt;p&gt;For achieving your recommendation, the host microcontroller STM32L4 sends the AT command (&lt;span&gt;AT+CFUN=0) to nRF9160 over UART before powering down the buck? The AT commands need to be initiated by the STM32L4?&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Optimal way of putting nRF9160 into low power mode without shutting down the power</title><link>https://devzone.nordicsemi.com/thread/289193?ContentTypeID=1</link><pubDate>Thu, 14 Jan 2021 12:19:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:da4e174c-7503-486d-88bf-48a547c0292d</guid><dc:creator>Didrik Rokhaug</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;How do you currently turn off the modem?&lt;/p&gt;
&lt;p&gt;Do you just cut off the power?&lt;/p&gt;
&lt;p&gt;If you instead turn off the power gracefully with AT+CFUN=0, it will store information about the currently connected network to flash, so that next time it starts, it can speed up connection significantly.&lt;/p&gt;
&lt;p&gt;However, you still have to disconnect and re-connect to the network.&lt;/p&gt;
&lt;p&gt;Another solution, is to use &amp;quot;Power Saving Mode&amp;quot; (PSM). This is a feature in LTE-M and NB-IoT which let&amp;#39;s the device turn off the radio for long periods at a time, while still staying connected to the network. You can request PSM from the network with the +CPSMS AT command. If granted by the network, the device can still send data whenever it wants, but it cannot receive any data while in PSM.&lt;/p&gt;
&lt;p&gt;When the sleep period is over (or the device initiates a transmission), the device only has to do a tracking area update, instead of a full re-attach. In addition, it will have to stay online for a short period afterwards (active time) before going back to sleep.&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>