<?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>ESB How to retreive the sender address</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/15002/esb-how-to-retreive-the-sender-address</link><description>Hi, 
 I use ESB protocol, and all is working fine :) 
 Now I want to retreive the address of the sender because I can have multiple sender in my network. 
 I can add this in payload, but if possible I prefer to get the adress used in the radio packet</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 07 Jul 2016 13:43:45 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/15002/esb-how-to-retreive-the-sender-address" /><item><title>RE: ESB How to retreive the sender address</title><link>https://devzone.nordicsemi.com/thread/57249?ContentTypeID=1</link><pubDate>Thu, 07 Jul 2016 13:43:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:60b5ed28-7f61-4f85-981d-ba522a442082</guid><dc:creator>Ga&amp;#233;tan</dc:creator><description>&lt;p&gt;Thank You Jørgen,&lt;/p&gt;
&lt;p&gt;Sorry for this question:&lt;/p&gt;
&lt;p&gt;all packet received on pipe1 have the same adress ?&lt;/p&gt;
&lt;p&gt;I have multiple sender with the same firmware, the IC internal address is not used ?&lt;/p&gt;
&lt;p&gt;Regards,
Gaétan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ESB How to retreive the sender address</title><link>https://devzone.nordicsemi.com/thread/57248?ContentTypeID=1</link><pubDate>Thu, 07 Jul 2016 11:24:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:036edeea-5dba-4135-92bd-5103a50cb815</guid><dc:creator>J&amp;#248;rgen Kvalvaag</dc:creator><description>&lt;p&gt;You can get this information from examining which pipe the packet arrived on.&lt;/p&gt;
&lt;p&gt;Example RX configuration:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;base_address_0 = 0x12341234&lt;/li&gt;
&lt;li&gt;base_address_1 = 0xabcdabcd&lt;/li&gt;
&lt;li&gt;pipe0_prefix = 0x01&lt;/li&gt;
&lt;li&gt;pipe1_prefix = 0x02&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;A packet arriving on pipe0, the TX address is 0xabcdabcd01&lt;/p&gt;
&lt;p&gt;A packet arriving on pipe1, the TX address is 0x1234123402&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>