We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi all,
I have written a program for a wearable devices (BLE). Each device should have a ID which is located in the advertising data (its a constant). I have to build 100 hex files were each have to have a different ID.
Is there a way to increment the constant and build 100 hex files automatically.
Build -> incremnt -> build -> increment .... and so on
Thanks
Michael
The more rational solution would be to have an external app output a line or two of unique HEX for each device.
Consider also if the device already has a Unique ID that can be read, or a value that can be configured and saved at run time, or production programming.