<?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>Modifying queued ESB ACK payload</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/22009/modifying-queued-esb-ack-payload</link><description>Hi all, I am using a nRF52 in PTX mode to request a progress status from another nRF52 in PRX mode every two seconds. The PRX is updating its internal status every 0.25 seconds. The PRX updates the ACK payload each time it receives a packet from the PTX</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 15 May 2017 14:29:42 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/22009/modifying-queued-esb-ack-payload" /><item><title>RE: Modifying queued ESB ACK payload</title><link>https://devzone.nordicsemi.com/thread/86367?ContentTypeID=1</link><pubDate>Mon, 15 May 2017 14:29:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cbf7bf15-3cb3-4596-b43f-9f8321a93d31</guid><dc:creator>ovrebekk</dc:creator><description>&lt;p&gt;Hi Steve&lt;/p&gt;
&lt;p&gt;I think the easiest way to do this would be to simply flush the TX buffer on the PRX side, and upload the packet again. Then you don&amp;#39;t have to make any changes to the library code.&lt;/p&gt;
&lt;p&gt;The more efficient way to do it is just to alter the data in the FIFO directly, but this would require some changes to the library itself since by default you don&amp;#39;t have direct access to the FIFO struct.
You can use the address match event to ensure that you don&amp;#39;t change the FIFO too late (before this event occurs it is safe to update the FIFO, assuming you only spend a couple of microseconds doing it).&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></channel></rss>