<?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>Timeslot ESB PRX becomes stuck soon after PTX keeps sending message.</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/25596/timeslot-esb-prx-becomes-stuck-soon-after-ptx-keeps-sending-message</link><description>Hi, 
 PTX:
based on the SDK11 &amp;quot;\examples\proprietary_rf\esb_ptx\pca10040\blank\arm4\esb_ptx_blank_pca10040.uvproj&amp;quot;,
what I changed is delete the &amp;quot;nrf_delay_us(50000)&amp;quot; in main(), to make it sends ESB message more quickly. 
 PRX:
based on the code</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 09 Oct 2017 08:55:40 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/25596/timeslot-esb-prx-becomes-stuck-soon-after-ptx-keeps-sending-message" /><item><title>RE: Timeslot ESB PRX becomes stuck soon after PTX keeps sending message.</title><link>https://devzone.nordicsemi.com/thread/100895?ContentTypeID=1</link><pubDate>Mon, 09 Oct 2017 08:55:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c6060262-9e01-47dc-ade8-4c2f0c283df3</guid><dc:creator>XiongYin</dc:creator><description>&lt;p&gt;Hi Hung Bui,&lt;/p&gt;
&lt;p&gt;It works now, the issue doesn&amp;#39;t occur in about half an hour.
I&amp;#39;ll keep testing to see if it works too when running for long time.&lt;/p&gt;
&lt;p&gt;Thank you!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Timeslot ESB PRX becomes stuck soon after PTX keeps sending message.</title><link>https://devzone.nordicsemi.com/thread/100894?ContentTypeID=1</link><pubDate>Mon, 02 Oct 2017 12:41:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1c6c76fd-82f1-4734-adad-5c9406ce9004</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi XiongYin,&lt;/p&gt;
&lt;p&gt;Thanks for the detailed information and the demo code.&lt;/p&gt;
&lt;p&gt;We found that it was due to a bug in the implementation of nrf_esb.c&lt;/p&gt;
&lt;p&gt;So if you in nrf_esb_stop_rx() modify :&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;if (m_nrf_esb_mainstate == NRF_ESB_STATE_PRX)
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;to&lt;/p&gt;
&lt;pre&gt;&lt;code&gt; if ((m_nrf_esb_mainstate == NRF_ESB_STATE_PRX)||(m_nrf_esb_mainstate ==NRF_ESB_STATE_PRX_SEND_ACK))
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;It should work. Please let me know if the issue still occurs.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>