<?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>How to use BASEn, PREFIXn, RXADDRESS and TXADDDRESS?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/4940/how-to-use-basen-prefixn-rxaddress-and-txadddress</link><description>Hello. 
 I want to use nRF51422 chips to make some kind of mesh network using raw radio stack (NRF_RADIO) with my own protocol on the top of it. In reference manual there is lack of information about how addresses is used in receive procedure and what</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 29 Dec 2014 14:57:12 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/4940/how-to-use-basen-prefixn-rxaddress-and-txadddress" /><item><title>RE: How to use BASEn, PREFIXn, RXADDRESS and TXADDDRESS?</title><link>https://devzone.nordicsemi.com/thread/17426?ContentTypeID=1</link><pubDate>Mon, 29 Dec 2014 14:57:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:727299c4-380e-4cf2-93de-146be677a0cb</guid><dc:creator>shengsu</dc:creator><description>&lt;p&gt;Could you, please, comment this part:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;NRF_RADIO-&amp;gt;PREFIX0 = ((access_address &amp;gt;&amp;gt; 24) &amp;amp; 0x000000FF);
NRF_RADIO-&amp;gt;BASE0 = ((access_address &amp;lt;&amp;lt; 8) &amp;amp; 0xFFFFFF00);
NRF_RADIO-&amp;gt;TXADDRESS = 0x00; // Use logical address 0 (prefix0 + base0) = 0x8E89BED6 when transmitting
NRF_RADIO-&amp;gt;RXADDRESSES = 0x01; // Enable reception on logical address 0 (PREFIX0 + BASE0)
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;And I still don&amp;#39;t understand how to transmit data to specific device. For now on my two devboards it works only when ALL fields are equal. And I suspect that if I get third devboard, it will get the message simultaneously with the second one.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to use BASEn, PREFIXn, RXADDRESS and TXADDDRESS?</title><link>https://devzone.nordicsemi.com/thread/17425?ContentTypeID=1</link><pubDate>Sat, 27 Dec 2014 22:34:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:03af0930-21f1-40ff-a01b-453cc63fe41c</guid><dc:creator>David Edwin</dc:creator><description>&lt;p&gt;There is a sample mesh available here and you can use it to understand the concepts.
&lt;a href="https://github.com/NordicSemiconductor/nRF51-ble-bcast-mesh"&gt;github.com/.../nRF51-ble-bcast-mesh&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>