<?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>esb  max total packets</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/6198/esb-max-total-packets</link><description>Hello, 
 I am using ESB protocol and there is a definition says &amp;quot;#define NRF_ESB_CONST_MAX_TOTAL_PACKETS 6&amp;quot; so how can I use maximum total packets number? I am looking higher data rate, so it will be really useful for me. 
 If I am wrong, can you please</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 30 Mar 2015 13:07:58 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/6198/esb-max-total-packets" /><item><title>RE: esb  max total packets</title><link>https://devzone.nordicsemi.com/thread/21697?ContentTypeID=1</link><pubDate>Mon, 30 Mar 2015 13:07:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b4142459-bf8b-4c1f-a6cd-c6e2a30ce704</guid><dc:creator>Asbj&amp;#248;rn</dc:creator><description>&lt;p&gt;&lt;a href="http://developer.nordicsemi.com/nRF51_SDK/nRF51_SDK_v7.x.x/doc/7.2.0/s110/html/a00104.html#FIFOs"&gt;The NRF_ESB_CONST_MAX_TOTAL_PACKETS 6 defines the maximum number of packets possible in the FIFO. You can mix and match which FIFO to put and have packets in, but together you can&amp;#39;t have more than 6 at any give point.&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;This is not a limitation on you that want to send as many packets as possible. You will just have to keep updating the FIFO during transmission. So you send one packet out of the FIFO and then you can upload or write pointer to the same TX pipe FIFO at the same time. As long as the TX FIFO on that pipe is constantly filled with new packets, the radio will keep sending them back to back. Keep in mind the 16 ms overall limitation.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>