<?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>Packet fragmentation with the nrf24l01+</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/692/packet-fragmentation-with-the-nrf24l01</link><description>Hi Guys, 
 I am planning on using the nrf24l01+ to send data with a payload which is larger than 32 bytes, I was wondering whats the fastest way to transmit these packets and receive them without wasting anytime. On the reception side I doubt there&amp;#39;s</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 21 Oct 2013 10:54:15 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/692/packet-fragmentation-with-the-nrf24l01" /><item><title>RE: Packet fragmentation with the nrf24l01+</title><link>https://devzone.nordicsemi.com/thread/3476?ContentTypeID=1</link><pubDate>Mon, 21 Oct 2013 10:54:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:928387b9-7e8b-449d-872e-cb0b4ac6aa87</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;There are some tricks to do to keep the data rate high, but this will not guarantee data integrity (no ACKing or re-transmissions).
However, getting as much as 1.74 Mbit/s is highly unlikely.
Remember that this is wireless, and you will always have some packet loss.&lt;/p&gt;
&lt;p&gt;The on-air data rate is 2 Mbit. You have overhead in your preamble, address, and configurable CRC.
The lowest overhead that you can configure is 4 bytes (1 byte preamble + 3 byte address).
CRC is highly recommended to enable.&lt;/p&gt;
&lt;p&gt;You will also have to take into account that you must start up on the PLL for the radio each 4 millisecond (start up is 130 us) in order to keep the RF carrier within specification.&lt;/p&gt;
&lt;p&gt;You&amp;#39;ll need a fast MCU (ARM core or similar) to service this kind of throughput.&lt;/p&gt;
&lt;p&gt;If you go with the nRF24L01+, then you will have to buffer up in 32 byte chunks.
If you look at the nRF51-series (nRF51822 for instance), then the radio is able to send 255 bytes per payload.&lt;/p&gt;
&lt;p&gt;Best regards
Håkon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>