<?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 request iDRX interval?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/114116/how-to-request-idrx-interval</link><description>On the Online Power Profiler I noticed changing iDRX interval has a significant effect on power consumption. How can I adjust this interval on our device? 
 
 I saw this ticker that never got answered: devzone.nordicsemi.com/.../how-to-set-the-rrc-idle</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 12 Jan 2026 20:53:47 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/114116/how-to-request-idrx-interval" /><item><title>RE: How to request iDRX interval?</title><link>https://devzone.nordicsemi.com/thread/558544?ContentTypeID=1</link><pubDate>Mon, 12 Jan 2026 20:53:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:88278f18-1168-465e-8e92-5c69ec5eb667</guid><dc:creator>charleshaf</dc:creator><description>&lt;p&gt;Yeah this worked!&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/114116/how-to-request-idrx-interval/nowisensors.com"&gt;nowisensors.com&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to request iDRX interval?</title><link>https://devzone.nordicsemi.com/thread/499426?ContentTypeID=1</link><pubDate>Thu, 22 Aug 2024 17:12:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:08c39839-a474-42ac-b124-dd8c76d0b013</guid><dc:creator>Mariano Goluboff</dc:creator><description>&lt;p&gt;Versions of the SDK prior to 2.7.0 don&amp;#39;t have support for lte_lc_rai_req() for LTE-M. Instead, you need to use AT commands to use AS-RAI.&lt;/p&gt;
&lt;p&gt;If you upgrade to 2.7.0, you can use lte_lc_rai_req().&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to request iDRX interval?</title><link>https://devzone.nordicsemi.com/thread/499420?ContentTypeID=1</link><pubDate>Thu, 22 Aug 2024 16:21:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6cf4081d-9260-4b59-9a03-b68d6e39bf02</guid><dc:creator>charleshaf</dc:creator><description>&lt;p&gt;Thanks for your answer!&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/maximizing-battery-lifetime-in-cellular-iot-an-analysis-of-edrx-psm-and-as-rai"&gt;Maximizing battery lifetime in cellular IoT: An analysis of eDRX, PSM, and AS-RAI&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I see in that article it says &amp;quot;AS-RAI was introduced in 3GPP release 14 for both LTE-M and NB-IoT, and it can save a lot of power consumption if supported by the network.&amp;quot;&lt;/p&gt;
&lt;p&gt;But looks&amp;nbsp;like AS-RAI is just for NB-IoT and doesn&amp;#39;t work with LTE-M. Seeing this log&amp;nbsp;&lt;/p&gt;
&lt;div&gt;
&lt;div&gt;&lt;span&gt;&amp;quot;&amp;lt;err&amp;gt; lte_lc: RAI not supported for LTE-M networks&amp;quot;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;&lt;/p&gt;
&lt;div&gt;&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to request iDRX interval?</title><link>https://devzone.nordicsemi.com/thread/499403?ContentTypeID=1</link><pubDate>Thu, 22 Aug 2024 14:30:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:890aa2a8-02d4-4ccf-8415-c64b50868aac</guid><dc:creator>Mariano Goluboff</dc:creator><description>&lt;p&gt;The iDRX interval in the Online Power Profiler (OPP) is the same as the eDRX cycle time. You can learn more about eDRX and PSM in the Cellular IoT Fundamentals course at the Developer Academy:&lt;/p&gt;
&lt;p&gt;&lt;a id="" href="https://academy.nordicsemi.com/courses/cellular-iot-fundamentals/"&gt;https://academy.nordicsemi.com/courses/cellular-iot-fundamentals/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Take a look at the section called &amp;quot;Power saving techniques&amp;quot; in Lesson 1.&lt;/p&gt;
&lt;p&gt;The application can request a specific eDRX cycle time, but in the end it is the network that will give the modem the actual value, so you should monitor what is assigned by the network.&lt;/p&gt;
&lt;p&gt;There are different ways to set the requested time in your application. If you&amp;#39;re using the LTE Link Control library, you can set it at compile time with `CONFIG_LTE_EDRX_REQ_VALUE_LTE_M`, or you can set it at run time with `lte_lc_edrx_req()`:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/libraries/modem/lte_lc.html#enabling_power-saving_features"&gt;https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/libraries/modem/lte_lc.html#enabling_power-saving_features&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;If you&amp;#39;re using AT commands directly, you can use the `AT+CEDRXS` command.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;[Edit to add blog link]&lt;/p&gt;
&lt;p&gt;You should also take a look at this blog:&amp;nbsp;&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/maximizing-battery-lifetime-in-cellular-iot-an-analysis-of-edrx-psm-and-as-rai"&gt;Maximizing battery lifetime in cellular IoT: An analysis of eDRX, PSM, and AS-RAI&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;There is an additional function, AS-RAI, that some networks support and allow you to go into RRC Idle faster than having to wait for the network&amp;#39;s RRC inactivity timer.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to request iDRX interval?</title><link>https://devzone.nordicsemi.com/thread/499280?ContentTypeID=1</link><pubDate>Wed, 21 Aug 2024 23:22:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:36dd5c2f-8e50-4c0f-be86-06c528309212</guid><dc:creator>charleshaf</dc:creator><description>&lt;p&gt;Looking at the nrf9160 SIP with SDK 2.6.1&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>