@Gordon
Hi I'm sorry for reviving this post, I can create a new one if required. I'm trying to do a similar thing by using a UUID as a way of distinguishing between two pucks to use as presence detection for home automation. I understand I could setup up something like the ibeacon service but all I need is a UUID that doesnt change for each puck. I tried creating a 128 bit UUID using
date | md5sum
and then seperating the result like you suggested above
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.
@Gordon
Hi I'm sorry for reviving this post, I can create a new one if required. I'm trying to do a similar thing by using a UUID as a way of distinguishing between two pucks to use as presence detection for home automation. I understand I could setup up something like the ibeacon service but all I need is a UUID that doesnt change for each puck. I tried creating a 128 bit UUID using
and then seperating the result like you suggested above
, but this didnt work and I had to hard reset to get it back programmable , did I need to add a service similar to above ?
I'm very new to this it been a bit of a learning curve today to understand how it all works.
is this the best way to achieve what I want ?
thanks in advance