<?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>Sending and receiving data between two evaluation boards with the GHz Radio</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/70/sending-and-receiving-data-between-two-evaluation-boards-with-the-ghz-radio</link><description>I&amp;#39;m attempting to have two separate evaluation boards talk to each other through the GHz Radio. I&amp;#39;ve read the docs, and they explain that I have to set the radio in either &amp;quot;TX&amp;quot; or &amp;quot;RX&amp;quot; mode in order to send or receive, respectively. The examples given</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 01 Aug 2013 09:52:51 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/70/sending-and-receiving-data-between-two-evaluation-boards-with-the-ghz-radio" /><item><title>RE: Sending and receiving data between two evaluation boards with the GHz Radio</title><link>https://devzone.nordicsemi.com/thread/393?ContentTypeID=1</link><pubDate>Thu, 01 Aug 2013 09:52:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:352057d8-5cd0-43e5-a141-548465ed5774</guid><dc:creator>Ole Morten</dc:creator><description>&lt;p&gt;I&amp;#39;m sorry for the late answer, but if you&amp;#39;re looking for simple two-way communication between two boards, I&amp;#39;d strongly recommend you to look into Gazell. There are examples available in the SDK in the gzll sub-folder, and a documentation page that explains a little about the protocol and how it works &lt;a href="https://devzone.nordicsemi.com/documentation/nrf51/4.3.0/html/group__gzll__02__user__guide.html"&gt;here&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Sending and receiving data between two evaluation boards with the GHz Radio</title><link>https://devzone.nordicsemi.com/thread/392?ContentTypeID=1</link><pubDate>Tue, 02 Jul 2013 14:16:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:dd31733e-255e-4beb-a980-2578bbc9b0fb</guid><dc:creator>Alex Lynchosky</dc:creator><description>&lt;p&gt;Yes, I understand this, but the code doesn&amp;#39;t explain an easy way to do this. I need one radio to wait for a message, and when it receives the message, to send a reply package in response.&lt;/p&gt;
&lt;p&gt;I need the other radio to send a message until it knows it&amp;#39;s sent, then wait for the reply message. There are no examples of how to do this. I&amp;#39;ve tried just alternating the radio mode in the while loop, but then the radios neither send nor receive.&lt;/p&gt;
&lt;p&gt;Is there any documentation on this?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Sending and receiving data between two evaluation boards with the GHz Radio</title><link>https://devzone.nordicsemi.com/thread/391?ContentTypeID=1</link><pubDate>Tue, 02 Jul 2013 07:13:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e1d0ecad-c61d-431b-a997-e8ff33036a8f</guid><dc:creator>Martijn</dc:creator><description>&lt;p&gt;The radio is not able to be a transmitter or a receiver at the same time. When one board is sending the other board needs to listen and vice versa.&lt;/p&gt;
&lt;p&gt;To switch the state of the radio, you need to disable the radio and start it again in the new mode.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>