Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 558bfa8

Browse files
authored
Update README.md
Show UniqueID bytes
1 parent eee7d2d commit 558bfa8

File tree

1 file changed

+12
-12
lines changed
  • README.md

1 file changed

+12
-12
lines changed

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,18 @@ The datasheet of the Atmega328pb chip has a section 'Serial Number' how explain
88
The datasheet of the Atmega328p chip does not say anything about the serial number, but I tested using the same Z-pointer Address on the datasheet of the Atmega328pb. <br/>
99
Apparently, the chip Atmega328p have a hidden serial number with 9 bytes, and others AVR Microcontroller maybe too, like the table below. <br/>
1010

11-
| Z-pointer Address | Atmega328pb | Atmega328p |
12-
| :-------: | :------: | :------:|
13-
| 0x000E | Byte 0 | Byte 0 |
14-
| 0x000F | Byte 1 | Byte 1 |
15-
| 0x0010 | Byte 2 | Byte 2 |
16-
| 0x0011 | Byte 3 | Byte 3 |
17-
| 0x0012 | Byte 4 | Byte 4 |
18-
| 0x0013 | Byte 5 | Byte 5 |
19-
| 0x0014 | Byte 6 | - |
20-
| 0x0015 | Byte 7 | Byte 6 |
21-
| 0x0016 | Byte 8 | Byte 7 |
22-
| 0x0017 | Byte 9 | Byte 8 |
11+
| Z-pointer Address | Atmega328pb | Atmega328p | UniqueID |
12+
| :-------: | :------: | :------: | :------:|
13+
| 0x000E | Byte 0 | Byte 0 | - |
14+
| 0x000F | Byte 1 | Byte 1 | Byte 0 |
15+
| 0x0010 | Byte 2 | Byte 2 | Byte 1 |
16+
| 0x0011 | Byte 3 | Byte 3 | Byte 2 |
17+
| 0x0012 | Byte 4 | Byte 4 | Byte 3 |
18+
| 0x0013 | Byte 5 | Byte 5 | Byte 4 |
19+
| 0x0014 | Byte 6 | - | - |
20+
| 0x0015 | Byte 7 | Byte 6 | Byte 5 |
21+
| 0x0016 | Byte 8 | Byte 7 | Byte 6 |
22+
| 0x0017 | Byte 9 | Byte 8 | Byte 7 |
2323

2424
This library selects the last 8 bytes of the Serial Number. <br/>
2525

0 commit comments

Comments
(0)