<?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 use tx without autoask communicate wiht rx with autoask on NRF24L01?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/37942/how-to-use-tx-without-autoask-communicate-wiht-rx-with-autoask-on-nrf24l01</link><description>I have twe NRF24L01 module,one set Tx mode with autoask,and another set Rx mode without autoask, 
 The channel and address are same. 
 Can I use this mode to communication？</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 04 Sep 2018 08:53:46 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/37942/how-to-use-tx-without-autoask-communicate-wiht-rx-with-autoask-on-nrf24l01" /><item><title>RE: How to use tx without autoask communicate wiht rx with autoask on NRF24L01?</title><link>https://devzone.nordicsemi.com/thread/147121?ContentTypeID=1</link><pubDate>Tue, 04 Sep 2018 08:53:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8cc00b45-8e8f-463e-8398-9a54ac43be5d</guid><dc:creator>Aido</dc:creator><description>&lt;p&gt;Hi Kenneth,&lt;/p&gt;
&lt;p&gt;I have some questions.I have done a test.For the test,nrf52832 is set to TX mode enable autoask.&lt;/p&gt;
&lt;p&gt;nrf24l01+ is set to RX mode.nrf24l01+ can receive the package from nrf52832 whether nrf24l01+ is set to autoask or not.But using nrf24l01+ as PTX cannot communicate between two nrf24l01+&amp;#39;s.I want to know the difference between nrf52832 or nrf24l01+ as PTX with autoask.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to use tx without autoask communicate wiht rx with autoask on NRF24L01?</title><link>https://devzone.nordicsemi.com/thread/146431?ContentTypeID=1</link><pubDate>Thu, 30 Aug 2018 08:06:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:95f92523-7402-43f6-ae96-96371d91aee5</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;What you describe it not easily possible, because your scenario is not supported. The PRX_B can&amp;#39;t disable auto ack, because this is controlled from the PTX using either W_TX_PAYLOAD or W_TX_PAYLOAD_NOACK command when writing packet.&lt;/p&gt;
&lt;p&gt;My suggestion is that you use&amp;nbsp;W_TX_PAYLOAD_NOACK command from PTX, and the switch to RX mode after transmission complete. The PRX_A can switch to TX mode after receive packet and send a packet back using&amp;nbsp;W_TX_PAYLOAD_NOACK. In such setup PRX_B can receive both packets from PTX and PRX_A.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Kenneth&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to use tx without autoask communicate wiht rx with autoask on NRF24L01?</title><link>https://devzone.nordicsemi.com/thread/146388?ContentTypeID=1</link><pubDate>Thu, 30 Aug 2018 03:45:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6af09a71-10a8-4e53-a608-c2f052afb9a0</guid><dc:creator>yangjun</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Thanks for your reply!&lt;/p&gt;
&lt;div class="trans-right"&gt;
&lt;div class="output-wrap"&gt;
&lt;div class="output-mod ordinary-wrap"&gt;
&lt;div class="output-bd" dir="ltr"&gt;
&lt;p class="ordinary-output target-output clearfix"&gt;&lt;span class=""&gt;There may be some problems with my description. Next, I will describe it in detail.&lt;/span&gt;&lt;/p&gt;
&lt;p class="ordinary-output target-output clearfix"&gt;Actually, I need three NRF24L01 module, one set to PTX, and the other two set to PRX.&lt;/p&gt;
&lt;p class="ordinary-output target-output clearfix"&gt;The PTX&amp;nbsp;enable autoask, the PRX_A also &lt;span&gt;enable&lt;/span&gt; autoask and the PRX_B&amp;nbsp;disable&amp;nbsp;autoask.&lt;/p&gt;
&lt;div class="trans-left"&gt;
&lt;div class="trans-input-wrap"&gt;
&lt;div class="input-wrap" dir="ltr"&gt;
&lt;div class="input-operate"&gt;&lt;a class="operate-btn op-sound data-hover-tip" href="http://fanyi.baidu.com/?aldtype=16047###"&gt;&lt;span class="icon-sound"&gt;&lt;/span&gt;&lt;/a&gt;
&lt;div class="op-favor-container"&gt;&lt;span class="icon-favo"&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="trans-right"&gt;
&lt;div class="output-wrap"&gt;
&lt;div class="output-mod ordinary-wrap"&gt;
&lt;div class="output-bd" dir="ltr"&gt;
&lt;p class="ordinary-output target-output clearfix"&gt;&lt;span class="high-light-bg"&gt;The function I want to achieve is this:&amp;nbsp;&lt;/span&gt;The PTX send data(60HZ) as time synchronization signal (like a clock) to PRX_A and PTX_B, but just need PRX_A to&amp;nbsp;acknowledgement, because PRX_A need to send my command to PTX by ACK packet. MCU according to PRX_A and PRX_B received signal(IRQ) to adjust MCU timer.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;p class="ordinary-output target-output clearfix"&gt;But if PTX enable autoask, The PRX_B can&amp;#39;t communicate with PTX,can&amp;#39;t receive the sync signal.&lt;/p&gt;
&lt;p class="ordinary-output target-output clearfix"&gt;So my question is how can PRX_B receive the PTX data.&lt;/p&gt;
&lt;p class="ordinary-output target-output clearfix"&gt;Thanks for your&amp;nbsp;help!&lt;/p&gt;
&lt;p class="ordinary-output target-output clearfix"&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to use tx without autoask communicate wiht rx with autoask on NRF24L01?</title><link>https://devzone.nordicsemi.com/thread/146293?ContentTypeID=1</link><pubDate>Wed, 29 Aug 2018 11:49:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f429ee8a-a69a-4577-a1f0-d0e8268ee1ee</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;In general check out nAN24-12:&lt;br /&gt; &lt;a href="https://www.nordicsemi.com/eng/nordic/Products/nRF24L01/nAN24-12/10640"&gt;https://www.nordicsemi.com/eng/nordic/Products/nRF24L01/nAN24-12/10640&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Typically to disable auto ack you use the W_TX_PAYLOAD_NO ACK command when transmitting data from PTX to (one or several) PRX instead of W_TX_PAYLOAD. There is no need to disable auto ack on the PRX.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Kenneth&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>