|
|
|
|
|
by not_the_fda
1250 days ago
|
|
The key to low power is to put the micro in a sleep state as much as possible. You have to rethink running things in a loop and make it interrupt / event driven. Set it up to wake from sleep on some interrupt, do your processing, then go back to sleep. You can setup a timer interrupt to wake periodically to do processing as well. |
|
I got mine to last about a week on the stock battery, i know of people who have done better but being a minute-resolution clock helps a lot.