<?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 test NRF51822 transport data rate</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/21576/how-to-test-nrf51822-transport-data-rate</link><description>now I used sample code of radio 
 
 
 change NRF_RADIO-&amp;gt;MODE = (RADIO_MODE_MODE_Nrf_2Mbit &amp;lt;&amp;lt; RADIO_MODE_MODE_Pos)； 
 
 
 In transmitter code , I change 
 while (true)
{
send_packet();
packet ++;
nrf_delay_ms(1);
__WFE();
} 
 
 
 In receiver</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 28 Apr 2017 01:14:59 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/21576/how-to-test-nrf51822-transport-data-rate" /><item><title>RE: how to test NRF51822 transport data rate</title><link>https://devzone.nordicsemi.com/thread/84733?ContentTypeID=1</link><pubDate>Fri, 28 Apr 2017 01:14:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f0e7efe5-1a7b-4172-84d5-e54c1cb213a4</guid><dc:creator>suker</dc:creator><description>&lt;p&gt;Add for test &amp;quot;Transport data 1KB/S, Data lose is about 80%&amp;quot;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to test NRF51822 transport data rate</title><link>https://devzone.nordicsemi.com/thread/84735?ContentTypeID=1</link><pubDate>Wed, 26 Apr 2017 01:13:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e142cc19-3450-41ea-872e-3048af9dec1f</guid><dc:creator>suker</dc:creator><description>&lt;p&gt;You are right, Think you very much!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to test NRF51822 transport data rate</title><link>https://devzone.nordicsemi.com/thread/84734?ContentTypeID=1</link><pubDate>Tue, 25 Apr 2017 10:13:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5697007d-72d1-4191-8931-b54c8b8b3ec3</guid><dc:creator>ovrebekk</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;What is your end goal of this exercise?&lt;/p&gt;
&lt;p&gt;If you are planning to implement an application later on I would strongly recommend using an RF library, such as the nrf_esb implementation available in the SDK.
Then you will get features such as FIFO buffering, acknowledgements and packet re-transmission for free, and you don&amp;#39;t have to focus on the low level radio handling.&lt;/p&gt;
&lt;p&gt;If you use 255 byte payloads you will get pretty high data rates, and you can increase it even more by disabling the acknowledgement feature (even though you won&amp;#39;t detect packet loss anymore).&lt;/p&gt;
&lt;p&gt;Best regards&lt;br /&gt;
Torbjørn&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to test NRF51822 transport data rate</title><link>https://devzone.nordicsemi.com/thread/84732?ContentTypeID=1</link><pubDate>Tue, 25 Apr 2017 09:18:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:84065821-2fae-4097-9861-71d22a871e9c</guid><dc:creator>Wojtek</dc:creator><description>&lt;p&gt;You want to test maximum data rate? Why are you using nrf_delay_ms(1) then? What is your goal?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>