<?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>nRF51822 - ID</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/6452/nrf51822---id</link><description>Hello, 
 There is any unique ID per chip that we can use? On my application I&amp;#39;m able to add and remove devices from network, each network consist on 5 to 10 devices. I&amp;#39;m planing to product 100 units, will I need to program a different id code to identify</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 12 Jul 2019 08:45:53 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/6452/nrf51822---id" /><item><title>RE: nRF51822 - ID</title><link>https://devzone.nordicsemi.com/thread/198076?ContentTypeID=1</link><pubDate>Fri, 12 Jul 2019 08:45:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6a3578f4-4692-4031-bd4d-5c4d56db07b7</guid><dc:creator>awneil</dc:creator><description>[quote userid="4908" url="~/f/nordic-q-a/6452/nrf51822---id/22499"]Have you read the nRF51 Reference Manual (UICR and FICR chapters)? You will find the answers there[/quote]
&lt;p&gt;Actually, the answer that you will find there is &lt;em&gt;&lt;strong&gt;wrong&lt;/strong&gt;&lt;/em&gt;!&lt;/p&gt;
&lt;p&gt;&lt;span class="emoticon" data-url="https://devzone.nordicsemi.com/cfs-file/__key/system/emoji/1f62e.svg" title="Open mouth"&gt;&amp;#x1f62e;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;The manuals incorrectly state that the DEVICEID is &amp;quot;unique&amp;quot;; it is &lt;em&gt;&lt;strong&gt;not&lt;/strong&gt;&lt;/em&gt; - it is &lt;em&gt;random&lt;/em&gt;.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/49664/deviceid-is-unique---but-is-it-random/198061#198061"&gt;https://devzone.nordicsemi.com/f/nordic-q-a/49664/deviceid-is-unique---but-is-it-random/198061#198061&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF51822 - ID</title><link>https://devzone.nordicsemi.com/thread/22503?ContentTypeID=1</link><pubDate>Mon, 20 Apr 2015 10:18:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:969b30ac-517c-4ecd-b101-339133fda889</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;what do you mean by 5 to 6 tags?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF51822 - ID</title><link>https://devzone.nordicsemi.com/thread/22504?ContentTypeID=1</link><pubDate>Fri, 17 Apr 2015 11:33:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ca752b97-6ed7-472f-be6e-c4ad9df83b72</guid><dc:creator>Jose Xavier</dc:creator><description>&lt;p&gt;thank you all, I think it is ok as per kit it will be using 5 to 6 tags and if there is a collision is it possible to change the tag.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF51822 - ID</title><link>https://devzone.nordicsemi.com/thread/22502?ContentTypeID=1</link><pubDate>Wed, 15 Apr 2015 12:39:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:203d8d2f-b7cb-4065-9023-39f9b842cef8</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;This are 64bit DeviceID, the odds of collision are fairly small, but non zero. If this is something very important for your design, you can manage this easily in your production by using nrfjprog command line tool.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF51822 - ID</title><link>https://devzone.nordicsemi.com/thread/22501?ContentTypeID=1</link><pubDate>Wed, 15 Apr 2015 12:05:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ffa21260-12f2-4a17-bd02-356dc01e9162</guid><dc:creator>John</dc:creator><description>&lt;p&gt;Reminds me of a comment I saw in code that generated keys into a hash table and didn&amp;#39;t check for collisions: &amp;quot;What are the odds?&amp;quot;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF51822 - ID</title><link>https://devzone.nordicsemi.com/thread/22500?ContentTypeID=1</link><pubDate>Wed, 15 Apr 2015 06:41:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bd11ed4d-4916-42a2-b173-7644516233ca</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;The Chip ID is  not guarenteed to be unique. These numbers are set in production and should be random numbers (FIPS compliant).&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/question/5397/unique-device-id/"&gt;devzone.nordicsemi.com/.../&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF51822 - ID</title><link>https://devzone.nordicsemi.com/thread/22499?ContentTypeID=1</link><pubDate>Fri, 10 Apr 2015 13:59:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1c714829-02fe-42e6-bad1-70d40aa7a172</guid><dc:creator>endnode</dc:creator><description>&lt;p&gt;Hi Xavier,&lt;/p&gt;
&lt;p&gt;Have you read the nRF51 Reference Manual (UICR and FICR chapters)? You will find the answers there (or you can see other posts on this forum such as: &lt;a href="https://devzone.nordicsemi.com/question/28929/how-much-of-nrf51822-64-bit-deviceid-is-actually-set/"&gt;devzone.nordicsemi.com/.../&lt;/a&gt; ). Basically you have 8-byte ID burned into the chip and additional register area which can hold some diversified ID at the programming stage.&lt;/p&gt;
&lt;p&gt;Cheers Jan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>