-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BMS #83
Comments
Please point to the regulation you are referring to or give a comprehensive description. Over temperature detect is necessary for LiIon batteries due to their tendency to catch fire. Temperature is much less significant for Pb Acid |
there are 2 parts, |
Well we have temperature measurement in the hardware which we can probably expose - so let's do that - it will take some time. Current measurement is in there too - we should expose that too. |
so if you define discharge current is -xxx A, then charge current is + xxx A |
That's not quite how the current sensing works. It detects current being
used by the robot systems not net current in to the battery. In charging,
the robot will still show power consumption even if some of this current
comes from the charger rather than the batteries.
As such
+ power consumption and +dV indicates charging
+ power consumption and -dV indicates disconnected from the charger
The other thing that's important is that the charger boosts the voltage
quite a bit - again the is Pb-acid not LiIon so the voltage jump is
significant and is probably the easiest way to detect the event of being
plugged in. In fact you could write the voltage to non-volatile memory
every say 10 seconds and compare against that. That way even if the robot
was shut-down accidentally during charge up the system would be able to
tell.
David
David
…On Wed, Mar 13, 2019 at 9:39 PM pyhuang2011 ***@***.***> wrote:
so if you define discharge current is -xxx A, then charge current is + xxx
A
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#83 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ALDeVuE3WpjV2a0pabyf10rfRfDIW8b5ks5vWdKdgaJpZM4bsjH5>
.
|
Have a BMS according to regulation(should let the system know over current/over temperature...)
at least know is it charging.
The text was updated successfully, but these errors were encountered: