<?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>How to set node as child role in OpenThread?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/22053/how-to-set-node-as-child-role-in-openthread</link><description>Hi All, 
 At the moment, I have three nodes and would like to configure one node as an end-device and the other two as routers. Using CoAP, the simple_coap_server is used for the router nodes and the simple_coap_client is used for the end-device node</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 16 May 2017 10:36:43 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/22053/how-to-set-node-as-child-role-in-openthread" /><item><title>RE: How to set node as child role in OpenThread?</title><link>https://devzone.nordicsemi.com/thread/86568?ContentTypeID=1</link><pubDate>Tue, 16 May 2017 10:36:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:636f324f-53d0-497a-860b-2712091f1e18</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Happy to help!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to set node as child role in OpenThread?</title><link>https://devzone.nordicsemi.com/thread/86567?ContentTypeID=1</link><pubDate>Tue, 16 May 2017 10:30:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:18c3189b-2cf2-4a52-9bfd-356e6a9768d1</guid><dc:creator>Roger</dc:creator><description>&lt;p&gt;I previously downloaded nRF5_SDK_for_Thread_v0.8.0_fc4eda1.zip.
I now downloaded nRF5_SDK_for_Thread_v0.9.0_10dc8d6.zip.
Tested &lt;a href="https://github.com/openthread/openthread/tree/master/src/cli#coap-client-method-ipv6address-uri-payload-messagetype"&gt;coap client&lt;/a&gt; and it works perfectly.&lt;/p&gt;
&lt;p&gt;Thanks again for all your help Jørgen, I appreciate it!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to set node as child role in OpenThread?</title><link>https://devzone.nordicsemi.com/thread/86566?ContentTypeID=1</link><pubDate>Tue, 16 May 2017 09:23:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1d45f167-12dc-417f-880a-70fc9b0acd53</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Which version of the Thread SDK are you using? I see that the CoAP server/clients were first &lt;a href="https://github.com/openthread/openthread/commit/6a520dd63cfa740867d8345cee27c7a3caaf9b71#diff-0d42ec5048d949ff488041b5a41667aa"&gt;added to the OpenThread repository on April 11.&lt;/a&gt;, so it is not available in &lt;a href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.threadsdk.v0.8.0/index.html?cp=4_1_1"&gt;nRF5 SDK for Thread v0.8.0&lt;/a&gt;. It should work with &lt;a href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.threadsdk.v0.9.0/index.html?cp=4_1_0"&gt;nRF5 SDK for Thread v0.9.0&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to set node as child role in OpenThread?</title><link>https://devzone.nordicsemi.com/thread/86565?ContentTypeID=1</link><pubDate>Tue, 16 May 2017 07:21:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:39c5eb61-ac0b-4116-b33b-ceb659714d29</guid><dc:creator>Roger</dc:creator><description>&lt;p&gt;I get an &amp;#39;Error 6&amp;#39;. On the server receiving node, when I enter from the CLI &lt;em&gt;coap server start&lt;/em&gt;, I also get an &amp;#39;Error 6&amp;#39;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to set node as child role in OpenThread?</title><link>https://devzone.nordicsemi.com/thread/86564?ContentTypeID=1</link><pubDate>Mon, 15 May 2017 14:41:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:92d8250f-f15c-4758-a66e-54e7ffdeb1f6</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Which error does it give? Have you enabled the coap server on the receiving node using &lt;a href="https://github.com/openthread/openthread/tree/master/src/cli#coap-server-phase"&gt;&lt;em&gt;coap server&lt;/em&gt;&lt;/a&gt;, and set a URI string for the resource using &lt;a href="https://github.com/openthread/openthread/tree/master/src/cli#coap-server-name-uri"&gt;&lt;em&gt;coap server name&lt;/em&gt;&lt;/a&gt; before calling &lt;em&gt;coap client&lt;/em&gt;?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to set node as child role in OpenThread?</title><link>https://devzone.nordicsemi.com/thread/86563?ContentTypeID=1</link><pubDate>Mon, 15 May 2017 14:30:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f19597b1-6c98-422f-9b82-0422a2a1b7c3</guid><dc:creator>Roger</dc:creator><description>&lt;p&gt;Hi Jørgen,&lt;/p&gt;
&lt;p&gt;Very helpful, thank you! I tested it and it works. I&amp;#39;m still getting around the API functions.&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve been wondering, if I want to send a message to a specific router address, will the CLI command &lt;a href="https://github.com/openthread/openthread/tree/master/src/cli#coap-client-method-ipv6address-uri-payload-messagetype"&gt;coap client&lt;/a&gt; work with the API? I tested it but it seems to give me an error.&lt;/p&gt;
&lt;p&gt;Roger&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to set node as child role in OpenThread?</title><link>https://devzone.nordicsemi.com/thread/86562?ContentTypeID=1</link><pubDate>Mon, 15 May 2017 13:48:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:75eaeee0-6109-45f1-8dcc-1d49eb6e1381</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Hi Roger,&lt;/p&gt;
&lt;p&gt;You can use the function &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.threadsdk.v0.8.0/group__config-general.html?cp=4_1_1_3_0_2_0_26#ga6c9d56bab8f43bfc4e3582bd3d51c1e3"&gt;&lt;code&gt;otThreadSetRouterRoleEnabled()&lt;/code&gt;&lt;/a&gt; to disable or enable the router role in a Full Thread Device (FTD).&lt;/p&gt;
&lt;p&gt;You can also enable or disable the router role using the CLI command &lt;a href="https://github.com/openthread/openthread/tree/master/src/cli#routerrole"&gt;&lt;code&gt;routerrole&lt;/code&gt;&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Jørgen&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>