Unique ID
- This topic has 2 replies, 2 voices, and was last updated 8 years, 8 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Tagged: ID
Do the mDots have a unique ID?
getID seems to return the same string (maybe that is the ID of the dev board?)
If they do, how do I access it. I need to use it as an ID field when saving sensor data in the cloud.
Thank you.
Terrence,
The mDot library has a function called getDeviceId() that returns the mDot’s unique ID. If you are using the AT firmware, you’d want to use AT+DI.
Cheers,
Mike
Thanks Mike, I will check out that function.