Data Logger Battery Life Calculator
This calculator computes the estimated battery life of a data logger for a given sample rate, sensor power, number of sensors, and sensor on time per sample, and mA hours of the battery.
If batteries are connected in parallel, their mAh is multiplied by the number of cells in parallel, but their voltage is the same. For example, four 1.5V AA batteries in parallel will have a voltage output of 1.5V and have 8000mA of energy.
If batteries are connected in series, their voltage is multiplied by the number of cells in series, but their mAh at the higher voltage is the same. For example, four 1.5V AA batteries in series will have a voltage output of 6V and have 2000mA at that voltage.
Common Battery Capacities:
9V Alkaline: 565 mAh
1.5V AA Alkaline: 2000mAh
1.5V C Alkaline: 7000mAh
1.5V DAlkaline: 20,000mAh
Equations:
Seconds per hour= 3600. 24 hours per day.
Current draw from logger without sensors, I(log)= Pl/V.
Current draw from all sensors when continuously powered: Is= Ps*N/V
Average current draw from all sensors when temporarly powered for T seconds before taking F samples over a 24 hour period:
Is(av)= Is*(F/24)*(T/3600);
Is(av)= (Ps*N/V)*(F/24)*(T/3600);
Total Average Current, I(av):
I(av)= Is +I(log),
I(av)= Ps*N/V*(F/24)*(T/3600) + Pl/V,
Battery Life (hours) = E(mAh)/I(av); (Assuming I(av) is in mA.)
Battery Life (hours) = E(mAh)/[Ps*N/V*(F/24)*(T/3600) + Pl/V].
Battery Life (days) = Battery Life (hours) / 24.
Battery Life (days) = E(mAh)/[Ps*N*F*T/(3600*V) + 24*Pl/V].