<?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>How to setup nrf51(PTX) to nrf24L01+(PRX) ?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/10525/how-to-setup-nrf51-ptx-to-nrf24l01-prx</link><description>I&amp;#39;m trying to set up communication between an nrf51422, and an nrf24l01+.
The nrf51 is supposed to be the PTX device, and the nrf24 the PRX device.
Communication from PRX to PTX should go through ack-payloads. 
 On the nrf51 side I am using the code</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 30 Nov 2015 13:22:44 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/10525/how-to-setup-nrf51-ptx-to-nrf24l01-prx" /><item><title>RE: How to setup nrf51(PTX) to nrf24L01+(PRX) ?</title><link>https://devzone.nordicsemi.com/thread/39148?ContentTypeID=1</link><pubDate>Mon, 30 Nov 2015 13:22:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:80d26a51-95f3-4940-81a8-35b65084c715</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;On the nRF24L-side you have to ensure that the configuration matches what you&amp;#39;ve set on the nRF51-side.&lt;/p&gt;
&lt;p&gt;I would recommend starting with the &amp;quot;plain&amp;quot; example in the SDK (more or less what you have now), then start modifying your nRF24L-side to match the settings on the nRF51-side. In your example, you&amp;#39;re sending on PIPE3, try with PIPE0 instead.&lt;/p&gt;
&lt;p&gt;Proposed configuration changed (should be equal on both sides):&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Setting 2 byte CRC&lt;/li&gt;
&lt;li&gt;Setting payload length on your PIPE0 to 32 bytes&lt;/li&gt;
&lt;li&gt;Setting RF channel to &amp;#39;15&amp;#39;&lt;/li&gt;
&lt;li&gt;Enabling dynamic ACK (See FEATURE register, field &amp;quot;EN_DPL&amp;quot; in nRF24L01+ datasheet)&lt;/li&gt;
&lt;li&gt;Setting the RF Address equal (by default; 0xE7E7E7E7 in both examples)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Cheers,
Håkon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>