Search found 1 match
- Fri Feb 03, 2023 10:46 am
- Forum: General Discussion
- Topic: How to program host generated 128-bit GUID into thousands of ESP32-S3?
- Replies: 0
- Views: 804
How to program host generated 128-bit GUID into thousands of ESP32-S3?
Hi guys, I know that the ESP32-S3 has a random number generator which I can use to generate a 128-bit GUID upon powerup. However, I would like the GUID to be generated on the host computer as I need to be aware of this number before using the ESP32-S3. There will be thousands of GUIDs generated on t...