<?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>Using PSM with HTTPS Post every minute</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/103402/using-psm-with-https-post-every-minute</link><description>Hi, 
 1. Below is an application that periodically sends https post requests, and sleeps in between. I&amp;#39;ve modified the https_client example to not shutdown between transmits but keep the connection alive. But perform a reboot upon any failures: opening</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 04 Sep 2023 09:40:12 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/103402/using-psm-with-https-post-every-minute" /><item><title>RE: Using PSM with HTTPS Post every minute</title><link>https://devzone.nordicsemi.com/thread/444272?ContentTypeID=1</link><pubDate>Mon, 04 Sep 2023 09:40:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e248698b-aa2d-44e4-b854-5db6bc2b7b89</guid><dc:creator>Charlie</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;The following two references may help you decide the proper technologies that can be used for your application.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://academy.nordicsemi.com/courses/cellular-iot-fundamentals/lessons/lesson-1-cellular-fundamentals/topic/lesson-1-power-saving-techniques/"&gt;Power saving techniques – Nordic Developer Academy (nordicsemi.com)&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://infocenter.nordicsemi.com/index.jsp?topic=%2Fnwp_044%2FWP%2Fnwp_044%2Fintro.html"&gt;nWP044 - Best practices for cellular IoT development&lt;/a&gt;&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: Using PSM with HTTPS Post every minute</title><link>https://devzone.nordicsemi.com/thread/444189?ContentTypeID=1</link><pubDate>Sat, 02 Sep 2023 17:36:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a4603189-d89c-4ca0-bfea-b1bd7257b600</guid><dc:creator>Achim Kraus</dc:creator><description>&lt;p&gt;If you really want to send something every minute (60 seconds), PSM may not be the right feature for you. For short quite times eDRX may be a better choice. I would check, if that is available at your network provider.&lt;/p&gt;
&lt;p&gt;If you use PSM, the phase your modem will use are:&lt;/p&gt;
&lt;p&gt;- RRC connected while exchanging data. That includes also TCP internal ip-messages.&lt;/p&gt;
&lt;p&gt;- RRC connected for the networks RRC Active timer (depends on the network, maybe 10s). Or requires RAI. For TCP only AS-RAI may have a chance, but for now I haven&amp;#39;t seen, that someone reports success with that.&lt;/p&gt;
&lt;p&gt;- RRC idle for the PSM active timer.&lt;/p&gt;
&lt;p&gt;I would guess, that you need about 8s for the data exchange (about 80mA), 10s RRC active timer (about 40mA). I don&amp;#39;t see, what you request as &amp;quot;PSM active timer&amp;quot;. If you add all these times, you will get the PSM time. The saving is then the difference between RRC idle (1mA) and PSM (3&amp;micro;A) for that time. Maybe that calculation already shows, that your savings will be no game changer.&lt;/p&gt;
&lt;p&gt;(Just to mention: those who want to run from battery over months usually use UDP, and usually send data much less frequent, e.g. every h and only on events in time.)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>