How can I creat my own UUID randomly in my firmware.
How can I creat my own UUID randomly in my firmware.
Hello,
Do you mean that the application shold generate the UUID during runtime, or do you want to know how to set up a custom BLE service project?
If it is the last one, then you can check out this guide. There is a link to a site that you can use to generate random UUIDs:
https://www.uuidgenerator.net/version4
If you want to generate this during runtime, it is a bit more tedious, but do you really want this? If so, what is it needed for?
BR,
Edvin
Hello,
Do you mean that the application shold generate the UUID during runtime, or do you want to know how to set up a custom BLE service project?
If it is the last one, then you can check out this guide. There is a link to a site that you can use to generate random UUIDs:
https://www.uuidgenerator.net/version4
If you want to generate this during runtime, it is a bit more tedious, but do you really want this? If so, what is it needed for?
BR,
Edvin