<?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 Network : Border Router configuration</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/44984/thread-network-border-router-configuration</link><description>Hi, 
 I&amp;#39;m working on a thread network and I have some difficulties to configure the BorderRouter. 
 I use the BorderRouter V2 rapsberry image from Nordic, I recompile the openthread library with the pre-release Thread reference 2018-09-26 ( https://github</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 20 Mar 2019 13:31:19 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/44984/thread-network-border-router-configuration" /><item><title>RE: Thread Network : Border Router configuration</title><link>https://devzone.nordicsemi.com/thread/177351?ContentTypeID=1</link><pubDate>Wed, 20 Mar 2019 13:31:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8e5ced27-06e7-476f-897e-0e88a6296954</guid><dc:creator>Valentin</dc:creator><description>&lt;p&gt;All right, thank you for your support &lt;span class="emoticon" data-url="https://devzone.nordicsemi.com/cfs-file/__key/system/emoji/1f642.svg" title="Slight smile"&gt;&amp;#x1f642;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Thread Network : Border Router configuration</title><link>https://devzone.nordicsemi.com/thread/177309?ContentTypeID=1</link><pubDate>Wed, 20 Mar 2019 11:54:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2bf07dc5-7066-4a40-93d2-15be79f5063b</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;Hello Valentin,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thank you for sharing!&lt;/p&gt;
&lt;p&gt;I am sorry, I am not sure about the way that the border router works, but as you say:&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;quot;It doesn&amp;#39;t work with a reboot command of the raspberry because the nrf52840 DK NCP keep the power active and the parameter changed in a weird way&amp;quot;&lt;/p&gt;
&lt;p&gt;I believe it is because this data is stored in flash. Even power cycling the nRF52840 DK will not change this. The &amp;quot;best&amp;quot; way to reset the behavior is to erase the chip (including the flash pages where the masterkeys are stored) using nrfjprog -e and reprogramming it.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Thread Network : Border Router configuration</title><link>https://devzone.nordicsemi.com/thread/177256?ContentTypeID=1</link><pubDate>Wed, 20 Mar 2019 09:16:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6b1b8266-6e70-4de8-aca9-b70ce5f45473</guid><dc:creator>Valentin</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I have tested your solution and it&amp;#39;s work ! It doesn&amp;#39;t work with a reboot command of the raspberry&amp;nbsp;because the nrf52840 DK NCP keep the power active and the parameter changed in a weird way...&lt;/p&gt;
&lt;p&gt;With a reboot, I make a script with a crontab tack at reboot :&lt;/p&gt;
&lt;p&gt;#!/bin/bash&lt;br /&gt;wpanctl leave&lt;br /&gt;wpanctl reset&lt;br /&gt;sleep 5&lt;br /&gt;wpanctl form -T 2 GL-BLUEGRioT&lt;br /&gt;wpanctl dataset get-active&lt;br /&gt;wpanctl set dataset:Channel 20&lt;br /&gt;wpanctl set dataset:NetworkName &amp;quot;Test&amp;quot;&lt;br /&gt;wpanctl set dataset:Panid 0xABCD&lt;br /&gt;wpanctl set dataset:ExtendedPanid DEAD00BEEF00CAFE&lt;br /&gt;wpanctl set dataset:Masterkey 00112233445566778899AABBCCDDEEFF&lt;br /&gt;wpanctl set dataset:MeshLocalPrefix &amp;quot;fdde:ad00:beef::64&amp;quot;&lt;br /&gt;wpanctl dataset set-active&lt;/p&gt;
&lt;p&gt;This reset my network data, if this can help someone.&lt;/p&gt;
&lt;p&gt;Thank you for your response. Do you know what are the difference between the MeshLocalPrefix in the dataset and the thread_on_mesh_prefix in the /etc/border_router.conf ?&lt;/p&gt;
&lt;p&gt;Valentin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Thread Network : Border Router configuration</title><link>https://devzone.nordicsemi.com/thread/176790?ContentTypeID=1</link><pubDate>Mon, 18 Mar 2019 15:58:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1c0f859e-8a04-4a25-ab75-5526f020c1b3</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I tested changing the channel, masterkey (network key) and panid in the border_router.conf file. What I can see is that these changes doesn&amp;#39;t take effect until the NCP chip is cleaned (nrfjprog -e) and re-programmed. This is because the network data, once created is stored. So once you have changed the border_router.conf file, plug in a newly erased and reprogrammed with the NCP example, and it should use the settings that are set in border_router.conf.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Edvin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>