<?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>Onomondo SoftSIM low power optimization.</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/123114/onomondo-softsim-low-power-optimization</link><description>Hello, 
 We are working with Onomondo in integrating their software SIM. We have it working and sending and receiving data, but am having some issues figuring out what is causing the higher power consumption. 
 It is not a hardware issue as using the</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 06 Aug 2025 10:36:52 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/123114/onomondo-softsim-low-power-optimization" /><item><title>RE: Onomondo SoftSIM low power optimization.</title><link>https://devzone.nordicsemi.com/thread/544754?ContentTypeID=1</link><pubDate>Wed, 06 Aug 2025 10:36:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:29a0e553-49b1-4e42-827c-884a4d5bdc78</guid><dc:creator>SeppoTakalo</dc:creator><description>&lt;p&gt;For background information there is Nordic academy pages regarding LTE power saving modes:&amp;nbsp;&lt;a id="" href="https://academy.nordicsemi.com/courses/cellular-iot-fundamentals/lessons/lesson-1-cellular-fundamentals/topic/lesson-1-power-saving-techniques/"&gt;https://academy.nordicsemi.com/courses/cellular-iot-fundamentals/lessons/lesson-1-cellular-fundamentals/topic/lesson-1-power-saving-techniques/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Then, regarding this case, Active time -1 means that there is no PSM. So it stays in eDRX.&lt;/p&gt;
&lt;p&gt;I don&amp;#39;t see any specific eDRX times requested, try enabling the eDRX and PSM requests, for example like this:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;# Configure PSM mode
CONFIG_LTE_LC_PSM_MODULE=y
CONFIG_LTE_PSM_REQ=y
# Request periodic TAU of 12 hours
CONFIG_LTE_PSM_REQ_RPTAU=&amp;quot;00101100&amp;quot;

# Set Requested Active Time (RAT) to 30 seconds. Preferably same as the
# configured LWM2M_QUEUE_MODE_UPTIME. Due to NAT/firewall UDP connections are usually
# closed within 30-60 seconds so there is in general no point in setting a longer
# LTE PSM active time.
CONFIG_LTE_PSM_REQ_RAT=&amp;quot;00001111&amp;quot;

# Request eDRX mode
CONFIG_LTE_LC_EDRX_MODULE=y
CONFIG_LTE_EDRX_REQ=y

# Requested eDRX cycle length for LTE-M and Nb-IoT
# This should be fine-tuned for the network and the chosen protocol.
# Lowest value is  the most responsive, but uses more energy during the active eDRX period.
# Longer period may cause more CoAP packet drops on server requests.
# &amp;quot;0000&amp;quot; is 5.12 s
# &amp;quot;0001&amp;quot; is 10.24 s
# &amp;quot;0010&amp;quot; is 20.48 s.
CONFIG_LTE_EDRX_REQ_VALUE_LTE_M=&amp;quot;0000&amp;quot;
CONFIG_LTE_EDRX_REQ_VALUE_NBIOT=&amp;quot;0000&amp;quot;

# Request Paging time window of 1.28 seconds for LTE-M
CONFIG_LTE_PTW_VALUE_LTE_M=&amp;quot;0000&amp;quot;

# Request Paging time window of 2.56 seconds for NB-IoT
CONFIG_LTE_PTW_VALUE_NBIOT=&amp;quot;0000&amp;quot;
&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;This example is from our LwM2M client. It should stay active for 30 seconds (in eDRX, polling for incoming data), and then drop into PSM mode for low power usage and be unreachable from network at that point.&lt;/p&gt;
&lt;p&gt;Then debug from the LTE event handler what values the network accepts. You need to fine-tune the eDRX and PSM for your use-case, not all networks allow PSM.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Onomondo SoftSIM low power optimization.</title><link>https://devzone.nordicsemi.com/thread/543152?ContentTypeID=1</link><pubDate>Tue, 22 Jul 2025 10:58:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9249460a-861f-49c6-b231-7e49af82ac3c</guid><dc:creator>Hakon</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;can you provide a modem trace where this behavior is reproduced?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>