<?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>Help with CoAP Client Sample on nRF9160 DK Using Jio NB-IoT SIM</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/121809/help-with-coap-client-sample-on-nrf9160-dk-using-jio-nb-iot-sim</link><description>Hi Nordic team, 
 I&amp;#39;m using the nRF9160 DK with nRF Connect SDK v2.9.1, and trying to run the coap_client sample to send a GET request to the public CoAP test server at coap.me (IP: 134.102.218.18), targeting the resource path /hello. 
 I&amp;#39;m using a Jio</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 04 Jun 2025 08:06:15 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/121809/help-with-coap-client-sample-on-nrf9160-dk-using-jio-nb-iot-sim" /><item><title>RE: Help with CoAP Client Sample on nRF9160 DK Using Jio NB-IoT SIM</title><link>https://devzone.nordicsemi.com/thread/537989?ContentTypeID=1</link><pubDate>Wed, 04 Jun 2025 08:06:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b0429419-342d-4635-9d3f-7e744a1981c5</guid><dc:creator>Achim Kraus</dc:creator><description>[quote userid="132958" url="~/f/nordic-q-a/121809/help-with-coap-client-sample-on-nrf9160-dk-using-jio-nb-iot-sim/537974"]That’s why I suspect the issue may be that Jio’s NB-IoT network allows DNS (UDP port 53), but blocks CoAP (UDP port 5683) or general UDP traffic to public servers.[/quote]
