<?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>Send COAP messages from a computer to the nrf5340 CoAP server via my border router. Is that possible? And if So, How?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/81040/send-coap-messages-from-a-computer-to-the-nrf5340-coap-server-via-my-border-router-is-that-possible-and-if-so-how</link><description>I try to connect my nrf5340 CoAP server via my border router with CoAP Messages (with the IP address) from a computer. Is that possible? And if so, How? 
 I made a border router of my raspberry pi with the guide of OpenThread. I can now ping from my computer</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 28 Oct 2021 14:37:17 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/81040/send-coap-messages-from-a-computer-to-the-nrf5340-coap-server-via-my-border-router-is-that-possible-and-if-so-how" /><item><title>RE: Send COAP messages from a computer to the nrf5340 CoAP server via my border router. Is that possible? And if So, How?</title><link>https://devzone.nordicsemi.com/thread/336535?ContentTypeID=1</link><pubDate>Thu, 28 Oct 2021 14:37:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5077bba4-6f9b-4fc5-b7fa-1a874d38f0f8</guid><dc:creator>JONATHAN LL</dc:creator><description>&lt;p&gt;Can you share ipconfig from the border router? Since this is a public ticket I recommend that you send me a DM with the ipconfig info, so that you don&amp;#39;t share anything you don&amp;#39;t want to to the public.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;It might be that the router you is the cause of the issue.&amp;nbsp;&lt;br /&gt;Older case with related issue:&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/29063/how-do-i-forward-ipv6-prefix-into-thread-network-to-reach-coap-server"&gt;https://devzone.nordicsemi.com/f/nordic-q-a/29063/how-do-i-forward-ipv6-prefix-into-thread-network-to-reach-coap-server&lt;/a&gt;&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;Jonathan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Send COAP messages from a computer to the nrf5340 CoAP server via my border router. Is that possible? And if So, How?</title><link>https://devzone.nordicsemi.com/thread/336526?ContentTypeID=1</link><pubDate>Thu, 28 Oct 2021 14:12:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8e763ca1-2d71-4b77-a007-88e3b386da74</guid><dc:creator>kakadua</dc:creator><description>&lt;p&gt;Thanks! There is only one problem with the coap server example of the nrf SDK. If I add it to the thread network, it doesn&amp;#39;t get an IP address with the OMR prefix (a normal CLI example get the OMR prefix, and I could ping it from my local PC). I do not know if you have already answered this question with the links you sent. If so, can you explain what is causing this problem?&lt;br /&gt;Many thanks for considering my request.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Send COAP messages from a computer to the nrf5340 CoAP server via my border router. Is that possible? And if So, How?</title><link>https://devzone.nordicsemi.com/thread/336515?ContentTypeID=1</link><pubDate>Thu, 28 Oct 2021 13:51:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:01c9c229-f333-4869-8059-f63e501a876f</guid><dc:creator>JONATHAN LL</dc:creator><description>&lt;p&gt;Have a update for you, I might not have the perfect answer but should be able to help you along the way.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;If wat you want is to send a CoAP message from a local PC on the same network or a cloud server?&lt;br /&gt;If you have IPv6 connection to the Thread node and the CoAP server then you can just use IPv6 address directly, If you don&amp;#39;t have a global IPv6 then you have to use IPv4, here is a link to a previous answer here on Devzone:&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/61283/how-to-ping-host-pc-from-thread-ftd/249798#249798"&gt;https://devzone.nordicsemi.com/f/nordic-q-a/61283/how-to-ping-host-pc-from-thread-ftd/249798#249798&lt;/a&gt;&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;So you need the IP of your DK, you might be able to look it up from the border router. When it comes to the internet application then that is not relay our expertise, but feel free to ask about anything.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Adding som linke at the bottom here;&lt;br /&gt;&lt;a href="https://www.javacodegeeks.com/2018/11/coap-protocol-step-step-guide.html"&gt;https://www.javacodegeeks.com/2018/11/coap-protocol-step-step-guide.html&lt;/a&gt;&amp;nbsp;&lt;br /&gt;&lt;a href="https://docs.zephyrproject.org/latest/reference/networking/coap.html#coap-server"&gt;https://docs.zephyrproject.org/latest/reference/networking/coap.html#coap-server&lt;/a&gt;&amp;nbsp;&lt;br /&gt;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/29063/how-do-i-forward-ipv6-prefix-into-thread-network-to-reach-coap-server"&gt;https://devzone.nordicsemi.com/f/nordic-q-a/29063/how-do-i-forward-ipv6-prefix-into-thread-network-to-reach-coap-server&lt;/a&gt;&amp;nbsp;&lt;br /&gt;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/27543/how-to-control-coap-client-led-using-coap-server"&gt;https://devzone.nordicsemi.com/f/nordic-q-a/27543/how-to-control-coap-client-led-using-coap-server&lt;/a&gt;&amp;nbsp;&lt;br /&gt;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/19100/no-ping-between-nrf52-coap-server-and-pc"&gt;https://devzone.nordicsemi.com/f/nordic-q-a/19100/no-ping-between-nrf52-coap-server-and-pc&lt;/a&gt;&amp;nbsp;&lt;br /&gt;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/48493/coap-client-application-can-t-reach-nrf52840-coap-server-whereas-ipv6-pings-work"&gt;https://devzone.nordicsemi.com/f/nordic-q-a/48493/coap-client-application-can-t-reach-nrf52840-coap-server-whereas-ipv6-pings-work&lt;/a&gt;&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;Jonathan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Send COAP messages from a computer to the nrf5340 CoAP server via my border router. Is that possible? And if So, How?</title><link>https://devzone.nordicsemi.com/thread/336268?ContentTypeID=1</link><pubDate>Wed, 27 Oct 2021 14:45:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7838164f-1097-405b-82dc-d8841237a623</guid><dc:creator>kakadua</dc:creator><description>&lt;p&gt;Thanks for already updating me about this update! I will look forward to your answer friday&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Send COAP messages from a computer to the nrf5340 CoAP server via my border router. Is that possible? And if So, How?</title><link>https://devzone.nordicsemi.com/thread/336255?ContentTypeID=1</link><pubDate>Wed, 27 Oct 2021 14:18:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:211a5bd4-52ef-40e2-bc55-061ab7f6eb14</guid><dc:creator>JONATHAN LL</dc:creator><description>&lt;p&gt;Hi, will look in to this an update you on Friday.&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;Jonathan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>