I need to know how to obtain the UUID from an Arduino Nano ATmega328 for a project.
Asked
Active
Viewed 793 times
1 Answers
2
You don't have a UUID.
You only get a UUID in the USB-enabled chips, like the ATMega32U4.
You would have to create your own UUID and store it in EEPROM, or embed it within your sketch.
Majenko
- 105,851
- 5
- 82
- 139