Hacker News new | ask | show | jobs
by chris_st 2004 days ago
Look into the low-power mode of whatever microcontroller you're using... I did an AT-Tiny85 project, and it burned through the battery. I then switched to low power for a while, and it draws micro-amps (!) when in low-power mode, so the battery would have lasted hundreds of times longer.

Oh... umm... the display, yeah. Maybe have an on-button for the display to power it up only when you want it?

1 comments

As long as the microcontroller has a sleep mode, you can use a relay (for-real or solid-state) to toggle the power for the display.
Great idea, thanks!