<?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>I want to send data from an ESB module in receive mode</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/86272/i-want-to-send-data-from-an-esb-module-in-receive-mode</link><description>I use: --nrf52840 --nRF5_SDK_17.1.0 --ESB. 
 Normally, 1:1 communication in one direction is performed from the module with nrf_esb_mode_t = &amp;#39;NRF_ESB_MODE_PTX&amp;#39; to the module with NRF_ESB_MODE_PRX. In this case, the ACK reply is also disabled. 
 Only during</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 07 Apr 2022 16:13:25 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/86272/i-want-to-send-data-from-an-esb-module-in-receive-mode" /><item><title>RE: I want to send data from an ESB module in receive mode</title><link>https://devzone.nordicsemi.com/thread/362426?ContentTypeID=1</link><pubDate>Thu, 07 Apr 2022 16:13:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b49a6cb0-2bbf-40a0-82ee-0776e4015d75</guid><dc:creator>Sigurd</dc:creator><description>[quote user="TML_YT"]the module of &amp;#39;NRF_ESB_MODE_PRX&amp;#39; attaches the contents of the FIFO at the timing when it returns an ACK?[/quote]
&lt;p&gt;Correct.&lt;/p&gt;
[quote user="TML_YT"]After all, it is impossible for a module of NRF_ESB_MODE_PRX that does not return ACK to transmit spontaneously?[/quote]
&lt;p&gt;Correct.&lt;/p&gt;
&lt;p&gt;The way the PRX transmits data it to attach it to the ACK packet.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/pastedimage1649347955993v1.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: I want to send data from an ESB module in receive mode</title><link>https://devzone.nordicsemi.com/thread/361378?ContentTypeID=1</link><pubDate>Mon, 04 Apr 2022 00:38:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e3a11c70-56ca-4b86-9d2e-7642570bcf6b</guid><dc:creator>TML_YT</dc:creator><description>&lt;p&gt;Thanks for the reply.&lt;/p&gt;
&lt;p&gt;I tried nrf_esb_start_rx() instead of nrf_esb_start_tx(), but the situation is still the same and the sending operation is not working.&lt;/p&gt;
&lt;p&gt;Isn&amp;#39;t the operation that the module of &amp;#39;NRF_ESB_MODE_PRX&amp;#39; transmits with nrf_esb_start_rx(), which means that the module of &amp;#39;NRF_ESB_MODE_PRX&amp;#39; attaches the contents of the FIFO at the timing when it returns an ACK?&lt;/p&gt;
&lt;p&gt;If that is the case, then as I stated at the beginning, I am using NRF_ESB_MODE_PRX intentionally not to return ACK, and the method you suggest would be invalid.&lt;/p&gt;
&lt;p&gt;If it becomes clear that the NRF_ESB_MODE_PRX module, which does not return ACKs, cannot transmit spontaneously, we would like to consider another method.&lt;br /&gt;After all, it is impossible for a module of NRF_ESB_MODE_PRX that does not return ACK to transmit spontaneously?&lt;/p&gt;
&lt;p&gt;Translated with www.DeepL.com/Translator (free version)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: I want to send data from an ESB module in receive mode</title><link>https://devzone.nordicsemi.com/thread/360393?ContentTypeID=1</link><pubDate>Mon, 28 Mar 2022 20:59:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f80aed45-0ce5-47d2-8cf3-e63476538084</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
[quote user=""]Specifically, from the module of RF_ESB_MODE_PRX we perform the following.&lt;br /&gt;&amp;nbsp; &amp;nbsp;nrf_esb_write_payload(&amp;amp;tx_payload);&lt;br /&gt;&amp;nbsp; &amp;nbsp;nrf_esb_start_tx();[/quote]
&lt;p&gt;For PRX, try to use&amp;nbsp;&lt;span&gt;nrf_esb_start_rx() instead of&amp;nbsp;nrf_esb_start_tx().&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;PS:&amp;nbsp;&lt;/span&gt;We gave a ESB user guide here you might want to take a look at:&amp;nbsp;&lt;a href="https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.1.0/esb_users_guide.html"&gt;https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.1.0/esb_users_guide.html&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>