Save Power by Disabling Arduino Peripherals
A relatively easy way to same a few milliamp hours of battery energy is to disable features of the ATmega328 your Arduino project isn’t using. Below are some examples of code you can use in your setup function to do this. void setup(void) { // The following saves some extra power by disabling some //