<?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>OpenThread RCP using custom nRF52840 Module</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/114343/openthread-rcp-using-custom-nrf52840-module</link><description>I am using nRF52840 Dongle as RCP with RP4 as OTBR and its working fine. 
 I have compiled sample/openthread/coprocessor as RCP using VS-Code. When trying the same via 52840DK or my custom nRF52840 modules, its not working as RCP. 
 My requirement is</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 03 Sep 2024 16:45:47 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/114343/openthread-rcp-using-custom-nrf52840-module" /><item><title>RE: OpenThread RCP using custom nRF52840 Module</title><link>https://devzone.nordicsemi.com/thread/501028?ContentTypeID=1</link><pubDate>Tue, 03 Sep 2024 16:45:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f7d4b350-1b13-4d82-b740-e00f24f75521</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
[quote user="ArunRuchir"]&amp;lt;Arun&amp;gt; 2.4.1[/quote]
&lt;p&gt;&lt;span&gt;Could you try the latest NCS, v2.7.0?&lt;/span&gt;&lt;/p&gt;
[quote user="ArunRuchir"]Please suggest how to check if DK is properly flashed with RCP and why it is not working with RP4 as OTBR.&amp;nbsp;[/quote]
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;span&gt;The&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-2.7.0/page/nrf/samples/openthread/coprocessor/README.html"&gt;Thread: Co-processor&lt;/a&gt; sample supports optional&amp;nbsp;&lt;/span&gt;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-2.7.0/page/nrf/samples/openthread/coprocessor/README.html#ot-coprocessor-sample-logging"&gt;&lt;span&gt;logging extension&lt;/span&gt;&lt;/a&gt;&lt;span&gt;, which can be turned on or off independently. See&amp;nbsp;&lt;/span&gt;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-2.7.0/page/nrf/samples/openthread/coprocessor/README.html#ot-coprocessor-sample-activating-variants"&gt;&lt;span&gt;Snippets&lt;/span&gt;&lt;/a&gt;&lt;span&gt;&amp;nbsp;for details. Please provide the log to help investigate the issue.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;-Amanda H.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: OpenThread RCP using custom nRF52840 Module</title><link>https://devzone.nordicsemi.com/thread/500864?ContentTypeID=1</link><pubDate>Tue, 03 Sep 2024 04:48:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ce9d3e40-75fe-47e0-b840-ff5b10718cdb</guid><dc:creator>ArunRuchir</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Are you using&amp;nbsp;&lt;/span&gt;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-2.7.0/page/nrf/samples/openthread/coprocessor/README.html"&gt;Thread: Co-processor&lt;/a&gt;&lt;span&gt;&amp;nbsp;for&amp;nbsp;&lt;/span&gt;&lt;span&gt;nRF52840 Dongle?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;lt;Arun&amp;gt; I had an 7-8 months old Hex file which I am successfully using. I have not tried new flashing for now.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Which version of NCS are you using?&lt;/p&gt;
&lt;p&gt;&amp;lt;Arun&amp;gt; 2.4.1&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Please elaborate on how it doesn&amp;#39;t work as RCP. Any log? You can build with&amp;nbsp;snippets&amp;nbsp;logging to get the RTT log.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;lt;Arun&amp;gt; My RP4 with Dongle is working fine as OTBR. Once I flash DK with Co-Processor and connect to RP4, it does not work as OTBR. No logs or any visible feedback.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Also, please check and configure the following library option that is used by the sample:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;a title="(in Kconfig reference v&amp;amp;nbsp;)" href="https://docs.nordicsemi.com/bundle/ncs-2.7.0/page/kconfig/index.html#CONFIG_OPENTHREAD_COPROCESSOR_RCP"&gt;&lt;code&gt;&lt;span&gt;CONFIG_OPENTHREAD_COPROCESSOR_RCP&lt;/span&gt;&lt;/code&gt;&lt;/a&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;- Selects the RCP architecture for the sample.&lt;/p&gt;
&amp;lt;Arun&amp;gt; Yes, this is part of Prj file while compiling.&amp;nbsp;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Please suggest how to check if DK is properly flashed with RCP and why it is not working with RP4 as OTBR.&amp;nbsp;&lt;br /&gt;My ultimate objective is to use my customer nRF52840 module as RCP (which will happen once DK is working fine).&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;
&lt;p&gt;Arun&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: OpenThread RCP using custom nRF52840 Module</title><link>https://devzone.nordicsemi.com/thread/500602?ContentTypeID=1</link><pubDate>Fri, 30 Aug 2024 13:16:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:54feec57-84ab-4667-a0f1-bc21dddea4b9</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
[quote user=""]I am using nRF52840 Dongle as RCP with RP4 as OTBR and its working fine.&amp;nbsp;[/quote]
&lt;p&gt;Are you using&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-2.7.0/page/nrf/samples/openthread/coprocessor/README.html"&gt;Thread: Co-processor&lt;/a&gt;&amp;nbsp;for&amp;nbsp;&lt;span&gt;nRF52840 Dongle?&lt;/span&gt;&lt;/p&gt;
[quote user=""]I have compiled sample/openthread/coprocessor as RCP using VS-Code. When trying the same via 52840DK or my custom nRF52840 modules, its not working as RCP.&amp;nbsp;[/quote]
&lt;p&gt;Which version of NCS are you using?&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Please elaborate on how it doesn&amp;#39;t work as RCP. Any log? You can build with&amp;nbsp;snippets&amp;nbsp;logging to get the RTT log.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Also, please check and configure the following library option that is used by the sample:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;a title="(in Kconfig reference v&amp;amp;nbsp;)" href="https://docs.nordicsemi.com/bundle/ncs-2.7.0/page/kconfig/index.html#CONFIG_OPENTHREAD_COPROCESSOR_RCP"&gt;&lt;code&gt;&lt;span&gt;CONFIG_OPENTHREAD_COPROCESSOR_RCP&lt;/span&gt;&lt;/code&gt;&lt;/a&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;- Selects the RCP architecture for the sample.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Regards,&lt;br /&gt;Amanda H.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>