BMS charge limits #1021
KiwiSparky
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
With my 3.7V Cells, I have noticed the current charge limit based on voltage is not adjusted when the below is in force. The cell voltage while charging could be set as a proportion of the max charge voltage so this did not need to be adjusted manually.
IE for 3.7 cell 3.55 can be 4.10v (3.55 x 1.156) or (Max Cell Voltage x 1) and 3.50 can be 4.05 (Max Cell Voltage x 0.95) ...etc
; Set steps to reduce battery current
; The current will be changed linear between those steps if LINEAR_LIMITATION_ENABLE is set to True
CELL_VOLTAGES_WHILE_CHARGING = 3.55, 3.50, 3.45, 3.30
MAX_CHARGE_CURRENT_CV_FRACTION = 0, 0.05, 0.5, 1
Beta Was this translation helpful? Give feedback.
All reactions