<?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>Enhances Shock Burst Protocol PTX Address</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/17052/enhances-shock-burst-protocol-ptx-address</link><description>Hello, 
 i haven&amp;#39;t found an answer to this question. Which address uses the PTX in Enhanced Shock Burst Protocol (nrf52832, SDK 11)? In the code I found only that: 
 NRF_RADIO-&amp;gt;TXADDRESS = m_p_current_payload-&amp;gt;pipe;
 
 For me this code tells me the</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 17 Oct 2016 07:27:47 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/17052/enhances-shock-burst-protocol-ptx-address" /><item><title>RE: Enhances Shock Burst Protocol PTX Address</title><link>https://devzone.nordicsemi.com/thread/65398?ContentTypeID=1</link><pubDate>Mon, 17 Oct 2016 07:27:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fdd29bcc-e1ea-4378-b5d2-89de70f76dba</guid><dc:creator>ovrebekk</dc:creator><description>&lt;p&gt;I believe you need to enable the pipes on both sides, otherwise the PTX won&amp;#39;t be able to pick up the ACK packet.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Enhances Shock Burst Protocol PTX Address</title><link>https://devzone.nordicsemi.com/thread/65397?ContentTypeID=1</link><pubDate>Fri, 14 Oct 2016 08:38:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b599fe37-257f-4c91-93d7-f95afb165c16</guid><dc:creator>florian2840</dc:creator><description>&lt;p&gt;That sounds great! And I do not need to enable pipes on PTX side? only on PRX side?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Enhances Shock Burst Protocol PTX Address</title><link>https://devzone.nordicsemi.com/thread/65396?ContentTypeID=1</link><pubDate>Fri, 14 Oct 2016 08:13:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fb5a9b0a-9633-48b1-bf91-6da06cc16106</guid><dc:creator>ovrebekk</dc:creator><description>&lt;p&gt;Hi Florian&lt;/p&gt;
&lt;p&gt;If you look at the nrf_esb_payload_t structure you will see that there is a pipe field, allowing you to set exactly which pipe each payload should be sent out on.&lt;/p&gt;
&lt;p&gt;This should be a number between 0-7, corresponding to the addresses configured earlier.&lt;/p&gt;
&lt;p&gt;The address used is then identical to the RX address for that pipe.&lt;/p&gt;
&lt;p&gt;It is correct that the older chips worked differently (nRF24L01+, nRF24LE1 and earlier). In these you only had a single TX address, and had to explicitly write in a new address if you wanted to transmit to a different receiver or pipe.&lt;/p&gt;
&lt;p&gt;Best regards, Torbjørn&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>