<?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>Can not get my two device to talk in a working environment.</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/62954/can-not-get-my-two-device-to-talk-in-a-working-environment</link><description>I have already set up a successful sender and receiver. The receiver was using an arduino board and the sender a avr at90usb162. I have now removed the arduino and moving closer to pre-production but getting a bit of a snag. 
 The two device must be able</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 02 Jul 2020 19:52:23 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/62954/can-not-get-my-two-device-to-talk-in-a-working-environment" /><item><title>RE: Can not get my two device to talk in a working environment.</title><link>https://devzone.nordicsemi.com/thread/258192?ContentTypeID=1</link><pubDate>Thu, 02 Jul 2020 19:52:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:eaa4fe1c-057b-4ade-b0e0-ef503ac07734</guid><dc:creator>ulao</dc:creator><description>&lt;p&gt;Yes the code examples work as does my preview set up. I&amp;#39;m just simply missing something in writing the new receiver code.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can not get my two device to talk in a working environment.</title><link>https://devzone.nordicsemi.com/thread/258024?ContentTypeID=1</link><pubDate>Thu, 02 Jul 2020 09:24:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:aea1694e-0517-4e67-bcbd-a1f29192e8d9</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;Take a look at the code that I shared, this is the minimum required code for a PTX and PRX with ACK, once you have verified that works it is easier to move to your specific configuration.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can not get my two device to talk in a working environment.</title><link>https://devzone.nordicsemi.com/thread/257944?ContentTypeID=1</link><pubDate>Wed, 01 Jul 2020 19:54:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0322cf94-116b-4c5e-b9d5-71e04afb72e7</guid><dc:creator>ulao</dc:creator><description>&lt;p&gt;wow, simple issue... My dataready was missing the CE high. I forgot that needs to be held high to receive. but now its not Ack&amp;#39;ing back like it does when the arduino talks to it.&amp;nbsp; So I&amp;#39;m still missing something,&lt;/p&gt;
&lt;p&gt;for my receiver I do this.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ATT_ON(); //forces all commands to send right away, puts device in receiver mode. &lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;enable();//set ACK payload&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;sendCommand(0xA8);sendCommand(0x0A);&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;disable();&lt;br /&gt;&amp;nbsp;but my transmitter device never receives the ack. As soon as I plug in the ardunio&amp;nbsp; receiver and run my code the ardunio gets an ack back. So&amp;nbsp; know my auto acking is all set up correctly on the transmitter end.&amp;nbsp; The receiver code is the same as the transmitter code except for the PTX and code I put above. Is there another bit I need to set other then the 0x00 register (&lt;span style="font-family:sans-serif;font-size:16.6282px;left:528px;top:819.247px;"&gt; 0: PTX &lt;/span&gt;) mode and leaving CE high? The transmitter sends data, my receiver receives it and I can read the correct data in the buffer but it never acks back.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can not get my two device to talk in a working environment.</title><link>https://devzone.nordicsemi.com/thread/256687?ContentTypeID=1</link><pubDate>Wed, 24 Jun 2020 12:06:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:dce2a62b-5424-4b3a-a85a-be4375793d43</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;Maybe you can look at this case that describe the minimum configuration required for a PRX and PTX:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/13766/minimal-nrf24l01-setup-problem/52611#52611"&gt;https://devzone.nordicsemi.com/f/nordic-q-a/13766/minimal-nrf24l01-setup-problem/52611#52611&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The implementation of the hal libraries can be downloaded in zip file from here:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://infocenter.nordicsemi.com/topic/struct_appnotes/struct/appnotes_nan24-12.html"&gt;https://infocenter.nordicsemi.com/topic/struct_appnotes/struct/appnotes_nan24-12.html&lt;/a&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>