However, if we Bangle.setPollInterval(1000) could get it down to 0.3mA, and turning off the accelerometer Bangle.accelWr(0x18,0x0A); gets it down to 0.15.
Taken from another post or github comment. Isn't that 'disabling the accelorometer'?
Here you mention that power usage is halved with just PollingInterval adjustment. Why would we not notice this as normal users? I know that personally I am the type of user who cares a lot about small efficiencies in battery usage, perhaps I'm just a rare specimen then.
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.
Taken from another post or github comment. Isn't that 'disabling the accelorometer'?
https://github.com/espruino/Espruino/issues/1921
Here you mention that power usage is halved with just PollingInterval adjustment. Why would we not notice this as normal users? I know that personally I am the type of user who cares a lot about small efficiencies in battery usage, perhaps I'm just a rare specimen then.