Skip to content

Commit

Permalink
Not Unique Disclaimer
Browse files Browse the repository at this point in the history
  • Loading branch information
ricaun committed Jul 24, 2020
1 parent a32c0ad commit 43c1558
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions MCU.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,13 @@ Apparently, the chip Atmega328p have a hidden serial number with 9 bytes, and ot
## Tested Microcontroller

* Atmega328pb - 10 bytes
* Atmega328p - 9 bytes
* Atmega2560 - 9 bytes
* Attiny85 - 9 bytes
* Atmega328p - 9 bytes (Not Unique)
* Atmega2560 - 9 bytes (Not Unique)
* Attiny85 - 9 bytes (Not Unique)

## Disclaimer

The `Atmega328p`, `Atmega2560`, `Attiny85` does not have a 'Serial Number' on the datasheet, this mean it's possivel to have two microcontroller with the same `UniqueId`.

# Atmel SAM ARM Microcontroller

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This Library gets the Unique ID / Manufacture Serial Number from the Atmel AVR,

ArduinoUniqueID supports the [Microcontrollers](MCU.md).

* Atmel AVR
* Atmel AVR - [`Not Unique Disclaimer`](MCU.md#Disclaimer)
* Atmel SAM ARM
* Atmel SAMD ARM
* STM32
Expand Down

0 comments on commit 43c1558

Please sign in to comment.