<?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>Radio Addresses in custom protocol</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/40902/radio-addresses-in-custom-protocol</link><description>Good morning everyone, 
 
 I am writing a custom protocol using the RADIO module and I am having a hard time understanding the address organization..... 
 My protocol supports either unicast transmissions or broadcast transmissions, so I need each device</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 26 Nov 2018 14:35:48 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/40902/radio-addresses-in-custom-protocol" /><item><title>RE: Radio Addresses in custom protocol</title><link>https://devzone.nordicsemi.com/thread/159067?ContentTypeID=1</link><pubDate>Mon, 26 Nov 2018 14:35:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c77adce1-d56b-43df-8553-4d35d2bcd40d</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;You can find the address&amp;nbsp;configuration for the RADIO here:&lt;br /&gt;&lt;a href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.nrf52832.ps.v1.1/radio.html?cp=2_1_0_22_3#concept_mdy_kcj_4r"&gt;https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.nrf52832.ps.v1.1/radio.html?cp=2_1_0_22_3#concept_mdy_kcj_4r&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;It depends on BASE[0..1] and PREFIX[0...7] registers. Such that if BASE0 = 0x12345678 and PREFIX0 = AB, then it can receive any packet with the address 0x123456789AB.&lt;/p&gt;
&lt;p&gt;I think the ESB library is the possible &amp;quot;easiest&amp;quot; implementation and usage we have the RADIO:&lt;br /&gt;&lt;a href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.2.0/esb_users_guide.html?cp=4_0_0_5_1"&gt;https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.2.0/esb_users_guide.html?cp=4_0_0_5_1&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Source code in the SDK.&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></channel></rss>