<?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 determine if NTN connected?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/125777/how-to-determine-if-ntn-connected</link><description>I&amp;#39;m working on an nRF9151 application that periodically sends small UDP packets (20-40 bytes) over both terrestrial LTE and satellite NTN networks. The device uses PSM between transmissions to conserve power. 
 Current approach for LTE: Before each transmission</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 24 Nov 2025 07:49:30 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/125777/how-to-determine-if-ntn-connected" /><item><title>RE: How to determine if NTN connected?</title><link>https://devzone.nordicsemi.com/thread/555138?ContentTypeID=1</link><pubDate>Mon, 24 Nov 2025 07:49:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:867263fd-5efe-4566-9be0-efdd88c5f287</guid><dc:creator>P_J</dc:creator><description>&lt;p&gt;Thanks for the reply Achim.&lt;/p&gt;
&lt;p&gt;This makes sense, I will change my code to monitor for the lost registration after sending and &amp;quot;RRC active&amp;quot; as you suggested.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to determine if NTN connected?</title><link>https://devzone.nordicsemi.com/thread/555128?ContentTypeID=1</link><pubDate>Sun, 23 Nov 2025 19:41:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ca1f9853-0ce0-4eaa-bb5e-117cc8ef3796</guid><dc:creator>Achim Kraus</dc:creator><description>&lt;p&gt;&amp;gt;&amp;nbsp;What&amp;#39;s the recommended approach for verifying NTN connection status before transmission?&lt;/p&gt;
&lt;p&gt;Just to be clear, this approach already spends a lot of energy, I&amp;#39;m not sure, why this is considered to be preferred instead of just sending the UDP message.&lt;/p&gt;
&lt;p&gt;&amp;gt;&amp;nbsp;Since we&amp;#39;re using UDP, send() always succeeds regardless of actual connection status.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;That&amp;#39;s not my experience. It succeeds, when sending from sleep-mode. But if the modem isn&amp;#39;t sleeping and not registered in the network it will fail.&lt;/p&gt;
&lt;p&gt;&amp;gt;&amp;nbsp;Without proper verification before transmission, we risk sending data into a black hole when the modem isn&amp;#39;t actually registered to the satellite&lt;br /&gt; network.&lt;/p&gt;
&lt;p&gt;If you send the UDP message in &amp;quot;sleeping mode&amp;quot;, the mode considers to be registered, therefore the success (otherwise it would be required to block, maybe for several seconds). The message wakes up the modem, and the modem tries to switch to RRC active and transmits the message. In the (rare) case this fails, the modem will report the lost registration (+CEREG). Therefore wait for &amp;quot;RRC active&amp;quot; and then a few seconds to check, if the modem reports the lost registration. If it stay registered, the message is sent.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>