<?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>Communication Between Device nodes.</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/1781/communication-between-device-nodes</link><description>Hi, I am newbie at this field. 
 I have tried to configure network for communication between device nodes. 
 What i want to do is each device node has unique data( &amp;lt;30bytes) and each device node transfer unique data to another node automatically.
It</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 28 May 2015 08:57:36 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/1781/communication-between-device-nodes" /><item><title>RE: Communication Between Device nodes.</title><link>https://devzone.nordicsemi.com/thread/7801?ContentTypeID=1</link><pubDate>Thu, 28 May 2015 08:57:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:23af7809-2562-41d8-9335-1ca75cfb7a57</guid><dc:creator>Petter Myhre</dc:creator><description>&lt;p&gt;I can&amp;#39;t see anything wrong with it, but it sounds similar to my solution, only that you are using 7 channels in each device instead of 8. I believe the current consumption would be similar(but I&amp;#39;m not sure). I guess you are using the shared address to identify the devices instead of device number? Acknowledge Data Type will increase the current consumption, but if this is something you need, then you need it.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Communication Between Device nodes.</title><link>https://devzone.nordicsemi.com/thread/7796?ContentTypeID=1</link><pubDate>Thu, 28 May 2015 08:50:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:230fb662-ab1f-47a0-a002-c72e8729a231</guid><dc:creator>Ankit</dc:creator><description>&lt;p&gt;Thanks again for the clarification. It cleared my doubts. Also, if possible, please provide your valuable comments to my answer, posted below.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Communication Between Device nodes.</title><link>https://devzone.nordicsemi.com/thread/7797?ContentTypeID=1</link><pubDate>Thu, 28 May 2015 08:17:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7d235bed-772e-4a4f-bd35-848c2141923e</guid><dc:creator>Petter Myhre</dc:creator><description>&lt;p&gt;Channel 7 on one device has nothing to do with channel 7 on another device. The channel number only means something in the device it is assigned. So you assign one master to one channel, in each device.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Communication Between Device nodes.</title><link>https://devzone.nordicsemi.com/thread/7800?ContentTypeID=1</link><pubDate>Wed, 27 May 2015 12:32:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1b03946c-73b2-45eb-bb67-26d0488fc193</guid><dc:creator>Ankit</dc:creator><description>&lt;p&gt;An alternative solution to the above network of 8 devices, acting as peers to one-another, is using 8 Shared Channels and Acknowledged Data Type.&lt;/p&gt;
&lt;p&gt;In each Shared Channel, one device will be assigned as the master and the rest will be the slaves. The master will transmit the data with a &amp;quot;shared address&amp;quot; on the next channel period. All slave nodes receive and use this message to maintain synchronization, but only &lt;strong&gt;&lt;em&gt;that&lt;/em&gt;&lt;/strong&gt; slave node will actually receive the data which has the same &amp;quot;shared address&amp;quot;. &lt;strong&gt;&lt;em&gt;That&lt;/em&gt;&lt;/strong&gt; Slave node has the option of sending data back to the master (i.e. in the reverse direction). No other slave node can transmit data to the master.
It is also described on &lt;strong&gt;Page No. 27&lt;/strong&gt; of &amp;quot;ANT Message Protocol and Usage, Rev 5.1&amp;quot; pdf.&lt;/p&gt;
&lt;p&gt;In this way, whenever a node wants to transmit data, it will transmit on its corresponding Shared Channel, where that node is the master and rest are the slaves.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Communication Between Device nodes.</title><link>https://devzone.nordicsemi.com/thread/7799?ContentTypeID=1</link><pubDate>Wed, 27 May 2015 12:31:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3b2c6644-e096-4f8a-b43e-ba3d8dbbb317</guid><dc:creator>Ankit</dc:creator><description>&lt;p&gt;Thanks for clarifying your answer. But, as is mentioned in your answer, does that mean we can assign &amp;quot;many masters on a single TX only channel&amp;quot;?
Also, please have a look at an alternate solution that I&amp;#39;ve posted below, and please let me know if there is something wrong with that approach.
Thanks for your guidance.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Communication Between Device nodes.</title><link>https://devzone.nordicsemi.com/thread/7798?ContentTypeID=1</link><pubDate>Tue, 26 May 2015 06:08:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a64b104a-2b68-4b10-844e-b15719c5a294</guid><dc:creator>Ankit</dc:creator><description>&lt;p&gt;Hi Petter. I am currently trying to implement a network based on the above specifications that you described. But, I don&amp;#39;t think that all the devices would be able to send data in this network. Since you are providing 1 master &amp;quot;transmit only&amp;quot; channel, only 1 device would be able to send data and the other devices will only receive data, through 7 slave &amp;quot;receive only&amp;quot; channels. Or, am I interpreting your answer differently? If so, please clarify.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Communication Between Device nodes.</title><link>https://devzone.nordicsemi.com/thread/7795?ContentTypeID=1</link><pubDate>Thu, 06 Mar 2014 14:27:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:16b6397c-8656-44b0-933a-3d2c49d32b33</guid><dc:creator>Petter Myhre</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;This is one way of setting up a network of maximum 8 nodes, with unique device numbers. Using broadcast as data type.&lt;/p&gt;
&lt;p&gt;Set up one channel for transmitting, for example channel 7, on each device. This should be a master transmit only channel, and the channel should be configured with the unique device number.&lt;/p&gt;
&lt;p&gt;Set up seven channels for receiving, for example channel 0-6, on each device. These should be slave receive only channels, and have all parameters as wildcards (if you don&amp;#39;t want anything else).&lt;/p&gt;
&lt;p&gt;If you need to know which node is sending the data, the unique device number should be included in the message, either in in the payload in the standard data message format, or by using flagged extended data message format or legacy extended data message format.&lt;/p&gt;
&lt;p&gt;Hope this covers what you were after, please let me know if anything is unclear or if there is anything else.&lt;/p&gt;
&lt;p&gt;Edit 27.05.2015: Clarified transmit channel, and receiving channel.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Communication Between Device nodes.</title><link>https://devzone.nordicsemi.com/thread/7794?ContentTypeID=1</link><pubDate>Thu, 06 Mar 2014 13:58:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1a6aa8fc-ac11-41cb-b73c-ab01e9d939e4</guid><dc:creator>Petter Myhre</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;You configuration is not reducilous. But I still don&amp;#39;t understand what you want to do. You say you want communication between two nodes? Which two nodes?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Communication Between Device nodes.</title><link>https://devzone.nordicsemi.com/thread/7793?ContentTypeID=1</link><pubDate>Wed, 05 Mar 2014 17:13:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fec989fa-9c19-4adb-ac05-5d1a42fdbe9c</guid><dc:creator>Chongchun Moon</dc:creator><description>&lt;p&gt;Hello Petter,&lt;/p&gt;
&lt;p&gt;It is possible many nodes(&amp;lt;10) exist in the network.
However, Basically, Communication happens between two nodes.&lt;/p&gt;
&lt;p&gt;And yes, All nodes need to send data and receive data.
First problem is they don&amp;#39;t know existence each other.
That&amp;#39;s why I  have configured devices as above.
Is it ridiculous? :)&lt;/p&gt;
&lt;p&gt;After they recognizes existence of each other, They will send and receive what it wants to be transferred data.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Communication Between Device nodes.</title><link>https://devzone.nordicsemi.com/thread/7792?ContentTypeID=1</link><pubDate>Wed, 05 Mar 2014 16:24:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ab460f5b-6802-4eb9-8136-8b726d7b8f06</guid><dc:creator>Petter Myhre</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;How many nodes are you planning to have in your network?&lt;/p&gt;
&lt;p&gt;Do you want all nodes to send data, and all nodes to receive this data?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>