Skip to main content

How to calculate the battery standby time according to the load?


Things we should know:

  P = V . I                   
(ie. power in watts = volts x amps)

Every battery has a amps/hr (Ah) rating which signifies for how many hours it can deliver that much amount of current?
for eg. 2000mAh battery can deliver 2000mili Amps per hour 


Eg.1 Inverter battery standby calculation

1.Calculating the total battery capacity in Watts/hr:
 if our inverter battery has a rating of 150Ah and voltage 12V
thus it can deliver 150Amps per hour.

thus power delivered per hour will be 1800Watts/hr 
(1800 = 12 x 150) .............................(  P = V . I  )
2.battery threshold level:(actual battery capacity)
now before proceeding take into consideration that the battery wont be fully discharged due to the internal protection circuit in the inverter so we have to first take 85% of our total battery capacity. 
thus 0.85 x 1800 =1530W/hr

 3.Load in watts:
your general ceiling fan eats up 75W 
lets assume 4 such fans running thus 4 x 75 = 300

now lets calculate how long can your inverter battery can standby
4.Battery standby time in hours:
as calculated before before 4 fans eats up 300W
so the battery will last for 1530W/300W = 5 hrs



Eg.2  Mobile battery standby approx calculation

1.Calculating the total battery capacity in Watts/hr:
 if our mobile Lithium ion battery has a rating of 2000mAh and voltage 3.7v
thus it can deliver 2000 mili amps per hour we can also say 2Ah

thus power delivered per hour will be 7.4Watts/hr 
(7.4 = 3.7 x 2) .............................(  P = V . I  )
2.battery threshold level:(actual battery capacity)
now before proceeding take into consideration that the battery wont be fully discharged due to the internal protection circuit in the battery so we have to first take 85% of our total battery capacity. 
thus 0.85 x 7.4 =6.29W/hr

3.Load in watts:
lets say your GSM edge module eats up 128mW (general consumption for 1200 bit rate)

now lets calculate how long can your mobile battery can standby

4.Battery standby time in hours:
as said before the GSM module eats up 128mW
so the battery will last for 6.29W/128mW = 49hrs = 2 days 

but this wont be the actual case of standby as we have not considered many loads which will eat power such as display, Graphic CPU etc. its just an approximate calculation. : )

program to calculate the battery standby:
Battery standby c program
Battery standby (onedrive) 


  


Comments

  1. Refer Srinivasa power solutions https://www.srinivasapowersolutions.in

    ReplyDelete

Post a Comment

Popular posts from this blog

MATLAB shortcut in ubuntu/linux

Create a symbolic link in  /usr/local/bin , i.e. as su ln -s /usr/local/MATLAB/R2013a/bin/matlab /usr/local/bin/matlab 1.download your own icon- sudo wget http://upload.wikimedia.org/wikipedia/commons/2/21/Matlab_Logo.png -O /usr/share/icons/matlab.png 2.give your access permission sudo touch /usr/share/applications/matlab.desktop 3.edit your .desktop file sudo gedit /usr/share/applications/matlab.desktop 4.and paste the following into the document. #!/usr/bin/env xdg-open [Desktop Entry] Type=Application Icon=/usr/share/icons/matlab.png Name=MATLAB R2014a Comment=Start MATLAB - The Language of Technical Computing Exec=matlab -desktop Categories=Development;

Crack windows 7 password via ubuntu boot

Requirements: 1.ubuntu live cd or pendrive(consisting of ubuntu setup) http://www.ubuntu.com/download/alternative-downloads Procedure: 1.start up your computer 2.boot ubuntu linux cd 3.select the option try ubuntu option (DO NOT INSTALL UBUNTU  its not required) by selecting this option you do not install the system rather the ubuntu os is started via live cd or USB 4.In the ubuntu click on the folder ie the file explorer in the left panel 5.Goto the windows 7 system drive path : windows>system32> rename the magnify.exe as cmd.exe and rename the cmd.exe as magnify.exe (NOTE: While renaming you cant rename directly as both file cannot have same names  take a copy of both these files in any other folder in case you mess up ) 6. reboot the system and start windows 7.On the password screen you will see an ease of access (blue icon)  in the bottom left corner. click on it and select the magnifier click OK.(It will open the command prompt) 8.In ...