Yes, they do - process.env.SERIAL and also getSerial() contain the unique ID.
process.env.SERIAL
getSerial()
If there are other chip-specific things you want it's actually pretty easy to find the address from the datasheet and use peek to pull the data out...
peek
@Gordon started
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.
Yes, they do -
process.env.SERIAL
and alsogetSerial()
contain the unique ID.If there are other chip-specific things you want it's actually pretty easy to find the address from the datasheet and use
peek
to pull the data out...