<?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>False Address correlation</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/11426/false-address-correlation</link><description>I seem to be getting correlation on addresses 
 I running the radio transmitter and receiver examples provided in the nRF5 v11 SDK. However, I am observing still some unexpected address correlation 
 Setup: nRF5_SDK_11.0.0-2.alpha_bc3f6a0 
 Board:</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 21 Jan 2016 13:59:08 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/11426/false-address-correlation" /><item><title>RE: False Address correlation</title><link>https://devzone.nordicsemi.com/thread/43100?ContentTypeID=1</link><pubDate>Thu, 21 Jan 2016 13:59:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:915fda62-c094-4477-8591-975ff2f164c6</guid><dc:creator>mark</dc:creator><description>&lt;p&gt;Hung, thanks for your clarification on this. We will regenerate some more diverse addresses to use with our system as well as frequency hopping.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: False Address correlation</title><link>https://devzone.nordicsemi.com/thread/43099?ContentTypeID=1</link><pubDate>Thu, 21 Jan 2016 13:46:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b3840bf4-94b2-47a6-bd15-94fe2ccd8c79</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Mark,&lt;/p&gt;
&lt;p&gt;My suggestion is to have more difference in the addresses.&lt;/p&gt;
&lt;p&gt;You should also considering using frequency channel hopping to avoid interference. Please be noted that when there is a packet sending on the same channel you are listening to, it doesn&amp;#39;t matter if the address match or not, the scanner will receive the packet and you will have a blocking period that the correct message can&amp;#39;t be delivered at the same time (interference between 2 packets happens anyway). Our Gazell protocol supports channel hopping.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: False Address correlation</title><link>https://devzone.nordicsemi.com/thread/43098?ContentTypeID=1</link><pubDate>Thu, 21 Jan 2016 10:43:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:40d2ffeb-547f-4481-9c9e-13f0a60bc22b</guid><dc:creator>mark</dc:creator><description>&lt;p&gt;Performed 3 runs
run 1 20 unexpected packets received
run 2 32 unexpected packets received
run 3 25 unexpected packets received&lt;/p&gt;
&lt;p&gt;the NRF_RADIO-&amp;gt;CRCSTATUS is low all the time these packets are received, which according to the data sheet meant a packet has been received with CRC error. The contents of the packet received was correct. I am able to use the CRC error to filter out the received packet.&lt;/p&gt;
&lt;p&gt;The CRCCNF-&amp;gt;SKIPADDR is low, so address field is included in the CRC calculation.&lt;/p&gt;
&lt;p&gt;The modification of the radio example Nordic SDK was to try and recreate a simple case of what we were seeing elsewhere. However, we are seeing this false address matching on our own software and custom dev boards where the transmit and receive boards are directly cable coupled (for testing) together to reduce the likelyhood of bit flipping in the on-air transmit/receive. In our software the CRCCNF SKIPADDR is set high to exclude the packet field out of the CRC calculation. We can include the address to CRC to filter these false messages.&lt;/p&gt;
&lt;p&gt;The concern is when we have multiple boards transmitting and receiving in close proximity, when a board receives and processes this differing address this is occupping a time slot whilst blocking the legitimate address board transmission.&lt;/p&gt;
&lt;p&gt;I&amp;#39;ll carry on some testing on more bit difference in the address&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: False Address correlation</title><link>https://devzone.nordicsemi.com/thread/43097?ContentTypeID=1</link><pubDate>Thu, 21 Jan 2016 08:07:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6a8d7a19-dabf-438a-a3d8-25a9a2777e9e</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Mark,
You were correct, it&amp;#39;s 5 bits. But I suggest to try with at least 8 bit difference and CRC check when receive packet.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: False Address correlation</title><link>https://devzone.nordicsemi.com/thread/43096?ContentTypeID=1</link><pubDate>Wed, 20 Jan 2016 13:35:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bf5f5acd-639a-47b9-9492-ba0cb14ec13d</guid><dc:creator>mark</dc:creator><description>&lt;p&gt;Hi Hung,
I will rerun to get the amount of unexpected packets and check the CRC match&lt;/p&gt;
&lt;p&gt;The address have 5 bits difference&lt;/p&gt;
&lt;p&gt;0x3109429E 	0011 0001 0000 1001 0100 0010 1001 1110&lt;/p&gt;
&lt;p&gt;0x31084258	0011 0001 0000 100[0] 0100 0010 [01]01 1[00]0&lt;/p&gt;
&lt;p&gt;0x23094254 	0010 0011 0000 1001   0100 0010 0101 0100&lt;/p&gt;
&lt;p&gt;0x23084292	0010 0011 0000 100[0] 0100 0010 [10]01 0[01]0&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: False Address correlation</title><link>https://devzone.nordicsemi.com/thread/43095?ContentTypeID=1</link><pubDate>Wed, 20 Jan 2016 12:58:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c4ac2f9a-8dbb-49ee-9e53-1b0498f29a04</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Mark,&lt;/p&gt;
&lt;p&gt;The 2 address are only 3 bits different. There is a chance that the interference can cause the error to flip those 3 bits. However, if it&amp;#39;s the interference, the CRC check should be able to catch it.&lt;/p&gt;
&lt;p&gt;Have you checked the CRC match (CRCSTATUS register) when received these packets ? And would the content of the packet is the same as when sending ?&lt;/p&gt;
&lt;p&gt;How many unexpected packet did you receive on 10000 trial ?&lt;/p&gt;
&lt;p&gt;Could you try again with more than 3 bit difference ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>