<?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>52820 esb rx cannot send ack</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/85601/52820-esb-rx-cannot-send-ack</link><description>project: nRF5_SDK_17.1.0_ddde560\examples\proprietary_rf\esb_ptx \pca10100e\blank\arm5_no_packs nRF5_SDK_17.1.0_ddde560\examples\proprietary_rf\esb_prx\pca10100e\blank\arm5_no_packs I need esb_rx to reply ack to esb_tx, but I can&amp;#39;t do it with demo. Then</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 14 Mar 2022 12:34:34 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/85601/52820-esb-rx-cannot-send-ack" /><item><title>RE: 52820 esb rx cannot send ack</title><link>https://devzone.nordicsemi.com/thread/357939?ContentTypeID=1</link><pubDate>Mon, 14 Mar 2022 12:34:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:86762ee1-a546-4722-acee-96c44e3e0b65</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;I recommend using the latest nRF5 SDK v17.1 for development.&lt;/p&gt;
&lt;p&gt;In general when developing with nRF52820 you can find this useful:&lt;br /&gt;&lt;a href="https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.1.0/nrf52820_user_guide.html"&gt;https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.1.0/nrf52820_user_guide.html&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I can find that both&amp;nbsp;\examples\proprietary_rf\esb_ptx and&amp;nbsp;\examples\proprietary_rf\esb_prx contain working example projects for both nRF52820 (pca10100e) and nRF52840 (pca10056).&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: 52820 esb rx cannot send ack</title><link>https://devzone.nordicsemi.com/thread/357312?ContentTypeID=1</link><pubDate>Thu, 10 Mar 2022 06:28:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c53544fe-9aae-4470-bb0d-651e5db3b6b3</guid><dc:creator>xiami</dc:creator><description>&lt;p&gt;Thank you, after setting and adding the following configuration according to your configuration, I received the ack of RX at tx.&lt;br /&gt;static nrf_esb_payload_t tx_payload = NRF_ESB_CREATE_PAYLOAD(0, 0x01, 0x00, 0x00, 0x00, 0x11, 0x00, 0x00, 0x00);&lt;br /&gt;case NRF_ESB_EVENT_RX_RECEIVED:&lt;br /&gt; uint32_t err_code = nrf_esb_write_payload(&amp;amp;tx_payload);&lt;br /&gt; APP_ERROR_CHECK(err_code);&lt;/p&gt;
&lt;p&gt;But my product is to do RX with 52840 do TX 52820. So I put the same code to the 52840 project.&lt;br /&gt;Then something happened:&lt;br /&gt;The rx side has triggered NRF_ESB_EVENT_TX_SUCCESS, but the 52840 has not &lt;span&gt;triggered&lt;/span&gt; NRF_ESB_EVENT_RX_RECEIVED.&lt;/p&gt;
&lt;p&gt;52840&amp;nbsp; SDK version:nRF5_SDK_16.0.0_98a08e2。&lt;/p&gt;
&lt;p&gt;Where did I set it wrong?Attachment is 52840esb code。&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/52840_5F00_tx.rar"&gt;devzone.nordicsemi.com/.../52840_5F00_tx.rar&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: 52820 esb rx cannot send ack</title><link>https://devzone.nordicsemi.com/thread/357137?ContentTypeID=1</link><pubDate>Wed, 09 Mar 2022 12:07:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3aca070d-a17d-4bb2-8593-8750c9b68211</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;It is the PTX that control whether it want to receive an ACK or not from the PRX. Both PTX and PRX should be configured with:&lt;br /&gt;nrf_esb_config.selective_auto_ack = true; // allow ack or no ack from the PRX.&lt;/p&gt;
&lt;p&gt;When the PTX transmit a packet it can set either:&lt;br /&gt;tx_payload.noack = false; // ack is sent from the PRX&lt;br /&gt;&lt;span&gt;tx_payload.noack = true; // no ack is received from the PRX&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Best regards,&lt;br /&gt;Kenneth&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>