<?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>Using C51 of nRF24LE1 to write 32-byte to its&amp;#39; L01-module,  oscilloscope shows it is about 200us (means speed &amp;lt;1.2 Mbps) .  How to modify C51-code to achieve 1.6 Mbps? ( = 2Mbps - preamble/crc/etc)</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/38482/using-c51-of-nrf24le1-to-write-32-byte-to-its-l01-module-oscilloscope-shows-it-is-about-200us-means-speed-1-2-mbps-how-to-modify-c51-code-to-achieve-1-6-mbps-2mbps---preamble-crc-etc</link><description>I use the following code to write 32-byte to L01-module. (The wireless-communication works successfully ). 
 The following ( 420us+200us ), accompany only 32-byte wireless-transmission, which means the real-rate is only 412 Kbps . How to make speed fast</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 20 Sep 2018 09:06:34 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/38482/using-c51-of-nrf24le1-to-write-32-byte-to-its-l01-module-oscilloscope-shows-it-is-about-200us-means-speed-1-2-mbps-how-to-modify-c51-code-to-achieve-1-6-mbps-2mbps---preamble-crc-etc" /><item><title>RE: Using C51 of nRF24LE1 to write 32-byte to its' L01-module,  oscilloscope shows it is about 200us (means speed &lt;1.2 Mbps) .  How to modify C51-code to achieve 1.6 Mbps? ( = 2Mbps - preamble/crc/etc)</title><link>https://devzone.nordicsemi.com/thread/149584?ContentTypeID=1</link><pubDate>Thu, 20 Sep 2018 09:06:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9cecfe50-5430-4abb-b3e5-51eba5061848</guid><dc:creator>ovrebekk</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;I did some work on this many years ago, and was able to optimize the write speed to the radio quite significantly.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Attached you will find a small project with some modified read/write payload functions included. As you can see from the comments it should take about 78us to write a 32 byte payload from XDATA memory in the nRF24LE1:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/support-attachments/beef5d1b77644c448dabff31668f3a47-d30ec3e9e5724883b74ea5c6dffad065/Quick-shockburst.zip"&gt;Quick shockburst.zip&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I also experimented with assembly code to get it even quicker, but for most applications I think the example above is sufficient, and easier to integrate.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards&lt;br /&gt;Torbjørn&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>