Friday, 29 January 2016

capacitor - How to calculate equivalent capacitance to a battery?


I have a 1.25V 2Ah battery and I'm trying to calculate a equivalent capacitance with rated voltage of 2.7V for each of those batteries. This is what I did:


Work of Battery = $1.25V \cdot 2A \cdot 3600s = 9000J$


From the capacitor work equation:


W=0.5CV2


9000J=0.5C2.7V2


C=2469.1358F


Is this correct?




No comments:

Post a Comment

arduino - Can I use TI's cc2541 BLE as micro controller to perform operations/ processing instead of ATmega328P AU to save cost?

I am using arduino pro mini (which contains Atmega328p AU ) along with cc2541(HM-10) to process and transfer data over BLE to smartphone. I...