<?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>Feasibility of Running Thread NCP concurrently with other Thread Functions</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/36617/feasibility-of-running-thread-ncp-concurrently-with-other-thread-functions</link><description>I am looking for some advice before diving in to what could be a big waste of time. In my existing Thread implementation, I use nRF52840&amp;#39;s in two different configurations: 
 
 Config 1 - Connected to Raspberry Pi and running Nordic&amp;#39;s NCP implementation</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 28 Apr 2020 11:42:15 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/36617/feasibility-of-running-thread-ncp-concurrently-with-other-thread-functions" /><item><title>RE: Feasibility of Running Thread NCP concurrently with other Thread Functions</title><link>https://devzone.nordicsemi.com/thread/247078?ContentTypeID=1</link><pubDate>Tue, 28 Apr 2020 11:42:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7cfb41b1-0d21-435f-ae6a-eff23c7bbc6e</guid><dc:creator>Bhumika</dc:creator><description>&lt;p&gt;Hi Rob,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I am also trying a similar approach. Has this approach worked for you?&lt;/p&gt;
&lt;p&gt;I am using a single instance as suggested, but can&amp;#39;t find coap packet traces in my coap server which is on RPi.&lt;/p&gt;
&lt;p&gt;Is there a way by which I can see NCP logs (RTT logs) on RPi so that I can narrow down the error ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Feasibility of Running Thread NCP concurrently with other Thread Functions</title><link>https://devzone.nordicsemi.com/thread/167397?ContentTypeID=1</link><pubDate>Wed, 23 Jan 2019 14:12:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a28de564-6a1d-4f21-b244-f971073e3ee1</guid><dc:creator>Rob C</dc:creator><description>&lt;p&gt;I haven&amp;#39;t pursued this path yet, but don&amp;#39;t want to leave the ticket hanging.&amp;nbsp; Marking answer as verified.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Feasibility of Running Thread NCP concurrently with other Thread Functions</title><link>https://devzone.nordicsemi.com/thread/141928?ContentTypeID=1</link><pubDate>Mon, 30 Jul 2018 13:09:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6603a1e9-026c-4fc7-9b2e-c8a61905a3d5</guid><dc:creator>Rob C</dc:creator><description>&lt;p&gt;Thanks Piotr,&lt;/p&gt;
&lt;p&gt;It is very helpful just to know I&amp;#39;m heading down a reasonable path.&amp;nbsp; I&amp;#39;ll give it a try using a single instance and let you know how it goes.&amp;nbsp; It will probably be towards the end of this week before I get back to this.&lt;/p&gt;
&lt;p&gt;Best,&lt;br /&gt;Rob&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Feasibility of Running Thread NCP concurrently with other Thread Functions</title><link>https://devzone.nordicsemi.com/thread/141899?ContentTypeID=1</link><pubDate>Mon, 30 Jul 2018 12:05:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b1ffe4eb-2a0c-44ae-9e64-849f11b2d94c</guid><dc:creator>Piotr Szkotak</dc:creator><description>&lt;p&gt;Hi Rob,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;This is an interesting approach, but I would not expect many difficulties in the implementation.&lt;/p&gt;
&lt;p&gt;In my opinion there is no need to create additional OT instance, let&amp;#39;s&amp;nbsp;use&lt;span&gt;&amp;nbsp;&lt;/span&gt;the one we already have.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I would just initialize CoAP and see how it&amp;#39;s going - I expect that it would work just fine.&lt;/p&gt;
&lt;p&gt;As a reference please check the simple coap client/server.&lt;/p&gt;
&lt;p&gt;Especially&amp;nbsp;thread_coap_utils_init() function and the thread_coap_utils.c in general show OpenThread calls that need to be performed.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Please let us know if you will have any issues so we could help you more if needed.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;/p&gt;
&lt;p&gt;Piotr Szkotak&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Feasibility of Running Thread NCP concurrently with other Thread Functions</title><link>https://devzone.nordicsemi.com/thread/141362?ContentTypeID=1</link><pubDate>Wed, 25 Jul 2018 14:36:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b07a212e-daca-46f9-94c6-74d69ae4e2c2</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Hi Rob,&lt;/p&gt;
&lt;p&gt;I forwarded your question to our Thread developers. Unfortunately, there is nobody available to answer this until next week due to vacation and low staffing.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Will get back to you as soon as I have an answer for you.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Jørgen&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>