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

Unique Device ID

I have a radio board using a NRF51822 with a custom radio protocol. I need a unique identifier, ideally 24bit, 32bit but be acceptable.

I notice in the parameters there is:

Device ID 64bit unique ID for each unit. DEVICEID[0] DEVICEID[1]

Device address bit 64bit. DEVICEADDR[0] DEVICEADDR[1]

I cant think of a mathematical method of reducing the number of bits and presume there isnt a way (64bit to 24bit or 32bit)?

I presume the DEVICEID is unique for every chip? Unless the device ID is made of different fields that can be split?

Related