<?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>Minimize ESB latency on nRF52832</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/41361/minimize-esb-latency-on-nrf52832</link><description>Hello, we are experimenting with proprietary RF transmissinon between two nRF52832 devices. We are currently trying out the esb_ptx and esb_prx examples, toggling GPIOs on `NRF_ESB_EVENT_TX_SUCCESS` and `NRF_ESB_EVENT_RX_RECEIVED` events. The time from</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 10 Dec 2018 12:58:38 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/41361/minimize-esb-latency-on-nrf52832" /><item><title>RE: Minimize ESB latency on nRF52832</title><link>https://devzone.nordicsemi.com/thread/160988?ContentTypeID=1</link><pubDate>Mon, 10 Dec 2018 12:58:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0f7d83f0-f77f-4597-a780-c3d578cbf364</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;At the time of uploading a packet to the FIFO, the radio will use&amp;nbsp;130 us to start up (for legacy reasons, nRF51 and nRF24L-series devices have this restriction), and then it goes actively into transmitter mode, where sends x amount of bytes on your desired data rate.&lt;/p&gt;
&lt;p&gt;Once the payload is received on the PRX side, it will switch over the TX mode to transmit an ACK on-air.&lt;/p&gt;
&lt;p&gt;A 32 byte payload on 2 MBIT will take approx: 130 us ramp up + (32 + 5 byte address + 2 byte crc + 1 byte preamble + 9 bit PCF field) * 4 us = ~294 us&lt;/p&gt;
&lt;p&gt;Then the ACK, which we assume has no payload: 130 us + (5 + 2 + 1 + 9 bit)&amp;nbsp; *4 us = ~166 us&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;If you need to time-sync two devices, this blog post can be interesting for you:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/b/blog/posts/wireless-timer-synchronization-among-nrf5-devices"&gt;https://devzone.nordicsemi.com/b/blog/posts/wireless-timer-synchronization-among-nrf5-devices&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;/p&gt;
&lt;p&gt;Håkon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>