slapplebags / Tracksoar-Firmware

revision 1 arduino based APRS tracker
GNU General Public License v2.0
4 stars 10 forks source link

Power Usage #23

Closed slapplebags closed 5 years ago

slapplebags commented 9 years ago

implement software power optimization. Batteries currently only 12 hours at room temp or last 3 hours at -40c.

mkapuscik commented 5 years ago

So what in particular do you want optimized. Are there specific loops that are blocking that waste power? Sensors that stay on that shouldn't? Unnecessary delay calls?

It's incredibly helpful to characterize a problem before making an issue about it because it's much easier to tackle a specific set of symptoms that can be verifiably solved than to "make it better" which could have no definite end and has infinite scope.

slapplebags commented 5 years ago

Issue has been resolved, battery life extended to 36 hours at room temp and 12 hours at -40c.