Skip to content
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

Voltage drop during charging and charger improvements #86

Open
sraillard opened this issue Mar 16, 2024 · 0 comments
Open

Voltage drop during charging and charger improvements #86

sraillard opened this issue Mar 16, 2024 · 0 comments

Comments

@sraillard
Copy link

The documentation recommend to set to 29.2v the voltage of the docking station.

When charging, the current is going through:

  • D3 and D2 diodes
  • R51 shunt
  • Q6 mosfet

The total voltage drop is around 0.7v, meaning that the battery can only get 28.5v (so it can't be fully charged).
Also, in the low level code, the charging is enabled until the battery reach 29v (that is impossible), so the battery is in float charging, something not optimal for Li-ion batteries.

Most of the voltage drop are in D3, D2 and Q6. The shunt value can be increased to improve its precision, for example with a value of 0.01R or 0.02R (the voltage will still be negligible).

A better way to manage the charging could be increasing the docking station voltage, then detecting when the charging current is under 50mA, disabling the charging until the battery voltage drop like 0.5v.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant