<?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>Device Address match</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/2050/device-address-match</link><description>I have two questions. 
 
 
 Is it possible to use the DAP[n]/DAB[n] registers without using Bluetooth 4.0? 
 
 
 If it is possible, then how? I searched all the sample code, and couldn&amp;#39;t find anything. Furthermore, I read the reference manual for</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 03 Apr 2014 08:33:53 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/2050/device-address-match" /><item><title>RE: Device Address match</title><link>https://devzone.nordicsemi.com/thread/8799?ContentTypeID=1</link><pubDate>Thu, 03 Apr 2014 08:33:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b4742b7d-6923-4e05-a4cb-b62fcee30b75</guid><dc:creator>Ole Morten</dc:creator><description>&lt;p&gt;As is explained in section 16.1.13, these registers are made for doing address whitelisting, as is used in the Bluetooth specification. Unless your on-air frames use the same format as BLE, they won&amp;#39;t really be very useful for your own protocol.&lt;/p&gt;
&lt;p&gt;The reason they&amp;#39;re useful in BLE is that all packets going on the advertising channels use the same access address (HW address as seen by nRF51), but the device that sends the packet&amp;#39;s address is part of what is considered a payload by the nRF51 radio. Hence, normally the firmware would have to read out the packet payload, and then do a manual compare with the address of the device it wants to receive for instance a connection request from. However, using this feature instead, the HW will do the matching for it, and it can just use the result.&lt;/p&gt;
&lt;p&gt;As section 16.1.13 says, you should refer to the Bluetooth specification to understand how this works. See for instance Volume 6, Part B, section 2.1 and 2.3.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Device Address match</title><link>https://devzone.nordicsemi.com/thread/8798?ContentTypeID=1</link><pubDate>Tue, 01 Apr 2014 18:39:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:90b4ea47-6a44-4448-8a17-6ee90ce446f2</guid><dc:creator>Sean</dc:creator><description>&lt;p&gt;Thanks for the speedy reply.&lt;/p&gt;
&lt;p&gt;I did read the entire section of the reference manual pertaining to the Radio. Several times. This is why I&amp;#39;m asking if there is anybody who has actually used the DAP[n]/DAB[n]  registers. I also understand that writing my own protocol is challenging, but anything worth doing is always tough. I just want to be able to use a host that listens and receives packets from several devices, and I don&amp;#39;t want to use the proprietary protocols since they always limit my flexibility.&lt;/p&gt;
&lt;p&gt;Thank you for the link to the GitHub project. It helps to see what others are doing.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Device Address match</title><link>https://devzone.nordicsemi.com/thread/8797?ContentTypeID=1</link><pubDate>Tue, 01 Apr 2014 07:54:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6f2a7625-e161-4b7e-85c7-eb646a4c0ea6</guid><dc:creator>Ole Morten</dc:creator><description>&lt;p&gt;Yes, it&amp;#39;s perfectly possible to implement a completely custom radio protocol on the nRF51, using the radio hardware directly. Developing a good radio protocol is however pretty complex, and not necessarily something I&amp;#39;d recommend unless you have specific requirements that are not covered by existing solutions. There are lots of issues to deal with; interference, packet loss, duplicate packets, addressing and so on.&lt;/p&gt;
&lt;p&gt;However, to get started, I&amp;#39;d recommend you to thoroughly read through the radio chapter of the Reference Manual, make sure you fully understand the task and event system of the nRF51 and how you can use a combination of timers, PPI and the radio to achieve mode switches, retransmissions and such. We don&amp;#39;t have a lot of example code for this, but there is a very simple example in the SDK called radio_example. In addition, you may have use in taking a look at &lt;a href="https://github.com/hlnd/nrf51-simple-radio"&gt;this project on GitHub&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>