<?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>Proper radio addressing</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/8578/proper-radio-addressing</link><description>I&amp;#39;m trying to implement my own radio protocol but the section about addressing in reference manual is very unclear to me. In the &amp;quot;Definition of logical addresses&amp;quot; table it shows that I need to use appropriate base addresses and prefixes depending on which</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 07 Aug 2015 09:22:22 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/8578/proper-radio-addressing" /><item><title>RE: Proper radio addressing</title><link>https://devzone.nordicsemi.com/thread/31372?ContentTypeID=1</link><pubDate>Fri, 07 Aug 2015 09:22:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:818d05e0-8930-4b4f-bbd6-57e6040c0aab</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi lmQ009,&lt;/p&gt;
&lt;p&gt;Instead of using 8 registers for 8 logical address, we use only 4 because the addresses don&amp;#39;t need to be unique in all the bytes (just 1 byte unique is enough).&lt;/p&gt;
&lt;p&gt;So we have BASE0, BASE1, PREFIX0, PREFIX1.&lt;/p&gt;
&lt;p&gt;The combination in table 99 will construct the 8 unique address. Logical address 0 will have the first byte is PREFIX0.AP0 and the rest (2-3 or 4 bytes) is BASE0.&lt;/p&gt;
&lt;p&gt;Logical address 1 will  have the first byte is PREFIX0.AP1 and the rest (2-3 or 4 bytes) is BASE1. And so on.&lt;/p&gt;
&lt;p&gt;So logical address 1 to logical address 7 will have the same base and only have 1 unique prefix byte, when logical address 0 has its own base and the 1 byte unique prefix.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>