<?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>Having trouble receiving the data on nRF2401 Receiver</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/63112/having-trouble-receiving-the-data-on-nrf2401-receiver</link><description>So I&amp;#39;ve been tinkering with nrf2401 module lately and trying to send data between the modules. PTX is set up on STM32 and PRX on RPI, and i&amp;#39;m sending from PTX to PRX. 
 I&amp;#39;m using an existing library on RPI , and using receiver.cpp (with minor changes</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 30 Jun 2020 09:00:27 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/63112/having-trouble-receiving-the-data-on-nrf2401-receiver" /><item><title>RE: Having trouble receiving the data on nRF2401 Receiver</title><link>https://devzone.nordicsemi.com/thread/257514?ContentTypeID=1</link><pubDate>Tue, 30 Jun 2020 09:00:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a9e9921f-c8f4-446d-ba24-898be196a1f4</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;That should work yes.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Having trouble receiving the data on nRF2401 Receiver</title><link>https://devzone.nordicsemi.com/thread/257447?ContentTypeID=1</link><pubDate>Mon, 29 Jun 2020 16:55:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:dd032f20-7e4e-45ed-ab0a-d6d4a885821b</guid><dc:creator>morpho</dc:creator><description>&lt;p&gt;thanks for the response. I want to use no ack to begin with. So if you were to send multiple payloads, would&amp;nbsp;you repeat the following flow for each payload to be sent?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;
void transmit(int *data, int len) {

    write_payload(data, len);
    enable_CE();
    // ... IRQ is triggered
    
    disable_CE();
}
&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Having trouble receiving the data on nRF2401 Receiver</title><link>https://devzone.nordicsemi.com/thread/257374?ContentTypeID=1</link><pubDate>Mon, 29 Jun 2020 12:30:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:eb23e282-8e89-42e4-9c26-7ae1cda23f2a</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;If you disable&amp;nbsp;ACK then the transmitter will always set TX_DS after every packet sent, there is no guarantee that the&amp;nbsp;packet was received by anyone. You may find this useful:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/13766/minimal-nrf24l01-setup-problem/52611"&gt;https://devzone.nordicsemi.com/f/nordic-q-a/13766/minimal-nrf24l01-setup-problem/52611&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>