<?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>Related to Thread</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/43302/related-to-thread</link><description>Dear nordic, 
 I want to evaluvate thread in nrf52840. can you guide me where i start i need to start from basics and i need to evaluate thread in nrf52840.</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 13 Feb 2019 14:11:04 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/43302/related-to-thread" /><item><title>RE: Related to Thread</title><link>https://devzone.nordicsemi.com/thread/170919?ContentTypeID=1</link><pubDate>Wed, 13 Feb 2019 14:11:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1e6de2df-0482-4816-ab92-215935fdd390</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi Alan&lt;/p&gt;
&lt;p&gt;1.&amp;nbsp;Do you mean why the pairing is done by button press? The pairing mechanism has been implemented for the purpose of making the examples user friendly. This is not a part of the Thread or CoAP specification.&lt;/p&gt;
&lt;p&gt;2. I&amp;#39;m sorry but I am finding some of your questions hard to understand. I think the server has pairing enabled for 5 seconds. (See&amp;nbsp;thread_coap_utils_provisioning_enable function in thread_coap_utils.c)&lt;/p&gt;
&lt;p&gt;3. The best way to make sure only your devices connect to your network would be to hardcode some of the Dataset parameters, i.e. Extended PAN ID and/or MasterKey, that are found in dataset.h. You will have to add them to your sdk_config.h file and give them specific values, as they are, by default, random. It could be easier to use the &lt;a href="https://www.nordicsemi.com/Software-and-Tools/Development-Tools/nRF-Thread-topology-monitor/Download#infotabs"&gt;nRF Thread topology monitor&lt;/a&gt; to keep track of your Thread network&lt;/p&gt;
&lt;p&gt;4. Thread documentation is unfortunately rather scarce, and you will have to make due with what our &lt;a href="https://www.nordicsemi.com/DocLib/Content/SDK_Doc/Thread_SDK/v2-0-0/thread_main"&gt;Documentation Library&lt;/a&gt; has to offer on security documentation for Thread.&lt;/p&gt;
&lt;p&gt;5. The pairing is added to make the examples easy to pair, and are in all our Thread examples, they are by no means required.&lt;/p&gt;
&lt;p&gt;6. Yes, this should be possible, but we don&amp;#39;t have an example project for you. I suggest you look into for example the MQTT which should be able to send a payload in a Thread network.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Related to Thread</title><link>https://devzone.nordicsemi.com/thread/170511?ContentTypeID=1</link><pubDate>Tue, 12 Feb 2019 08:09:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7c14603b-8ea4-4067-b78f-63f18d0eb220</guid><dc:creator>Alan Ajit</dc:creator><description>&lt;p&gt;Thanks for your replay,&lt;/p&gt;
&lt;p&gt;you said commissioner in a thread network is leader and this leader start commisioning other device join to network. but in case of pairing server and client press button and pairing happens how its same as commissioning?&lt;/p&gt;
&lt;p&gt;1. Is this pairing is implemented for application purpose( ie you made any type application protocol for client server communication)?&lt;/p&gt;
&lt;p&gt;2. when leader starts commisioning when its stop?&lt;/p&gt;
&lt;p&gt;3. How to know the device joining in the network is right one or not?&lt;/p&gt;
&lt;p&gt;4.Is it any document regarding security at the time commisioning(ie. how to add security at the time joining one device to network)?&lt;/p&gt;
&lt;p&gt;5.In this example client pair to one server and control server. if we use unicast address for communication why we use this pairing?&lt;/p&gt;
&lt;p&gt;6. I want to send my payload in the thread network can you guide me how to achive this?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Related to Thread</title><link>https://devzone.nordicsemi.com/thread/170499?ContentTypeID=1</link><pubDate>Tue, 12 Feb 2019 06:53:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f0fadbfd-3a9a-4a3a-b98a-d35bedb6a0ba</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi Alan&lt;/p&gt;
&lt;p&gt;1. - Yes, what the testing instructions says is correct.&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp; - There is not much security by default in these examples, so you would have to make your own. I would not count the PAN ID as a security measure as it is only a 2 byte ID.&lt;/p&gt;
&lt;p&gt;2. - I think commisioning and pairing in this case is the same thing. The commisioner in a Thread network is called Leader, and is the node sitting on all security information i.e. encrytpion keys and what nodes are allowed in the network.&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp; - The pairing process is whenever any server connects to any server in the Thread network. In this example you press a button on one server and one client node, to make them pair with each other. You can confirm pairing by seeing whether or not you can control BSP_LED_3 on the server node with a press of the clients BSP_BUTTON_0. A client node can only be paired with one server at a time, but you can change the server by repeating the pairing process with another server. (I will look more into security options, and get back to you when I have&amp;nbsp;more information on the matter)&lt;/p&gt;
&lt;p&gt;3. - This link explains everything you need to know regarding border router for thread.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Related to Thread</title><link>https://devzone.nordicsemi.com/thread/170295?ContentTypeID=1</link><pubDate>Mon, 11 Feb 2019 09:29:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:41b9a88b-f61b-44ab-b4a2-9590b3f09da0</guid><dc:creator>Alan Ajit</dc:creator><description>&lt;p&gt;Dear nordic,&lt;/p&gt;
&lt;p&gt;sorry for late replay. iam studying about hread network thats the reason for late replay . I have some doubts regarding the thread example provide from nordic.Example provide by nordic is&amp;nbsp;&lt;/p&gt;
&lt;p&gt;- Coap client&lt;/p&gt;
&lt;p&gt;-coap server&lt;/p&gt;
&lt;p&gt;-MTD coap client&lt;/p&gt;
&lt;p&gt;I have some doubts regarding the testing instruction:-&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/pastedimage1549876079432v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;1. according to 4th instruction another nodes programmed with client or server example and they will join as router or end device. ie,commisioning happen here for joining device to network.&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;- Is it right?&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; - &lt;strong&gt;security&lt;/strong&gt; regarding this commision(ie what are the parmeters exchange between parent and child)?&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;-PAN ID&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -other security parameters&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;- can you describe what happens in this commissioning how we know the joined device is right&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; one or not?&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; - how much time for commisioning(ie how much time network will open for device joining)?&lt;/p&gt;
&lt;p&gt;2. PAIRING:- it&amp;#39;s little bit confusing&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;- Is that for only establish communication between Particular server and client is that right?&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/p&gt;
&lt;p&gt;3. There is nothing regarding border router&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;- how we connect to external network?&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Related to Thread</title><link>https://devzone.nordicsemi.com/thread/169249?ContentTypeID=1</link><pubDate>Mon, 04 Feb 2019 09:45:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6425be5e-eca2-4ce7-84f4-dc4e3f32f547</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;I am not quite sure about what you mean with&lt;/p&gt;
[quote user=""]i need to evaluate thread in nrf52840.[/quote]
&lt;p&gt;&amp;nbsp;If you are new to Thread you should read our &lt;a href="https://www.nordicsemi.com/DocLib/Content/SDK_Doc/Thread_SDK/v0-11-0/thread_intro"&gt;Getting started with Thread&lt;/a&gt; guide. If this is not what you are looking for please try to specify what you want to do.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>