<?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>How to send an array of bytes from one NRF24L01 to another?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/18603/how-to-send-an-array-of-bytes-from-one-nrf24l01-to-another</link><description>I know it is a pretty basic question but I can&amp;#39;t manage to understand the documentation enough to pass the tutorial predeterminate code. If someone could help and tell where I can find the information about sending an array of bytes from one module to</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 03 Jan 2017 16:07:35 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/18603/how-to-send-an-array-of-bytes-from-one-nrf24l01-to-another" /><item><title>RE: How to send an array of bytes from one NRF24L01 to another?</title><link>https://devzone.nordicsemi.com/thread/71804?ContentTypeID=1</link><pubDate>Tue, 03 Jan 2017 16:07:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2eaa9cc1-9aec-4065-9d5f-6e5ad2add532</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;As you can see in the code, the  &lt;code&gt;bool write( const void* buf, uint8_t len );&lt;/code&gt; of the radio object handle sending.
In the example it&amp;#39;s sending the timestamp (line 60 and 112) with size of 4 bytes (long).
And when receiving you call radio.read() the same way.&lt;/p&gt;
&lt;p&gt;So if you want to send an array, simply put the array pointer in and then the length of the number of bytes, you should be able to send you data array.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to send an array of bytes from one NRF24L01 to another?</title><link>https://devzone.nordicsemi.com/thread/71803?ContentTypeID=1</link><pubDate>Tue, 03 Jan 2017 15:48:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:51d14dcf-840a-4c6a-b2db-9d9bce1ee00f</guid><dc:creator>AMC</dc:creator><description>&lt;p&gt;The package #X sent/recieved is made by the example, i didn&amp;#39;t type it in the code if that works.
It&amp;#39;s the first example called &amp;quot;Getting started&amp;quot; from the TMRh20 library. I can&amp;#39;t paste it on a comment due to its length.
&lt;a href="https://github.com/TMRh20/RF24/tree/master/examples/GettingStarted"&gt;Library .ino file&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to send an array of bytes from one NRF24L01 to another?</title><link>https://devzone.nordicsemi.com/thread/71800?ContentTypeID=1</link><pubDate>Mon, 02 Jan 2017 11:28:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:85965365-19cf-48c2-b18b-fa95c2cbabbc</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;It&amp;#39;s what printed out on the log or it&amp;#39;s actually the data you sent ? And magically on the receiver side &amp;quot;sent&amp;quot; changed to &amp;quot;received&amp;quot; ? :)&lt;/p&gt;
&lt;p&gt;Could you post the code ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to send an array of bytes from one NRF24L01 to another?</title><link>https://devzone.nordicsemi.com/thread/71802?ContentTypeID=1</link><pubDate>Sun, 01 Jan 2017 11:40:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:85facf0e-d023-4ce8-aa5a-3a6b8f7edcfa</guid><dc:creator>AMC</dc:creator><description>&lt;p&gt;Hi there,
I did send very simple messages that said something like &amp;quot;package #X sent&amp;quot; and on the other board &amp;quot;package #X recieved&amp;quot;
Thanks.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to send an array of bytes from one NRF24L01 to another?</title><link>https://devzone.nordicsemi.com/thread/71801?ContentTypeID=1</link><pubDate>Tue, 27 Dec 2016 10:33:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:32c3f085-fbd9-4d0c-8982-f8ac6a43d996</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Can you send any byte/data between the 2 boards ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>