<?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 coprocessor sample from sdk v3.2.1 doesn&amp;#39;t work for me with openthread border router</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/126978/openthread-coprocessor-sample-from-sdk-v3-2-1-doesn-t-work-for-me-with-openthread-border-router</link><description>The openthread coprocessor sample in sdk v2.8.0 and v3.1.0 work for me with the openthread border router but not the sample in sdk v3.2.1 
 I followed the instructions for buiding the openthread border router and the coprocessor as described here: https</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 25 Feb 2026 15:24:43 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/126978/openthread-coprocessor-sample-from-sdk-v3-2-1-doesn-t-work-for-me-with-openthread-border-router" /><item><title>RE: openthread coprocessor sample from sdk v3.2.1 doesn't work for me with openthread border router</title><link>https://devzone.nordicsemi.com/thread/562074?ContentTypeID=1</link><pubDate>Wed, 25 Feb 2026 15:24:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f835710c-c58d-42ee-bff8-3876b760e50a</guid><dc:creator>Michael Hunold</dc:creator><description>&lt;p&gt;I just want to let everybody know that I ran into exactly the same issue.&lt;/p&gt;
&lt;p&gt;I wanted to rebuild my OpenThread border router setup using a Raspberry Pi 3B and a nRF52840 USB Dongle.&lt;/p&gt;
&lt;p&gt;I went directly for the OpenThread coprocessor sample from v3.2.1, but this failed in the way described here.&lt;/p&gt;
&lt;p&gt;I googled for the problem and came to this ticket. I switched to the&amp;nbsp;OpenThread coprocessor sample from v3.1.0 and it worked out-of-the-box.&lt;/p&gt;
&lt;p&gt;Regards!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: openthread coprocessor sample from sdk v3.2.1 doesn't work for me with openthread border router</title><link>https://devzone.nordicsemi.com/thread/561285?ContentTypeID=1</link><pubDate>Mon, 16 Feb 2026 17:47:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fcfc3833-d0c6-45a5-a708-2f4d1c6ed511</guid><dc:creator>Jan_Erik</dc:creator><description>&lt;p&gt;I should have said that the target is the nrf52840dongle, not connected to a dk with a segger chip.&lt;br /&gt;&lt;br /&gt;Removing all other usb devices had no effect.&lt;br /&gt;&lt;br /&gt;Just to be clear: The setup works perfectly when I flash the dongle with the coprocessor bult with nrfconnect sdk v3.1.0.&amp;nbsp; (and earlier versions.) It is only with v3.2.1. that the border router fails to connect with the coprocessor.&lt;br /&gt;&lt;br /&gt;While troubleshooting this issue, I discovered that the v3.2.1 has apparently changed the vendor ID for the dongle coprocessor.&lt;br /&gt;With v3.1.0 I get:&lt;br /&gt;&lt;pre class="ui-code" data-mode="text"&gt;lsusb
Bus 001 Device 003: ID 1915:0000 Nordic Semiconductor ASA Thread Co-Processor&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;with v3.2.1, I get:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;lsusb
Bus 001 Device 016: ID 2fe3:0004 NordicSemiconductor CDC ACM serial backend&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Given the udev rules in the only Nordic Semi udev ruleset that I have been able to find (&lt;a href="https://github.com/NordicSemiconductor/nrf-udev"&gt;https://github.com/NordicSemiconductor/nrf-udev&lt;/a&gt;)&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;# 71-nrf.rules
ACTION!=&amp;quot;add&amp;quot;, SUBSYSTEM!=&amp;quot;usb_device&amp;quot;, GOTO=&amp;quot;nrf_rules_end&amp;quot;

# Set /dev/bus/usb/*/* as read-write for all users (0666) for Nordic Semiconductor devices
SUBSYSTEM==&amp;quot;usb&amp;quot;, ATTRS{idVendor}==&amp;quot;1915&amp;quot;, MODE=&amp;quot;0666&amp;quot;

# Flag USB CDC ACM devices, handled later in 99-mm-nrf-blacklist.rules
# Set USB CDC ACM devnodes as read-write for all users
KERNEL==&amp;quot;ttyACM[0-9]*&amp;quot;, SUBSYSTEM==&amp;quot;tty&amp;quot;, SUBSYSTEMS==&amp;quot;usb&amp;quot;, ATTRS{idVendor}==&amp;quot;1915&amp;quot;, MODE=&amp;quot;0666&amp;quot;, ENV{NRF_CDC_ACM}=&amp;quot;1&amp;quot;

LABEL=&amp;quot;nrf_rules_end&amp;quot;&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;I wouldn&amp;#39;t expect the v3.2.1 coprocessor to work without changing the permissions to 0666.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Unfortunately, however, manually changing the permissions did not resolve the inablitity to communicate with the v3.2.1 coprocessor.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: openthread coprocessor sample from sdk v3.2.1 doesn't work for me with openthread border router</title><link>https://devzone.nordicsemi.com/thread/561240?ContentTypeID=1</link><pubDate>Mon, 16 Feb 2026 13:23:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e6c62ecf-c699-42de-91b0-a623260d4e37</guid><dc:creator>Priyanka</dc:creator><description>&lt;p&gt;Hi Jan,&lt;/p&gt;
&lt;p&gt;Could you try to unplug all other USB cables and plug in only the on that you intend to use for RCP?&lt;/p&gt;
&lt;p&gt;Also, could you try to force the HW flow control ? To avoid race conditions etc.&lt;/p&gt;
&lt;p&gt;So you could first disable MSD, i.e. the J-Link, then force the HW flow control and then perform a power cycle to apply this.&lt;/p&gt;
&lt;p&gt;-Priyanka&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: openthread coprocessor sample from sdk v3.2.1 doesn't work for me with openthread border router</title><link>https://devzone.nordicsemi.com/thread/561148?ContentTypeID=1</link><pubDate>Fri, 13 Feb 2026 16:52:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:357b4f9d-c1ad-4cd8-a1ae-6d408816958d</guid><dc:creator>Jan_Erik</dc:creator><description>&lt;p&gt;It&amp;#39;s similar in the sense that the error message indicates that the border router is unable to communicate with the rcp. It is different in that it is not due to a connection issue. As I said in the original post, I have installed the border router version that is recommended in the documentation for sdk v3.2.1. A coprocessor built with sdk v2.8.0 and v3.1.0 work with the border router but the coprocessor built with v3.2.1 does not.&lt;/p&gt;
&lt;p&gt;Jan Erik&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: openthread coprocessor sample from sdk v3.2.1 doesn't work for me with openthread border router</title><link>https://devzone.nordicsemi.com/thread/560991?ContentTypeID=1</link><pubDate>Thu, 12 Feb 2026 11:16:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:191efb90-37e5-4d8f-bb0d-c17bcba13f9f</guid><dc:creator>Priyanka</dc:creator><description>&lt;p&gt;Hi Jan,&lt;/p&gt;
&lt;p&gt;Could you take a look at the solution mentioned in&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/121496/raspberry-pi-rcp-setup-fails"&gt; this ticket &lt;/a&gt;for a similar error and let me know how it goes.&lt;/p&gt;
&lt;p&gt;-Priyanka&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>