need help with ACS754
TC
Posts: 1,019
Hello, I hope someone can help me. I am somewhat a newbie to programming. But that is another story. Right now I need a little help. I am working on a little project for my car I am tying to monitor my battery and how much power is being used. I am thinking of using Allegro’s “ACS754xCA-050” http://www.allegromicro.com/datafile/0754-050.pdf . I am having a little problem understanding what the out put would be. From what I understand,
VOUT = 2.5V when VCC = 5V at 0 current.
Is this true? Or do I understand it wrong? Also could someone please help me understand “Amp hours” and how I could possibility use it to estimate how much time I have left on my battery?
·
Thanks in advance TC
VOUT = 2.5V when VCC = 5V at 0 current.
Is this true? Or do I understand it wrong? Also could someone please help me understand “Amp hours” and how I could possibility use it to estimate how much time I have left on my battery?
·
Thanks in advance TC
Comments
The datasheet is confusing: From the graph in the datasheet (pg. 5), it looks like the output voltage would be 0 when the current through IP+/- is 0, the output would be +V when there is forward current through IP+/-, and output would be -V when the current is reverse biased through IP+/-.· However, maximum reverse voltage output is listed as -.1v -·To me this would indicate that the maximum negitive output voltage would be -.1v.· Not sure why the datasheet doesn't label the V axis relative to Vcc (or whatever Vout is relative to).
If you have one on hand, the easiest way to tell is bench test it.
Amp hours is a measure of energy stored - a batterry that is rated at 100 amp hours means a fully charged battery·could theoretically run a 1 amp load for 100 hour, or a 2 amp load for 50 hours, or a 4 amp load for 25 hours, etc (with no charging).
If you can track current in and out of a battery, you can·get a rough idea of·how much·energy is stored in the battery.· Be aware that using current, time, and the rated capacity of the battery to predict how much energy is left in the battery is gestimation at best - though it can work ok if you have a zeroing of the charge amount (ie the battery gets fully charged fairly often).· Of course, a battery's storage capacity also changes with age and use.· I belive most battery monitoring systems use the voltage of the battery to predict remaining charge.
Nate
Post Edited (Nate) : 7/10/2005 2:50:52 PM GMT
-dave
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
This is not a sig. This is a duck. Quack.
·
Thanks TC