Hi,
We keep track of serial numbers for anything we deliver to customers. Time has come to do the same for our Bangle.js 2 devices we will be shipping (soon).
I've noticed that for 3 devices that we bought with the same order, the serial numbers are very different :
// Connected to Bangle.js 8382
>getSerial()
="c5a488b7-1440c5e7"
// Connected to Bangle.js 62e4
>getSerial()
="5bb6f7f0-75a2ae14"
// Connected to Bangle.js 5e55
>getSerial()
="5705650f-3ec9f6bf"
>
Is there some kind of logic in these serials or are they just 'random' ?
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Hi,
We keep track of serial numbers for anything we deliver to customers. Time has come to do the same for our Bangle.js 2 devices we will be shipping (soon).
I've noticed that for 3 devices that we bought with the same order, the serial numbers are very different :
Is there some kind of logic in these serials or are they just 'random' ?