<?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>nRF52833 cannot reply to the ack&amp;nbsp;automatically after it receives&amp;nbsp;a packet&amp;nbsp;from the nRF24L01+</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/111875/nrf52833-cannot-reply-to-the-ack-automatically-after-it-receives-a-packet-from-the-nrf24l01</link><description>The PTX is nRF24L01+ and the PRX is nRF52833. 
 The code for the nRF24L01+: 
 
 Everytime I call NRF24L01_TxPacket to send out 32 bytes data I get the error code MAX_TX . But the nRF52833 actually has received the data. 
 So I think the nRF52833 doesn</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 12 Jun 2024 07:39:29 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/111875/nrf52833-cannot-reply-to-the-ack-automatically-after-it-receives-a-packet-from-the-nrf24l01" /><item><title>RE: nRF52833 cannot reply to the ack automatically after it receives a packet from the nRF24L01+</title><link>https://devzone.nordicsemi.com/thread/488431?ContentTypeID=1</link><pubDate>Wed, 12 Jun 2024 07:39:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:118af3c8-e6b8-4056-8610-1c0b521d72ac</guid><dc:creator>JackLan</dc:creator><description>&lt;p&gt;Thanks!&lt;span class="emoticon" data-url="https://devzone.nordicsemi.com/cfs-file/__key/system/emoji/1f601.svg" title="Grin"&gt;&amp;#x1f601;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52833 cannot reply to the ack automatically after it receives a packet from the nRF24L01+</title><link>https://devzone.nordicsemi.com/thread/488425?ContentTypeID=1</link><pubDate>Wed, 12 Jun 2024 07:10:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7e8d814e-8c3d-4fd7-b794-74472d80e157</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Always happy to help out. Hope you have a wonderful day!&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;/p&gt;
&lt;p&gt;Håkon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52833 cannot reply to the ack automatically after it receives a packet from the nRF24L01+</title><link>https://devzone.nordicsemi.com/thread/488203?ContentTypeID=1</link><pubDate>Tue, 11 Jun 2024 02:03:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6f629678-5227-4b02-9535-375c298fd646</guid><dc:creator>JackLan</dc:creator><description>&lt;p&gt;&lt;span&gt;Fantastic!&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span&gt;It works now.&lt;/span&gt;&lt;/p&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;span style="color:#000000;"&gt;&lt;span&gt;Thanks very&amp;nbsp;much.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52833 cannot reply to the ack automatically after it receives a packet from the nRF24L01+</title><link>https://devzone.nordicsemi.com/thread/488166?ContentTypeID=1</link><pubDate>Mon, 10 Jun 2024 14:47:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:dd378715-7dab-4770-9759-5cc964d7fa10</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;This could be the culprit:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;    NRF24L01_Set_TxAddr( &amp;amp;txAddr[0], 5 );                     
    NRF24L01_Set_RxAddr( 0, &amp;amp;addr[0], 5 );   &lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Try setting the TX_ADDR equal to the RX P0 ADDR, as described in appendix A in the nrf24l01+ datasheet:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;...
The RX address for data pipe 0 (RX_ADDR_P0) must be equal to the
TX address (TX_ADDR) in the PTX device&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;/p&gt;
&lt;p&gt;Håkon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52833 cannot reply to the ack automatically after it receives a packet from the nRF24L01+</title><link>https://devzone.nordicsemi.com/thread/487939?ContentTypeID=1</link><pubDate>Fri, 07 Jun 2024 14:15:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:be071a1d-c9cb-4f31-99ac-81a83eab1255</guid><dc:creator>JackLan</dc:creator><description>&lt;p&gt;&lt;strong&gt;- You&amp;#39;re receiving a .length of 0x20 (32) on the nRF5-side,&amp;nbsp;while the nRF24L series&amp;nbsp;code seems to send 18 bytes?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;No, the&amp;nbsp;&lt;/span&gt;&lt;span&gt;nRF24L+ sent out 32 bytes data.&amp;nbsp;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;- Is the content of the received payload correct?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;The nRF5-side got the correct data.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;-&amp;nbsp;Have you tried dumping the register state of the nRF24L01+ side to see if everything is set as per wanted behavior?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I will check it later. But I don&amp;#39;t think it&amp;#39;s the nRF24L01+ issue because it runs well with other nRF24L01+ boards.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;div&gt;Does the nRF24L01+&amp;nbsp; need a specific&amp;nbsp;configuration when&amp;nbsp;it&amp;nbsp;communicates&amp;nbsp;with nRF52833? And could you help to provide a demo of nRF24L01+ communicating with nRF52833?&amp;nbsp;&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52833 cannot reply to the ack automatically after it receives a packet from the nRF24L01+</title><link>https://devzone.nordicsemi.com/thread/487895?ContentTypeID=1</link><pubDate>Fri, 07 Jun 2024 12:12:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:adea2e76-da5f-41ab-b7dd-1984fa69613e</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thank you for sharing this debug information.&lt;/p&gt;
&lt;p&gt;You&amp;#39;re receiving a .length of 0x20 (32) on the nRF5-side,&amp;nbsp;while the nRF24L series&amp;nbsp;code seems to send 18 bytes?&lt;/p&gt;
&lt;p&gt;Is the content of the received payload correct?&lt;/p&gt;
&lt;p&gt;Have you tried dumping the register state of the nRF24L01+ side to see if everything is set as per wanted behavior?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;/p&gt;
&lt;p&gt;Håkon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52833 cannot reply to the ack automatically after it receives a packet from the nRF24L01+</title><link>https://devzone.nordicsemi.com/thread/487813?ContentTypeID=1</link><pubDate>Fri, 07 Jun 2024 02:00:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:488cb173-7572-4fa0-9647-ae41fd409a8a</guid><dc:creator>JackLan</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;span&gt;H&amp;aring;kon,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Thanks for your help.&lt;/span&gt;&lt;/p&gt;
&lt;div&gt;&lt;span&gt;The following image shows the data of the full struct.&amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1717726909500v1.png" alt=" " /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1717724893837v1.png" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52833 cannot reply to the ack automatically after it receives a packet from the nRF24L01+</title><link>https://devzone.nordicsemi.com/thread/487736?ContentTypeID=1</link><pubDate>Thu, 06 Jun 2024 13:03:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:112678c2-71f4-4161-a5c6-0733774ecbcc</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;On the nRF52-side, when receiving a payload and the event NRF_ESB_EVENT_RX_RECEIVED, can you check the rx_payload struct (the full struct, not just the payload content) content and share it here?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;/p&gt;
&lt;p&gt;Håkon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>