<?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>Problem facing in nrf51822 communication.</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/17351/problem-facing-in-nrf51822-communication</link><description>Hi, 
 I am trying to make communication between two nrf51822 modules. I am using nrf11 SDK, In this i am using proprietary_rf-&amp;gt; esb_low_power_prx(ptx) examples. 
 In this code, they have given to push button so that w.r.t packet will be sent to RX side</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 02 Nov 2016 09:34:24 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/17351/problem-facing-in-nrf51822-communication" /><item><title>RE: Problem facing in nrf51822 communication.</title><link>https://devzone.nordicsemi.com/thread/66688?ContentTypeID=1</link><pubDate>Wed, 02 Nov 2016 09:34:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5ddf1dc7-f9e0-4316-a6da-8e2612979a57</guid><dc:creator>kvrb</dc:creator><description>&lt;p&gt;Hi Kristin,&lt;/p&gt;
&lt;p&gt;Thank you. It&amp;#39;s working.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Problem facing in nrf51822 communication.</title><link>https://devzone.nordicsemi.com/thread/66687?ContentTypeID=1</link><pubDate>Thu, 27 Oct 2016 10:42:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:65b55950-6b98-4de4-a29d-cfca464791bb</guid><dc:creator>FormerMember</dc:creator><description>&lt;p&gt;nrf_esb_flush_rx() can be used to clear the FIFO.&lt;/p&gt;
&lt;p&gt;Another option is to do it the same way as in the ESB example in the SDK, only call nrf_esb_read_rx_payload() when more data has been received (NRF_ESB_EVENT_RX_RECEIVED)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Problem facing in nrf51822 communication.</title><link>https://devzone.nordicsemi.com/thread/66686?ContentTypeID=1</link><pubDate>Thu, 27 Oct 2016 10:04:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1ba723fd-4221-4a13-914c-404071f308f9</guid><dc:creator>kvrb</dc:creator><description>&lt;p&gt;Hi Kristin,&lt;/p&gt;
&lt;p&gt;Thank you for a quick reply.&lt;/p&gt;
&lt;p&gt;is there any function or code that clear the packet FIFO once it received at receiver side.?&lt;/p&gt;
&lt;p&gt;Like when Tx is stops sending, the receiver has to print last data in FIFO. Once Tx is stops sending and receiver also stops printing at the hyper terminal.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Problem facing in nrf51822 communication.</title><link>https://devzone.nordicsemi.com/thread/66685?ContentTypeID=1</link><pubDate>Thu, 27 Oct 2016 09:42:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:16af5cdc-dc96-41e1-b8be-64cd4b7385ce</guid><dc:creator>FormerMember</dc:creator><description>&lt;p&gt;From what I can see, rx_payload (m_rx_fifo) is never being cleared. It means that as long as the device is receiving data, rx_payload will change to the received data. However, when device doesn&amp;#39;t receive any more packets, rx_payload will read the same data from m_rx_fifo every time.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>