<?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>Default values for Periodic TAU, Active Timer, eDRX cycle time and Paging Time Window that Asset Tracker V2 uses.</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/100213/default-values-for-periodic-tau-active-timer-edrx-cycle-time-and-paging-time-window-that-asset-tracker-v2-uses</link><description>We&amp;#39;re in the process of developing an nRF9160-based product that will use Asset Tracker V2. We&amp;#39;re building out the firmware and one of the things we&amp;#39;d like set or change are the default values for the eDRX and PSM timers. 
 I&amp;#39;ve been going through the</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 31 May 2023 08:12:55 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/100213/default-values-for-periodic-tau-active-timer-edrx-cycle-time-and-paging-time-window-that-asset-tracker-v2-uses" /><item><title>RE: Default values for Periodic TAU, Active Timer, eDRX cycle time and Paging Time Window that Asset Tracker V2 uses.</title><link>https://devzone.nordicsemi.com/thread/428341?ContentTypeID=1</link><pubDate>Wed, 31 May 2023 08:12:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f82b3085-feb1-49db-95ff-791aa0d7b21a</guid><dc:creator>Michal</dc:creator><description>&lt;p&gt;You&amp;#39;re welcome!&lt;/p&gt;
&lt;p&gt;I understand that there is quite a lot to learn with Zephyr and especially LTE as well.&lt;/p&gt;
&lt;p&gt;Another trick is that when you compile your project, there will be a .config file in build/zephyr/ where you can see all the Kconfig values actually used in compilation.&lt;/p&gt;
&lt;p&gt;You can also access it inside the nRF Connect for VS Code tab:&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/dotconfig.png" /&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Michal&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Default values for Periodic TAU, Active Timer, eDRX cycle time and Paging Time Window that Asset Tracker V2 uses.</title><link>https://devzone.nordicsemi.com/thread/428259?ContentTypeID=1</link><pubDate>Tue, 30 May 2023 16:42:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e311b86e-4c81-46d7-865c-2086353f06be</guid><dc:creator>JackW</dc:creator><description>&lt;p&gt;Thank you very much Michal!&amp;nbsp; Exactly what I was looking for.&lt;/p&gt;
&lt;p&gt;Yeah, I knew what the default settings were because I could use the appropriate AT commands to query them.&amp;nbsp; I just didn&amp;#39;t know where they were set in the Asset Tracker code.&amp;nbsp; Now, thanks to you, I do,&lt;/p&gt;
&lt;p&gt;Also, good to know that the eDRX timers are set to the default values&amp;nbsp;otherwise I would have been searching for that in the code too.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Default values for Periodic TAU, Active Timer, eDRX cycle time and Paging Time Window that Asset Tracker V2 uses.</title><link>https://devzone.nordicsemi.com/thread/428117?ContentTypeID=1</link><pubDate>Tue, 30 May 2023 09:34:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:213621d0-f8de-48e7-9798-982b59112fc0</guid><dc:creator>Michal</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;The correct file for Kconfig settings is prj.conf. This is where you should add your own configuration if needed.&lt;/p&gt;
&lt;p&gt;There you can find the following:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;## Power saving timers.
### 320 hours PSM.
CONFIG_LTE_PSM_REQ_RPTAU=&amp;quot;11000001&amp;quot;
### 20 seconds active time.
CONFIG_LTE_PSM_REQ_RAT=&amp;quot;00001010&amp;quot;&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;The eDRX is not defined in there, so it uses the default values. You can look them up for example via our &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.3.0/kconfig/index.html#!edrx"&gt;Kconfig search&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;If you are new to NCS and nRF9160, I would highly recommend looking at our courses on &lt;a href="https://academy.nordicsemi.com/"&gt;DevAcademy&lt;/a&gt;, specifically those two:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://academy.nordicsemi.com/courses/nrf-connect-sdk-fundamentals/"&gt; nRF Connect SDK Fundamentals&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://academy.nordicsemi.com/courses/cellular-iot-fundamentals/"&gt;Cellular IoT Fundamentals&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Michal&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>