<?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>Simplest possible way to send/receive 3 bytes with nRF24L01+</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/3841/simplest-possible-way-to-send-receive-3-bytes-with-nrf24l01</link><description>Hi dear friends from Nordic Semi,
I&amp;#180;m in great trouble trying to make these nRF24L01+ to work, one unit as a transmiter, and one unit as a receiver, it can be to send 3 bytes at a time.
I once used the Italian Telecontrolli RXQ-2 modules, but it&amp;#180;s not</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Sun, 21 Sep 2014 18:18:57 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/3841/simplest-possible-way-to-send-receive-3-bytes-with-nrf24l01" /><item><title>RE: Simplest possible way to send/receive 3 bytes with nRF24L01+</title><link>https://devzone.nordicsemi.com/thread/13857?ContentTypeID=1</link><pubDate>Sun, 21 Sep 2014 18:18:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:15e4b50e-863e-41eb-a822-dd26e39d9971</guid><dc:creator>fabio_leitao</dc:creator><description>&lt;p&gt;Thank you very, very much Mr. Marek Novak.
In the following week I will test these routines, and I am quite sure it will work.
Best regards.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Simplest possible way to send/receive 3 bytes with nRF24L01+</title><link>https://devzone.nordicsemi.com/thread/13856?ContentTypeID=1</link><pubDate>Fri, 19 Sep 2014 10:03:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f3b1d613-d62a-49ca-80c0-cd358345aac0</guid><dc:creator>mnhs</dc:creator><description>&lt;p&gt;I am slightly missing the initialization part. Or maybe I just can&amp;#39;t see it. Basically, you need to initialize both modules before any communication. I have found one of my experiments with nRF24L01 chips (it works but there can be mistakes, it was not thoroughly tested ... and yeah, it is not commented - but you can easily follow the commands using datasheet). I am posting it as a image to keep the formatting right.&lt;/p&gt;
&lt;p&gt;Initialization of TX:&lt;/p&gt;
&lt;p&gt;&lt;img src="http://www.mnhs.cz/init_tx.png" alt="image description" /&gt;&lt;/p&gt;
&lt;p&gt;Transmit of 32 bytes payload stored in &amp;quot;buffer&amp;quot;:&lt;/p&gt;
&lt;p&gt;&lt;img src="http://www.mnhs.cz/transmit.png" alt="image description" /&gt;&lt;/p&gt;
&lt;p&gt;Initialization of RX:&lt;/p&gt;
&lt;p&gt;&lt;img src="http://www.mnhs.cz/init_rx.png" alt="image description" /&gt;&lt;/p&gt;
&lt;p&gt;Unfortunately I can&amp;#39;t provide you with &amp;quot;tutorial&amp;quot; code for receive because it is wrapped in my original software and thus a bit difficult to read, but basically you need to read STATUS register periodically and check for bit 6 (RX_DR). Then, you can read the RX FIFO - it is really easy, similar to transmit.&lt;/p&gt;
&lt;p&gt;This is only &amp;quot;somehow-it-works&amp;quot; example. I was testing the range and performance with it and I needed to glue the parts of code as quickly as possible, in an hour or so. You will need to study the datasheet and adapt your code to your application.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>