So i know the current consumption of each of my devices in the circuit for example
esp8266
distance sensor
LDO
My project going to weak up each 5 min run the distance sensor and send information to server if needed .
QUESTIONS :
1. How can i find out how much current will be decreased if i turn off the led on the esp ? is it possible ?
2. I know that the equation is :
Battery Life = Battery Capacity in Milli amps per hour / Load(Draw,consumption) Current in Mill amps * 0.70
What is the 0.7 stands for ?
3. Is the table below means mA per hour ? i mean if my program runs for 1 min each 5 min how should i calculate ?

4. is the LDO consuming current ? if yes which one can you advice that consumes minimum current ?
Or maybe i can use 2AA bataries which is 3V w/o LDO ?
5. What about current consumed by the esp when it goes from sleep to weak mode ,
Where can i find the current consuming due to this operation and how much time it takes?
6. Whats the meaning of 2500mA written on battery ? is it means that it can hold circuit where all devices in consumption
current in total is <=2.5A ? or it means that the battery supply's always 2500mA to the circuit ?
so for calculating total current consumption i should measure each device individually ?
Thanks !
