I think the activity is usually calculated from the movement of the watch - not steps per se.
Is there a temperature sensor that reasonable reacts to skin-contact and could provide some context?
There is a sensor in the watch, but it's deep inside so would only react very slowly. Using movement is probably the best bet - an easy proxy is whether the 'poll handler' is in the high speed (80ms) or low speed (800ms) modes
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 think the activity is usually calculated from the movement of the watch - not steps per se.
There is a sensor in the watch, but it's deep inside so would only react very slowly. Using movement is probably the best bet - an easy proxy is whether the 'poll handler' is in the high speed (80ms) or low speed (800ms) modes