<?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>1 Master Multi Slave Mesh Network</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/33798/1-master-multi-slave-mesh-network</link><description>So I have implemented the UART BLE mesh code as mentioned in devzone.nordicsemi.com/.../send-and-receive-a-string-via-access-layer . 
 Now I am able to take inputs from the UART port of the client and send it to the UART port of the Server. But I am unable</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 24 May 2018 08:38:20 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/33798/1-master-multi-slave-mesh-network" /><item><title>RE: 1 Master Multi Slave Mesh Network</title><link>https://devzone.nordicsemi.com/thread/133163?ContentTypeID=1</link><pubDate>Thu, 24 May 2018 08:38:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b2a7f5e8-5b87-4c13-9145-6aa5d7aeea8c</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Yes, moving to Mesh v2.0.1 is the way to go. I can help if there is any problem.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I would suggest you to play with the &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.meshsdk.v2.0.1/md_scripts_interactive_pyaci_doc_demo_configuration.html?cp=4_1_0_2_0_2"&gt;interactive PythonACI&amp;nbsp;&lt;/a&gt;. This tool will give you full ability to configure the network and more understanding on what happens in the provisioning and configuration phase.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: 1 Master Multi Slave Mesh Network</title><link>https://devzone.nordicsemi.com/thread/133074?ContentTypeID=1</link><pubDate>Wed, 23 May 2018 16:00:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ca47843f-c996-4012-8890-f36209357502</guid><dc:creator>husain.smb</dc:creator><description>&lt;p&gt;I have implemented the above using SDK for Mesh_v1.0.1 &amp;amp; nRF5 SDK_14.2.0.I am facing some issues in the mesh communication.From the forums I have figured out that the latest mesh release is the most stable.&lt;/p&gt;
&lt;p&gt;So now I need to implement the above code using SDK for Mesh_v2.0.1 &amp;amp; nRF5 SDK_15.0.0_a53641a which is the latest release.&lt;/p&gt;
&lt;p&gt;Can you please help me to do that?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: 1 Master Multi Slave Mesh Network</title><link>https://devzone.nordicsemi.com/thread/131562?ContentTypeID=1</link><pubDate>Wed, 09 May 2018 14:54:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3a9f7fd0-09fc-4675-b45e-d833cf1c099d</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;There are multiple ways to do that. You can either configure the first 10 servers to subscribe to a particular group address (0xCAFE for example) then the other 10 servers to subscribe to another group address (e.g 0xCAFF ). Then you set up the client 1 to publish to 0xCAFE and client 2 to publish to 0xCAFF.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Another option is to use different subnets. You decide&amp;nbsp;a node to be in a subnet&amp;nbsp;when doing provisioning, just add the subnet&amp;#39;s network key in addition to the global network key.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: 1 Master Multi Slave Mesh Network</title><link>https://devzone.nordicsemi.com/thread/131451?ContentTypeID=1</link><pubDate>Wed, 09 May 2018 08:31:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:17d07c34-8ee1-4283-9fc6-108bd379299e</guid><dc:creator>husain.smb</dc:creator><description>&lt;p&gt;So I have been able to send and receive UART data from the client to server using the UART mesh example above.&lt;/p&gt;
&lt;p&gt;But now consider the case where I have multiple clients (Lets say 2 Clients) and 20 Servers.How do I make sure that a particular server only gets provisioned to a particular client.&lt;/p&gt;
&lt;p&gt;Consider this,I want 10 servers to connect to client 1 and form the first mesh network,similarly I want the remaining 10 servers to connect to client 2 to form a separate mesh network.&lt;/p&gt;
&lt;p&gt;What parameter can I control to make sure that a server will connect to a particular client only and not to any other client?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: 1 Master Multi Slave Mesh Network</title><link>https://devzone.nordicsemi.com/thread/130052?ContentTypeID=1</link><pubDate>Fri, 27 Apr 2018 05:24:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e9eb48e4-640b-403c-9012-ddacdda49768</guid><dc:creator>husain.smb</dc:creator><description>&lt;p&gt;Dear Hung,&lt;/p&gt;
&lt;p&gt;Thanks for the reply.Yes by changing the address to 0x002 the data is arriving at the client and&amp;nbsp; the string I am sending from the server is being handled inside the handle_incoming() function.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: 1 Master Multi Slave Mesh Network</title><link>https://devzone.nordicsemi.com/thread/129996?ContentTypeID=1</link><pubDate>Thu, 26 Apr 2018 14:33:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b0dbd69a-00ce-4de4-b7bb-19c46431a060</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I don&amp;#39;t think the client address is 0x0001. As far as I understand the client node has 4 element, one (0x0001) is the provisioner and then 0x0002, 0x0003, 0x0004 are the address of the clients, respectively.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;You can check this using&amp;nbsp;dsm_local_unicast_addresses_get() function to get the local unicast address range of the node.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Note that on the client, the model only handle SIMPLE_ON_OFF_OPCODE_STATUS opcode .&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>