I want to make a thermometer with a DS18B20. I will use either a 1602 LCD or a small OLED to display the temperature. I would like this thing to be connected to a capacitive touch sensor to turn the unit on for x amount of time to view then go back to low power mode.
Is this project feasible to be powered by a 2S LiPo and not have to worry about charging the unit every few days? I'm thinking somewhere between 500 and 1000mAh capacity LiPo.
When the Arduino goes to sleep, the Arduino current draw is very small.
While the Arduino is sleeping, I/O devices such as the OLED still draws power.
We can turn off power to the OLED using a MOSFET, then turn OLED power back on when the Arduino wakes up.