&lt;p&gt;Blocking UDP port is quite uncommon.&lt;/p&gt;
&lt;p&gt;There may be a lot of reasons, therefore the modem trace or capture.&lt;/p&gt;
&lt;p&gt;From the board conf.&lt;/p&gt;
&lt;p&gt;# Disable Duplicate Address Detection (DAD)&lt;br /&gt;# due to not being properly implemented for offloaded interfaces.&lt;br /&gt;CONFIG_NET_IPV6_NBR_CACHE=n&lt;br /&gt;CONFIG_NET_IPV6_MLD=n&lt;/p&gt;
&lt;p&gt;Not sure, if your SIM uses IPv6 instead of IPv4. There are several pretty nasty consequences, as that comment already points to. Here in Europe quite a lot is only supporting IPv4 and so are also many samples only support IPv4. Even if it turns out, that it is related to IPv6, I will not be of too much help, because my SIMs gets only IPv4 ;-). But then maybe someone from Nordic jumps in.&amp;nbsp;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Help with CoAP Client Sample on nRF9160 DK Using Jio NB-IoT SIM</title><link>https://devzone.nordicsemi.com/thread/537986?ContentTypeID=1</link><pubDate>Wed, 04 Jun 2025 07:44:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:75b71e7b-62d5-45bf-8eaf-145c8e3edb9b</guid><dc:creator>Achim Kraus</dc:creator><description>[quote userid="132958" url="~/f/nordic-q-a/121809/help-with-coap-client-sample-on-nrf9160-dk-using-jio-nb-iot-sim/537983"]From what I understand, the nRF9151 is fully compatible with the &lt;code data-start="222" data-end="244"&gt;nrf9160dk_nrf9160_ns&lt;/code&gt; build target, and no changes to the configuration are required for this sample. Please correct me if I&amp;#39;m wrong.[/quote]
&lt;p&gt;You&amp;#39;re wrong. The upwards compatibility is AFAIK only about the AT cmds.&lt;/p&gt;
&lt;p&gt;Anyway, though zephyr is not only about the mcu or modem, it&amp;#39;s about the board with the periphery, you should always use the specific board to build.&amp;nbsp;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Help with CoAP Client Sample on nRF9160 DK Using Jio NB-IoT SIM</title><link>https://devzone.nordicsemi.com/thread/537985?ContentTypeID=1</link><pubDate>Wed, 04 Jun 2025 07:42:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fba522bb-51e5-45d3-9345-6cb5f832be8a</guid><dc:creator>Achim Kraus</dc:creator><description>&lt;p&gt;west build -b nrf9151dk/nrf9151/ns --pristine -- -DCONFIG_COAP_SAMPLE_SERVER_HOSTNAME=&amp;#39;&amp;quot;coap.me&amp;quot;&amp;#39; -DCONFIG_COAP_SAMPLE_RESOURCE=&amp;#39;&amp;quot;hello&amp;quot;&amp;#39; -DSNIPPET=&amp;quot;nrf91-modem-trace-uart&amp;quot; -DCONFIG_LTE_NETWORK_MODE_NBIOT=y&lt;/p&gt;
&lt;p&gt;(you may skip the&amp;nbsp;-DCONFIG_LTE_NETWORK_MODE_NBIOT=y, I just add this to force my modem in NB-IoT mode.)&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/coap_2D00_nbiot.pcapng.gz"&gt;devzone.nordicsemi.com/.../coap_2D00_nbiot.pcapng.gz&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Edited: just in the case you&amp;#39;re not common with using the modem trace and export capture in wireshark.&lt;/p&gt;
&lt;p&gt;Modem Trace, see&amp;nbsp;&lt;a href="https://academy.nordicsemi.com/courses/cellular-iot-fundamentals/lessons/lesson-7-cellular-fundamentals/topic/lesson-7-modem-trace/"&gt;DevAcademy - Modem Trace&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Export Captures, see&amp;nbsp;&lt;a href="https://github.com/eclipse-californium/californium/wiki/Logs-and-IP-Capturing-%E2%80%90-How-To-Provide-The-Right-Information#wireshark"&gt;Logs and IP Capturing ‐ How To Provide The Right Information - Wireshark&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Help with CoAP Client Sample on nRF9160 DK Using Jio NB-IoT SIM</title><link>https://devzone.nordicsemi.com/thread/537983?ContentTypeID=1</link><pubDate>Wed, 04 Jun 2025 07:29:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0a2bc404-27ee-44dd-9e5d-2688b2845905</guid><dc:creator>Arun_538</dc:creator><description>&lt;p data-start="67" data-end="155"&gt;I forgot to mention &amp;mdash; I&amp;#39;m actually using the &lt;strong data-start="123" data-end="137"&gt;nRF9151 DK&lt;/strong&gt;, not the nRF9160.&lt;/p&gt;
&lt;p data-start="157" data-end="356"&gt;From what I understand, the nRF9151 is fully compatible with the &lt;code data-start="222" data-end="244"&gt;nrf9160dk_nrf9160_ns&lt;/code&gt; build target, and no changes to the configuration are required for this sample. Please correct me if I&amp;#39;m wrong.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Help with CoAP Client Sample on nRF9160 DK Using Jio NB-IoT SIM</title><link>https://devzone.nordicsemi.com/thread/537981?ContentTypeID=1</link><pubDate>Wed, 04 Jun 2025 07:26:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1cc9155c-b44d-4cd2-a600-a93ae9ede6fc</guid><dc:creator>Arun_538</dc:creator><description>&lt;p&gt;still facing&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;*** Booting nRF Connect SDK v2.9.1-60d0d6c8d42d ***&lt;br /&gt;*** Using Zephyr OS v3.7.99-ca954a6216c9 ***&lt;br /&gt;[00:00:00.389,739] &amp;lt;inf&amp;gt; coap_client_sample: The CoAP client sample started&lt;br /&gt;[00:00:00.389,770] &amp;lt;inf&amp;gt; coap_client_sample: Bringing network interface up and connecting to the network&lt;br /&gt;[00:00:00.723,083] &amp;lt;inf&amp;gt; coap_client_sample: Waiting for network connectivity&lt;br /&gt;[00:01:16.345,245] &amp;lt;wrn&amp;gt; nrf_modem_lib_netif: No IPv4 address given by the network&lt;br /&gt;[00:01:16.411,895] &amp;lt;inf&amp;gt; coap_client_sample: Network connectivity established&lt;br /&gt;[00:01:16.616,424] &amp;lt;inf&amp;gt; coap_client_sample: IPv4 Address found 134.102.218.18&lt;br /&gt;[00:01:16.616,729] &amp;lt;inf&amp;gt; coap_client_sample: Initializing CoAP client&lt;br /&gt;[00:01:16.618,347] &amp;lt;err&amp;gt; coap_client_sample: Failed to send request: -114&lt;br /&gt;[00:01:16.618,347] &amp;lt;err&amp;gt; coap_client_sample: periodic_coap_request_loop, error: -114&lt;br /&gt;[00:01:16.618,347] &amp;lt;err&amp;gt; coap_client_sample: Fatal error! Rebooting the device*** Booting nRF Connect SDK v2.9.1-60d0d6c8d42d ***&lt;br /&gt;*** Using Zephyr OS v3.7.99-ca954a6216c9 ***&lt;br /&gt;[00:00:00.253,295] &amp;lt;inf&amp;gt; coap_client_sample: The CoAP client sample started&lt;br /&gt;[00:00:00.253,326] &amp;lt;inf&amp;gt; coap_client_sample: Bringing network interface up and connecting to the network&lt;br /&gt;[00:00:00.584,411] &amp;lt;inf&amp;gt; coap_client_sample: Waiting for network connectivity&lt;br /&gt;[00:01:21.317,138] &amp;lt;wrn&amp;gt; nrf_modem_lib_netif: No IPv4 address given by the network&lt;br /&gt;[00:01:21.388,763] &amp;lt;inf&amp;gt; coap_client_sample: Network connectivity established&lt;br /&gt;[00:01:21.738,281] &amp;lt;inf&amp;gt; coap_client_sample: IPv4 Address found 134.102.218.18&lt;br /&gt;[00:01:21.738,555] &amp;lt;inf&amp;gt; coap_client_sample: Initializing CoAP client&lt;br /&gt;[00:01:21.740,173] &amp;lt;err&amp;gt; coap_client_sample: Failed to send request: -114&lt;br /&gt;[00:01:21.740,203] &amp;lt;err&amp;gt; coap_client_sample: periodic_coap_request_loop, error: -114&lt;br /&gt;[00:01:21.740,203] &amp;lt;err&amp;gt; coap_client_sample: Fatal error! Rebooting the device&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Help with CoAP Client Sample on nRF9160 DK Using Jio NB-IoT SIM</title><link>https://devzone.nordicsemi.com/thread/537976?ContentTypeID=1</link><pubDate>Wed, 04 Jun 2025 07:08:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:41009aaf-a77d-4360-9b02-1b569fafd888</guid><dc:creator>Achim Kraus</dc:creator><description>&lt;p&gt;west build -d build_nrf9160dk_nrf9160_ns -b nrf9160dk/nrf9160/ns --pristine -- -DCONFIG_COAP_SAMPLE_SERVER_HOSTNAME=&amp;#39;&amp;quot;coap.me&amp;quot;&amp;#39; -DCONFIG_COAP_SAMPLE_RESOURCE=&amp;#39;&amp;quot;hello&amp;quot;&amp;#39; -DSNIPPET=&amp;quot;nrf91-modem-trace-uart&amp;quot;&lt;/p&gt;
&lt;p&gt;will enable the modem trace.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/coap.pcapng.gz"&gt;devzone.nordicsemi.com/.../coap.pcapng.gz&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;(My modem uses currently LTE-M, in my experience in Europe, there is no difference according UDP, except that LTE-M has a lower latency.)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Help with CoAP Client Sample on nRF9160 DK Using Jio NB-IoT SIM</title><link>https://devzone.nordicsemi.com/thread/537975?ContentTypeID=1</link><pubDate>Wed, 04 Jun 2025 07:04:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3946de27-417b-473b-a4b3-6444b450da95</guid><dc:creator>Arun_538</dc:creator><description>&lt;p data-start="103" data-end="191"&gt;Yes, I&amp;rsquo;m using &lt;strong data-start="118" data-end="131"&gt;NCS 2.9.1&lt;/strong&gt; with the sample located at:&lt;br data-start="159" data-end="162" /&gt; &lt;code data-start="162" data-end="191"&gt;nrf/samples/net/coap_client&lt;/code&gt;&lt;/p&gt;
&lt;p data-start="193" data-end="234"&gt;I only modified these two Kconfig values:&amp;nbsp;&lt;/p&gt;
&lt;p data-start="193" data-end="234"&gt;CONFIG_COAP_SAMPLE_SERVER_HOSTNAME=&amp;quot;coap.me&amp;quot;&lt;br /&gt;CONFIG_COAP_SAMPLE_RESOURCE=&amp;quot;hello&amp;quot;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Help with CoAP Client Sample on nRF9160 DK Using Jio NB-IoT SIM</title><link>https://devzone.nordicsemi.com/thread/537974?ContentTypeID=1</link><pubDate>Wed, 04 Jun 2025 06:59:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:262e9709-80e7-4bfa-9c51-f4c8b75fd3e4</guid><dc:creator>Arun_538</dc:creator><description>&lt;p data-start="137" data-end="269"&gt;Thank you. Yes&amp;nbsp; DNS resolves correctly, and I get the IPv4 address for &lt;code data-start="209" data-end="218"&gt;coap.me&lt;/code&gt;, but the CoAP GET request fails with error &lt;code data-start="262" data-end="268"&gt;-114&lt;/code&gt;.&lt;/p&gt;
&lt;p data-start="271" data-end="434"&gt;That&amp;rsquo;s why I suspect the issue may be that Jio&amp;rsquo;s NB-IoT network allows DNS (UDP port 53), but blocks CoAP (UDP port 5683) or general UDP traffic to public servers.&lt;/p&gt;
&lt;p data-start="436" data-end="563"&gt;I&amp;#39;m looking forward to your updated sample with modem trace support &amp;mdash; it will help confirm what&amp;#39;s happening at the modem level.&lt;/p&gt;
&lt;p data-start="565" data-end="695"&gt;Just to clarify, is this issue &lt;strong data-start="596" data-end="632"&gt;definitely due to my SIM/network&lt;/strong&gt;, or is there still a chance it could be a configuration issue?&lt;/p&gt;
&lt;p data-start="697" data-end="839"&gt;Please let me know once the updated sample is available.&amp;nbsp;&lt;/p&gt;
&lt;p data-start="841" data-end="868"&gt;Thanks again for your help!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Help with CoAP Client Sample on nRF9160 DK Using Jio NB-IoT SIM</title><link>https://devzone.nordicsemi.com/thread/537972?ContentTypeID=1</link><pubDate>Wed, 04 Jun 2025 06:45:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:91adca27-17a5-4d95-8e96-014f0e1a7565</guid><dc:creator>Achim Kraus</dc:creator><description>&lt;p&gt;If DNS works (that works also over UDP), CoAP should work as well.&lt;/p&gt;
&lt;p&gt;I will setup the sample to provide a modem trace, seems that the sample is not &amp;quot;up-to-date&amp;quot; for that.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Help with CoAP Client Sample on nRF9160 DK Using Jio NB-IoT SIM</title><link>https://devzone.nordicsemi.com/thread/537971?ContentTypeID=1</link><pubDate>Wed, 04 Jun 2025 06:43:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:70a53160-8b0f-448d-ae7b-787d831519bc</guid><dc:creator>Achim Kraus</dc:creator><description>&lt;p&gt;Your using NCS 2.9.1 and the &amp;quot;nrf/samples/net/coap_client&amp;quot;?&lt;/p&gt;
&lt;p&gt;You only modified the&amp;nbsp;COAP_SAMPLE_SERVER_HOSTNAME and&amp;nbsp;COAP_SAMPLE_RESOURCE?&lt;/p&gt;
&lt;p&gt;(CONFIG_LTE_AUTO_INIT_AND_CONNECT isn&amp;#39;t longer valid for NCS 2.9.1).&lt;/p&gt;
&lt;p&gt;build with:&lt;/p&gt;
&lt;p&gt;west build -d build_nrf9160dk_nrf9160_ns -b nrf9160dk/nrf9160/ns --pristine -- -DCONFIG_COAP_SAMPLE_SERVER_HOSTNAME=&amp;#39;&amp;quot;coap.me&amp;quot;&amp;#39; -DCONFIG_COAP_SAMPLE_RESOURCE=&amp;#39;&amp;quot;hello&amp;quot;&amp;#39;&lt;/p&gt;
&lt;p&gt;log:&lt;/p&gt;
&lt;p&gt;*** Booting nRF Connect SDK v2.9.1-60d0d6c8d42d ***&lt;br /&gt;*** Using Zephyr OS v3.7.99-ca954a6216c9 ***&lt;br /&gt;[00:00:00.361,267] &amp;lt;inf&amp;gt; coap_client_sample: The CoAP client sample started&lt;br /&gt;[00:00:00.361,297] &amp;lt;inf&amp;gt; coap_client_sample: Bringing network interface up and connecting to the network&lt;br /&gt;[00:00:00.639,953] &amp;lt;inf&amp;gt; coap_client_sample: Waiting for network connectivity&lt;br /&gt;[00:00:04.856,750] &amp;lt;inf&amp;gt; coap_client_sample: Network connectivity established&lt;br /&gt;[00:00:11.097,595] &amp;lt;inf&amp;gt; coap_client_sample: Network connectivity lost&lt;br /&gt;[00:00:12.389,495] &amp;lt;err&amp;gt; coap_client_sample: getaddrinfo, error: -11&lt;br /&gt;[00:00:12.389,526] &amp;lt;err&amp;gt; coap_client_sample: Failed to resolve server name&lt;br /&gt;[00:00:12.389,556] &amp;lt;err&amp;gt; coap_client_sample: periodic_coap_request_loop, error: -11&lt;br /&gt;[00:00:12.389,556] &amp;lt;err&amp;gt; coap_client_sample: Fatal error! Rebooting the device.&lt;br /&gt;*** Booting nRF Connect SDK v2.9.1-60d0d6c8d42d ***&lt;br /&gt;*** Using Zephyr OS v3.7.99-ca954a6216c9 ***&lt;br /&gt;[00:00:00.253,875] &amp;lt;inf&amp;gt; coap_client_sample: The CoAP client sample started&lt;br /&gt;[00:00:00.253,906] &amp;lt;inf&amp;gt; coap_client_sample: Bringing network interface up and connecting to the network&lt;br /&gt;[00:00:00.532,379] &amp;lt;inf&amp;gt; coap_client_sample: Waiting for network connectivity&lt;br /&gt;[00:00:04.866,058] &amp;lt;inf&amp;gt; coap_client_sample: Network connectivity established&lt;br /&gt;[00:00:12.886,718] &amp;lt;inf&amp;gt; coap_client_sample: Network connectivity lost&lt;br /&gt;[00:00:15.669,952] &amp;lt;inf&amp;gt; coap_client_sample: Network connectivity established&lt;br /&gt;[00:00:16.224,029] &amp;lt;inf&amp;gt; coap_client_sample: IPv4 Address found 134.102.218.18&lt;br /&gt;[00:00:16.224,304] &amp;lt;inf&amp;gt; coap_client_sample: Initializing CoAP client&lt;br /&gt;[00:00:16.225,921] &amp;lt;inf&amp;gt; coap_client_sample: CoAP GET request sent sent to coap.me, resource: hello&lt;br /&gt;[00:00:16.312,255] &amp;lt;inf&amp;gt; coap_client_sample: CoAP response: code: 0x45, payload: world&lt;br /&gt;[00:00:21.267,181] &amp;lt;inf&amp;gt; coap_client_sample: CoAP GET request sent sent to coap.me, resource: hello&lt;br /&gt;[00:00:22.056,579] &amp;lt;inf&amp;gt; coap_client_sample: CoAP response: code: 0x45, payload: world&lt;br /&gt;[00:00:26.308,471] &amp;lt;inf&amp;gt; coap_client_sample: CoAP GET request sent sent to coap.me, resource: hello&lt;br /&gt;[00:00:26.887,603] &amp;lt;inf&amp;gt; coap_client_sample: CoAP response: code: 0x45, payload: world&lt;br /&gt;[00:00:31.349,761] &amp;lt;inf&amp;gt; coap_client_sample: CoAP GET request sent sent to coap.me, resource: hello&lt;br /&gt;[00:00:31.965,087] &amp;lt;inf&amp;gt; coap_client_sample: CoAP response: code: 0x45, payload: world&lt;br /&gt;[00:00:36.391,082] &amp;lt;inf&amp;gt; coap_client_sample: CoAP GET request sent sent to coap.me, resource: hello&lt;br /&gt;[00:00:37.008,239] &amp;lt;inf&amp;gt; coap_client_sample: CoAP response: code: 0x45, payload: world&lt;br /&gt;[00:00:41.432,403] &amp;lt;inf&amp;gt; coap_client_sample: CoAP GET request sent sent to coap.me, resource: hello&lt;br /&gt;[00:00:42.005,462] &amp;lt;inf&amp;gt; coap_client_sample: CoAP response: code: 0x45, payload: world&lt;br /&gt;[00:00:46.473,693] &amp;lt;inf&amp;gt; coap_client_sample: CoAP GET request sent sent to coap.me, resource: hello&lt;br /&gt;[00:00:47.044,525] &amp;lt;inf&amp;gt; coap_client_sample: CoAP response: code: 0x45, payload: world&lt;br /&gt;[00:00:51.515,014] &amp;lt;inf&amp;gt; coap_client_sample: CoAP GET request sent sent to coap.me, resource: hello&lt;br /&gt;[00:00:52.085,845] &amp;lt;inf&amp;gt; coap_client_sample: CoAP response: code: 0x45, payload: world&lt;br /&gt;[00:00:56.556,335] &amp;lt;inf&amp;gt; coap_client_sample: CoAP GET request sent sent to coap.me, resource: hello&lt;br /&gt;[00:00:58.556,243] &amp;lt;inf&amp;gt; coap_client_sample: CoAP response: code: 0x45, payload: world&lt;br /&gt;[00:01:01.597,656] &amp;lt;inf&amp;gt; coap_client_sample: CoAP GET request sent sent to coap.me, resource: hello&lt;br /&gt;[00:01:02.214,294] &amp;lt;inf&amp;gt; coap_client_sample: CoAP response: code: 0x45, payload: world&lt;br /&gt;[00:01:06.638,977] &amp;lt;inf&amp;gt; coap_client_sample: CoAP GET request sent sent to coap.me, resource: hello&lt;br /&gt;[00:01:07.635,589] &amp;lt;inf&amp;gt; coap_client_sample: CoAP response: code: 0x45, payload: world&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Help with CoAP Client Sample on nRF9160 DK Using Jio NB-IoT SIM</title><link>https://devzone.nordicsemi.com/thread/537960?ContentTypeID=1</link><pubDate>Wed, 04 Jun 2025 03:53:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1102193a-dc98-426b-bebb-dbfc18b884c2</guid><dc:creator>Arun_538</dc:creator><description>&lt;p data-start="238" data-end="253"&gt;Hi,&lt;/p&gt;
&lt;p data-start="461" data-end="470"&gt;My setup:&lt;/p&gt;
&lt;ul data-start="472" data-end="640"&gt;
&lt;li data-start="472" data-end="514"&gt;
&lt;p data-start="474" data-end="514"&gt;LTE network registration is successful&lt;/p&gt;
&lt;/li&gt;
&lt;li data-start="515" data-end="552"&gt;
&lt;p data-start="517" data-end="552"&gt;DNS resolution of &lt;code data-start="535" data-end="544"&gt;coap.me&lt;/code&gt; works&lt;/p&gt;
&lt;/li&gt;
&lt;li data-start="553" data-end="578"&gt;
&lt;p data-start="555" data-end="578"&gt;IPv4 address is found&lt;/p&gt;
&lt;/li&gt;
&lt;li data-start="579" data-end="640"&gt;
&lt;p data-start="581" data-end="640"&gt;But the CoAP request fails with error: &lt;code data-start="620" data-end="626"&gt;-114&lt;/code&gt; (ENETUNREACH)&lt;/p&gt;
&lt;p data-start="581" data-end="640"&gt;Has anyone successfully sent UDP CoAP packets using &lt;strong data-start="1283" data-end="1308"&gt;any Indian NB-IoT SIM&lt;/strong&gt; (Vodafone, BSNL, etc.)?&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Help with CoAP Client Sample on nRF9160 DK Using Jio NB-IoT SIM</title><link>https://devzone.nordicsemi.com/thread/537237?ContentTypeID=1</link><pubDate>Tue, 27 May 2025 15:55:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:194339ae-c6b1-48c6-964d-715fce46980b</guid><dc:creator>Achim Kraus</dc:creator><description>&lt;p&gt;Let me recommend:&lt;/p&gt;
&lt;p&gt;First check, if the modem registers successful to a network, e.g. enable the modem trace and use the cellular monitor.&lt;/p&gt;
&lt;p&gt;Does it register? If not, it&amp;#39;s related to you SIM card and the available networks.&lt;/p&gt;
&lt;p&gt;&amp;gt; Has anyone successfully used NB-IoT (especially with Jio SIM) to send CoAP requests over UDP?&lt;/p&gt;
&lt;p&gt;Not with that SIM. With a couple of other SIMs, if there is a subscribed NB-IoT network reachable, it works. UDP is nothing special on that level. I use CoAP via cellular (nRF9160) for a couple of years. It&amp;#39;s superior in terms of data-volume and energy, especially, if encryption is required, DTLS 1.2 CID does a good job (RFC9146, I&amp;#39;m one of the co-autors, so I&amp;#39;m biased).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>