<?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>Thread demo with BMD-340 Rigado and FRDM-KW41Z NXP</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/42673/thread-demo-with-bmd-340-rigado-and-frdm-kw41z-nxp</link><description>Hi everyone, 
 right now I have two different kinds of Evaluation Kit: two FRDM-KW41Z from NXP with Thread Demo which can be found with this link: 
 https://www.nxp.com/products/processors-and-microcontrollers/arm-based-processors-and-mcus/kinetis-cortex</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 25 Jan 2019 15:08:45 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/42673/thread-demo-with-bmd-340-rigado-and-frdm-kw41z-nxp" /><item><title>RE: Thread demo with BMD-340 Rigado and FRDM-KW41Z NXP</title><link>https://devzone.nordicsemi.com/thread/167994?ContentTypeID=1</link><pubDate>Fri, 25 Jan 2019 15:08:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c3107130-d5e9-4dc9-91ce-e7a73879423f</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;I&amp;#39;m not sure I understand your question. Do you want to change the IP of a device that has already joined the network? In that case it should have been assigned correct IP addresses when it was commissioned. You cannot &amp;quot;change the IP&amp;quot; in order to join an existing network.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Thread demo with BMD-340 Rigado and FRDM-KW41Z NXP</title><link>https://devzone.nordicsemi.com/thread/167287?ContentTypeID=1</link><pubDate>Wed, 23 Jan 2019 08:42:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:90103e0a-79c4-404e-a938-e8373309219d</guid><dc:creator>kA_nard</dc:creator><description>&lt;p&gt;Is there any way to change manually the IP address? For example, I have already a Thread network with a mesh prefix and IID. And I want to change the IP address of the BMD-340 according to the IP of the Thread network.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Thread demo with BMD-340 Rigado and FRDM-KW41Z NXP</title><link>https://devzone.nordicsemi.com/thread/166897?ContentTypeID=1</link><pubDate>Mon, 21 Jan 2019 15:04:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8e8d9124-d27b-4245-a462-325d27218065</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;You can use the function&amp;nbsp;&lt;span&gt;&lt;a href="https://www.nordicsemi.com/DocLib/Content/SDK_Doc/Thread_SDK/v2-0-0/group__api-thread-general#ga604c1bd037455e027e11c83b6b0e0df8"&gt;otThreadSetNetworkName()&lt;/a&gt; to set a network name in the application.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Thread demo with BMD-340 Rigado and FRDM-KW41Z NXP</title><link>https://devzone.nordicsemi.com/thread/166791?ContentTypeID=1</link><pubDate>Mon, 21 Jan 2019 10:57:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a295eb94-88ef-465f-a9cf-ce10115d091b</guid><dc:creator>kA_nard</dc:creator><description>&lt;p&gt;Okay, I understood about the router and child table thing. In which c file in each project can I change the values about networkname? The default name is OpenThread I assumed. There is a guide , to change the networkname with &amp;quot;&lt;span style="text-decoration:underline;"&gt;dataset networkname ****&lt;/span&gt;&amp;quot; However it didn&amp;#39;t work with Teraterm. So I want to change it manually with the code.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Thread demo with BMD-340 Rigado and FRDM-KW41Z NXP</title><link>https://devzone.nordicsemi.com/thread/166537?ContentTypeID=1</link><pubDate>Fri, 18 Jan 2019 15:13:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3ddd666e-1739-4173-935a-985650afd18b</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;All routers in the network will keep a list/ table of other routers in the network at any time. You can view own list of a router/leader with CLI command &lt;a href="https://github.com/openthread/openthread/blob/master/src/cli/README.md#router-list"&gt;router list/router table&lt;/a&gt;. Own children/end devices can be viewed using command&amp;nbsp;&lt;a href="https://github.com/openthread/openthread/blob/master/src/cli/README.md#child-list"&gt;child list/child table&lt;/a&gt;. Children of other devices can be polled using command&amp;nbsp;&lt;a href="https://github.com/openthread/openthread/blob/master/src/cli/README.md#networkdiagnostic-get-addr-type-"&gt;networkdiagnostic&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Thread demo with BMD-340 Rigado and FRDM-KW41Z NXP</title><link>https://devzone.nordicsemi.com/thread/166526?ContentTypeID=1</link><pubDate>Fri, 18 Jan 2019 14:42:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:efc76c7c-2149-4d41-835d-5fcca149fd66</guid><dc:creator>kA_nard</dc:creator><description>&lt;p&gt;Hi Jorgen,&lt;/p&gt;
&lt;p&gt;I have tried some examples with nRF5 SDK for Thread and Zigbee. However I want to know if I can see the Ip address of other devices with OpenThread Command List? For example: server board can see the own IP and other IP on Terminal.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Viet&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Thread demo with BMD-340 Rigado and FRDM-KW41Z NXP</title><link>https://devzone.nordicsemi.com/thread/166489?ContentTypeID=1</link><pubDate>Fri, 18 Jan 2019 13:35:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:614e0c63-ca60-447b-926a-ef9eb1157058</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Thread is a protocol that support operability between devices and vendors. Did you test the devices together? Are you facing any specific issues?&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>