<?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>Unable to send UDP packets via NTN connectivity</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/128080/unable-to-send-udp-packets-via-ntn-connectivity</link><description>Hello, 
 
 I am evalating the nRF9151-SMA-DK with a Monogoto SIM card that uses Skylo NTN connectivity. 
 I am able to reach the internet, since DNS resolution works: 
 
 Then I have set an UDP server, public on the internet, at address &amp;lt;server_ip&amp;gt; 
</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 10 Jun 2026 07:23:19 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/128080/unable-to-send-udp-packets-via-ntn-connectivity" /><item><title>RE: Unable to send UDP packets via NTN connectivity</title><link>https://devzone.nordicsemi.com/thread/567665?ContentTypeID=1</link><pubDate>Wed, 10 Jun 2026 07:23:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f11dbdb6-5a38-4d1c-9462-cb0da0fa595d</guid><dc:creator>Syed Maysum Abbas Zaidi</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Glad to know its fixed, I am closing this ticket and feel free to open a new ticket if anything else comes up. Thanks.&lt;/p&gt;
&lt;p&gt;Best Regards,&lt;br /&gt;Syed Maysum&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to send UDP packets via NTN connectivity</title><link>https://devzone.nordicsemi.com/thread/567622?ContentTypeID=1</link><pubDate>Tue, 09 Jun 2026 13:18:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3c72598d-7196-4911-b7be-07f1e2f1ba20</guid><dc:creator>barbiz</dc:creator><description>&lt;p&gt;Hello!&lt;/p&gt;
&lt;p&gt;the issue was on the carrier side (routing between APN and public internet) and it was solved.&lt;/p&gt;
&lt;p&gt;Thanks for your help.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to send UDP packets via NTN connectivity</title><link>https://devzone.nordicsemi.com/thread/566451?ContentTypeID=1</link><pubDate>Mon, 18 May 2026 11:32:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f9744068-031d-4599-99b5-644c17b49fb4</guid><dc:creator>Syed Maysum Abbas Zaidi</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Thanks for testing with flag 512. It means&amp;nbsp;the modem believes it transmitted the packet over NTN, but does not prove it traversed the operator core or reached your server, this do suggests that there is an issue on operator side however can you please run one more check, which can tell&amp;nbsp;if the send is&amp;nbsp;acknowledged:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;AT#XSENDTO=0,0,8192,&amp;quot;18.199.178.22&amp;quot;,9999,&amp;quot;test&amp;quot;&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Then wait for the #XSENDNTF. If status = -1, the modem itself reports a failure. If status = 0 but nothing arrives at the server, the issue is downstream (operator path or&amp;nbsp;firewall).&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Moreover please share the Modem traces with&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/addon-serial_modem-latest/page/app/at_trace.html#d20e737"&gt;AT#XTRACE&lt;/a&gt;&amp;nbsp;command, so we can&amp;nbsp;debug it further.&lt;/p&gt;
&lt;p&gt;Best Regards,&lt;br /&gt;Syed Maysum&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to send UDP packets via NTN connectivity</title><link>https://devzone.nordicsemi.com/thread/566287?ContentTypeID=1</link><pubDate>Wed, 13 May 2026 02:06:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:88da2ddf-49d3-40b1-a1d9-4ddfe77b8ef0</guid><dc:creator>Geolink_olivier</dc:creator><description>&lt;p&gt;Are you sure you are using the proper APN? I have been using ntn with monogoto and data.mono is what you should use, not go.mono&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to send UDP packets via NTN connectivity</title><link>https://devzone.nordicsemi.com/thread/566285?ContentTypeID=1</link><pubDate>Tue, 12 May 2026 23:12:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fa57c267-af2e-4bc9-aa26-1e597b99e891</guid><dc:creator>barbiz</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;thanks.&lt;/p&gt;
&lt;p&gt;I did that, and the packet seems to be sent.&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;&amp;gt; AT#XSENDTO=0,0,512,&amp;quot;18.199.178.22&amp;quot;,9999,&amp;quot;test&amp;quot;

#XSENDTO: 0,0,4

OK&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;However, I get nothing at the other side and no traffic in the Monogoto platform...&lt;/p&gt;
&lt;p&gt;I am using:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;serial_modem_v1.0.1_nrf9151dk_normal&lt;/li&gt;
&lt;li&gt;mfw_nrf9151-ntn_1.0.0&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Marco&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to send UDP packets via NTN connectivity</title><link>https://devzone.nordicsemi.com/thread/566202?ContentTypeID=1</link><pubDate>Mon, 11 May 2026 14:02:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3d7c038c-1181-45e6-874a-5a42b8cda920</guid><dc:creator>Syed Maysum Abbas Zaidi</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Your&amp;nbsp;AT#XSENDTO response looks correct as it confirms 4 bytes were pushed to the modem buffer but to verify actual network delivery you may change your send command to use blocking mode, which waits until the data is actually pushed to the network:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;AT#XSENDTO=0,0,512,&amp;quot;&amp;lt;server_ip&amp;gt;&amp;quot;,9999,&amp;quot;test&amp;quot;&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Also please make sure you are using NTN modem firmware (mfw_nrf9151-ntn_1.0.0). Thanks&lt;/p&gt;
&lt;p&gt;Best Regards,&lt;br /&gt;Syed Maysum&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>