I am working on a way to track test equipment in our lab. I only need to know daily if something that is supposed to be in the room is no longer in the room. My idea was to the the Puck self identify every 6 hours to a central client and if 24hrs have passed without a ping then I am notified of a missing item.
Not sure how to interface from the Puck side and a way to make the battery last >1 year.
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.
I am working on a way to track test equipment in our lab. I only need to know daily if something that is supposed to be in the room is no longer in the room. My idea was to the the Puck self identify every 6 hours to a central client and if 24hrs have passed without a ping then I am notified of a missing item.
Not sure how to interface from the Puck side and a way to make the battery last >1 year.
Any ideas?