Battery efficiency questions in the context of running #6634
Replies: 1 comment
-
Posted at 2024-02-26 by @thyttan
Check this out: https://forum.espruino.com/conversations/392603/#comment17230115 Posted at 2024-02-26 by @thyttan I don't remember if we already went through this before. But what settings for Posted at 2024-02-26 by @gfwilliams
'it depends' on the connection that gets negotiated with the HRM, but it's quite possible it'd be less power (as long as the on-watch HRM is turned off). Compared to the GPS most should be negligible though.
Probably not noticeably, if there was no calculation involved.
Yes, it's wake on tap. You can turn on 'wake on double tap' but even that does turn on sometimes, so if you really want to eke out your battery I'd turn it off.
GPS is really the biggest power hog (assuming your backlight is off) but really that should last for maybe 7 hours. It's possible the GPS could be configured differently to draw less power (eg by only receiving signals 20% of the time), but unfortunately the commands you can send to the GPS aren't well documented. Maybe if someone did a bit more digging they might be able to find something Posted at 2024-02-26 by Fteacher Thanks !
Maybe it's because the screen was sometimes on, but after 2 hours, the battery gauge was red and very thin. I'll do more real life testing in the coming weeks. Posted at 2024-02-26 by @gfwilliams
Well, at least in testing here with the GPS on (in GPS only mode) and with a lock, it draws 20mA, so the 175mAh battery should be able to do at least 7 hours. However, I guess I'm not factoring in the battery usage from the Run app updating every second, so that could definitely be a bit of a hit to battery life. Also, the increased power draw will actually drop the battery voltage which will make the battery appear more empty than it is. It'd be interesting to see what the battery level ends up showing 1 minute after you've turned off the GPS and run app - it might be a little higher (although maybe that only accounts for around 20% capacity). Posted at 2024-02-26 by Fteacher Yes @gfwilliams, you mentioned that in another thread : the battery level incrementally increases in the 10 minutes following the end of the run. Possibly by up to 20%. Posted at 2024-02-26 by @thyttan
I don't remember how redraws are done in Posted at 2024-02-26 by @thyttan
The karvonen screens code should not run, i.e. not add extra battery load, if it's not visible. See https://github.com/espruino/BangleApps/blob/master/apps%2Frunplus%2Fapp.js#L201, where its refresh interval is cleared when moving away. So I don't think there should be any difference really if you don't use that screen. But doesn't hurt to try |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2024-02-26 by Fteacher
I've followed Gordon's advice, uploaded "gps only" on a fully charged banglejs2. I was able to race 2 hours with the run+ app and the wrist heart rate monitor running. Yeees ! A few questions still.
-I have "Wake on Tap" and "Wake on button" on on my watch ("face up" and "twist" are off). I noticed during my runs, that the screen lights up without me touching it. Is it related to "wake on tap" being on ? (actually going to answer myself to this question).
Now I know the battery can last a half marathon, very happy with that. Next year, I will probably up the game to the marathon. Any chance the bjs2 can make it ? Are there some enhancements, tweaks that would help (considering there's a lot of time to think about it) ?
Beta Was this translation helpful? Give feedback.
All reactions