This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Is nrf51 DEVICEID unique?

Hi,

I have read several threads on the devzone that points to the DEVICEID being randomly generated and not unique. At the same time chapter 7.4 in the Reference Manual says the DEVICEID is a "64 bit unique device identifier" (though it does not mention the generation method).

My question is: Can I use the 64-bit DEVICEID field to uniquely identify a nrf51 chip?

Parents
  • Hi Pablo,

    The DEVICEID is randomly generated using FIPS approved random number generator during production process. There is a slight chance that you have 2 chips with same DEVICEID but the possibility's very small given the high amount number of bits (= 1/(2^64) = 5.42*10^-20) .

Reply
  • Hi Pablo,

    The DEVICEID is randomly generated using FIPS approved random number generator during production process. There is a slight chance that you have 2 chips with same DEVICEID but the possibility's very small given the high amount number of bits (= 1/(2^64) = 5.42*10^-20) .

Children