<?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>nrf52832 ESB tx/rx example MAX SPEED</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/52313/nrf52832-esb-tx-rx-example-max-speed</link><description>Hello. I&amp;#39;m testing ESB examples with nrf52832. Want to understand which max speed I can reach with that protocol? Some devzone info says that 1.8mbps can be reached. But among with my tests I can&amp;#39;t get such speed. What I&amp;#39;ve done. I set max 252 byte payload</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 19 Sep 2019 21:09:34 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/52313/nrf52832-esb-tx-rx-example-max-speed" /><item><title>RE: nrf52832 ESB tx/rx example MAX SPEED</title><link>https://devzone.nordicsemi.com/thread/210790?ContentTypeID=1</link><pubDate>Thu, 19 Sep 2019 21:09:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ad10f59a-5a10-4171-a738-48be4f84c2d4</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;How many packets are you receiving per second?&lt;/p&gt;
&lt;p&gt;Example: if you receive 500 payloads per second, of 252 bytes each, that is 252*800*8bits / 1024 = ~788 kBit/s&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf52832 ESB tx/rx example MAX SPEED</title><link>https://devzone.nordicsemi.com/thread/210652?ContentTypeID=1</link><pubDate>Thu, 19 Sep 2019 09:15:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f910f57a-29ab-4527-aacd-21523cebf813</guid><dc:creator>Ivan</dc:creator><description>&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/setting-RU.jpg" /&gt;&lt;/p&gt;
&lt;p&gt;set it like this, flashed to both devices, still same&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf52832 ESB tx/rx example MAX SPEED</title><link>https://devzone.nordicsemi.com/thread/210649?ContentTypeID=1</link><pubDate>Thu, 19 Sep 2019 09:10:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2856580c-4b8c-46a4-a665-06323bbb9d05</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Is that a change in nrf_esb.c? If yes; please revert that change.&lt;/p&gt;
&lt;p&gt;Try setting the change in main, after init, but before starting the radio.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf52832 ESB tx/rx example MAX SPEED</title><link>https://devzone.nordicsemi.com/thread/210648?ContentTypeID=1</link><pubDate>Thu, 19 Sep 2019 09:08:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a5b2f36a-9fae-4c42-b78c-c3b8cc889b17</guid><dc:creator>Ivan</dc:creator><description>&lt;p&gt;I put it in esb_init after setting all addresses just before return of NRF_SUCCESS.&lt;br /&gt;But still no effect, 1000 packets per 1 sec. aproximately&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf52832 ESB tx/rx example MAX SPEED</title><link>https://devzone.nordicsemi.com/thread/210647?ContentTypeID=1</link><pubDate>Thu, 19 Sep 2019 09:05:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bb3351ad-84f0-43db-8b44-4b8cb8ff7d28</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Try setting it after.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf52832 ESB tx/rx example MAX SPEED</title><link>https://devzone.nordicsemi.com/thread/210639?ContentTypeID=1</link><pubDate>Thu, 19 Sep 2019 08:50:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e19ac61b-10f0-4e67-a342-079a6aa0c58a</guid><dc:creator>Ivan</dc:creator><description>&lt;p&gt;changes this:&lt;br /&gt;&lt;em&gt;NRF_RADIO-&amp;gt;MODECNF0 = (NRF_RADIO-&amp;gt;MODECNF0 &amp;amp; ~RADIO_MODECNF0_RU_Msk) | &lt;strong&gt;RADIO_MODECNF0_RU_Default&lt;/strong&gt;&amp;lt;&amp;lt; RADIO_MODECNF0_RU_Pos;&lt;/em&gt;&lt;span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;to this:&lt;br /&gt;&lt;br /&gt;&lt;em&gt;NRF_RADIO-&amp;gt;MODECNF0 = (NRF_RADIO-&amp;gt;MODECNF0 &amp;amp; ~RADIO_MODECNF0_RU_Msk) | &lt;strong&gt;RADIO_MODECNF0_RU_Fast&lt;/strong&gt; &amp;lt;&amp;lt; RADIO_MODECNF0_RU_Pos;&lt;br /&gt;&lt;/em&gt;&lt;br /&gt;but actually nothing changes on speed...&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf52832 ESB tx/rx example MAX SPEED</title><link>https://devzone.nordicsemi.com/thread/210630?ContentTypeID=1</link><pubDate>Thu, 19 Sep 2019 08:34:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9bd1c741-1f01-4bee-ba7b-f4bf68e022a3</guid><dc:creator>Ivan</dc:creator><description>&lt;p&gt;NRF_RADIO-&amp;gt;MODECNF0 = 1;&lt;br /&gt;&lt;br /&gt;command like this right?&lt;br /&gt;And where actually I need to set it, before ESB init or so?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf52832 ESB tx/rx example MAX SPEED</title><link>https://devzone.nordicsemi.com/thread/210550?ContentTypeID=1</link><pubDate>Wed, 18 Sep 2019 20:32:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bad035d6-b51a-4537-9d87-cc94b19a0336</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Try setting fast ramp up, field &amp;quot;RU&amp;quot; in register MODECNF0:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.nrf52832.ps.v1.1/radio.html?cp=3_1_0_22_13_44#register.MODECNF0"&gt;https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.nrf52832.ps.v1.1/radio.html?cp=3_1_0_22_13_44#register.MODECNF0&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Should&amp;nbsp;be set on both sides, ie: the prx and ptx.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Cheers,&lt;/p&gt;
&lt;p&gt;Håkon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>