<?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>Two nrf52840dongles flashed Mesh/Chat sample,how to make communicate between nrf52840dongles.</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/100404/two-nrf52840dongles-flashed-mesh-chat-sample-how-to-make-communicate-between-nrf52840dongles</link><description>I have tested one nrf52840dongle flashed Mesh/Chat to communicat with &amp;quot;Android app nrf Mesh&amp;quot;.using &amp;quot;0xCB 3132333400&amp;quot;,as the following picture. 
 
 I hope to know how to communicate between two nrf52840 nodes.</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 19 Jun 2023 05:19:33 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/100404/two-nrf52840dongles-flashed-mesh-chat-sample-how-to-make-communicate-between-nrf52840dongles" /><item><title>RE: Two nrf52840dongles flashed Mesh/Chat sample,how to make communicate between nrf52840dongles.</title><link>https://devzone.nordicsemi.com/thread/431641?ContentTypeID=1</link><pubDate>Mon, 19 Jun 2023 05:19:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:85b7f947-9041-4f0f-b41f-0449ed043505</guid><dc:creator>ImmanuelLee</dc:creator><description>&lt;p&gt;Thanks for your reply, even though, the way doesn&amp;#39;t work.I will resak the question, and expatiate my manipulation.&lt;span class="emoticon" data-url="https://devzone.nordicsemi.com/cfs-file/__key/system/emoji/1f601.svg" title="Grin"&gt;&amp;#x1f601;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Two nrf52840dongles flashed Mesh/Chat sample,how to make communicate between nrf52840dongles.</title><link>https://devzone.nordicsemi.com/thread/431220?ContentTypeID=1</link><pubDate>Thu, 15 Jun 2023 11:20:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:01f7078e-a2c4-4915-b413-440b3c01537d</guid><dc:creator>tesc</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Through Putty you should use the same command (chat private &amp;lt;node&amp;gt; &amp;lt;message&amp;gt;) but you should use the private address (unicast address) of the element with the chat model, on the device that you wish to send the message to.&lt;/p&gt;
&lt;p&gt;This is how you find the element addresses used by a device:&lt;br /&gt;From the Network tab (of the main screen) in nRF Mesh, tap the node. You should se one section with the heading &amp;quot;Elements&amp;quot;, and each element is listed there with the element unicast address.&lt;/p&gt;
&lt;p&gt;For instance if your device has element unicast address 0x0002 for the element where the chat model is, then from the putty connected to the other device you can send &amp;quot;chat private 0x0002 123&amp;quot; to address a message to that device specifically.&lt;/p&gt;
&lt;p&gt;Regarding your command, using the address 0xc0001, that does not look like a correct unicast address to me. Are you sure you had the c in that address? The address space for Bluetooth mesh is two bytes, so it should be max four hexadecimal digits in an address.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Terje&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Two nrf52840dongles flashed Mesh/Chat sample,how to make communicate between nrf52840dongles.</title><link>https://devzone.nordicsemi.com/thread/430084?ContentTypeID=1</link><pubDate>Fri, 09 Jun 2023 01:07:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c2511ce4-c689-43a2-a3ca-364977b54870</guid><dc:creator>ImmanuelLee</dc:creator><description>&lt;p&gt;Thanks for your answer. Meanwhile,&lt;span&gt;I am sorry about I couldn&amp;#39;t explain the problem I encountered clearly.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;The software is &amp;quot;mesh/chat&amp;quot;,The hardwares is nrf52840DK.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;The two boards both flashed &amp;quot;mesh/chat&amp;quot;, and each connected to alone computer.Then the two nrf52840DK were provisioned into the network builded with &amp;quot;nRF Mesh&amp;quot;.In each computer, Use Putty commuicating computer with nrf52840DK.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Generally, I use command ---- &amp;quot;chat private 0xc0001 123&amp;quot;&amp;nbsp; in Putty, to send 123 from nrf52840DK to &amp;quot;nRF Mesh&amp;quot; app; and, use the command as the picture show,to send 123 from &amp;quot;nRF Mesh&amp;quot; app to nrf52840DK.&lt;img alt=" " height="281" src="https://devzone.nordicsemi.com/resized-image/__size/420x562/__key/communityserver-discussions-components-files/4/2474._AE5FE14FFE5647725F00_20230320154541.jpg" width="210" /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Now, I hope to know what should&amp;nbsp;I&amp;nbsp; do to send message like &amp;quot;123&amp;quot; from one nrf52840DK to another nrf52840DK&amp;nbsp;with Putty.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Two nrf52840dongles flashed Mesh/Chat sample,how to make communicate between nrf52840dongles.</title><link>https://devzone.nordicsemi.com/thread/429332?ContentTypeID=1</link><pubDate>Mon, 05 Jun 2023 13:40:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:04774b29-b91f-466b-942e-cf053cd97339</guid><dc:creator>tesc</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;To communicate between two or more devices using the Mesh Chat model, you must first provision all of the devices into the network. Typically you would use the nRF Mesh app for the provisioning.&lt;/p&gt;
&lt;p&gt;Basically you can follow the descriptions at &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/bluetooth/mesh/chat/sample_description.html"&gt;Bluetooth: Mesh chat / Sample description&lt;/a&gt;, but provision multiple nodes and communicate between the nodes instead of between node and nRF Mesh app.&lt;/p&gt;
&lt;p&gt;If the nodes are connected to the PC over USB, then they should each appear on a separate COM port (Windows), ttyACM (GNU/Linux) or tty.usbmodem (MacOS). You connect to each of the nodes separately, using a terminal emulator (typically with one instance of the terminal emulator for each node.)&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Terje&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>