Upon charging completion, battery is in ChargingState::fastChargeConstantVoltage
state.
#6
Labels
topic: documentation
Related to documentation for the project
type: imperfection
Perceived defect in any part of project
According to the docs describing the charging state, the final charging state should be
END_OF_CHARGE
orDONE
.Arduino_PowerManagement/docs/README.md
Lines 62 to 75 in 7ba266c
However, when charging is completed to the set voltage,
getState()
returnsChargingState::fastChargeConstantVoltage
.This occurs on both the Portenta C33 as well as the Portenta H7.
Portenta H7 Sketch
Portenta H7 Output
Portenta C33 Sketch
Portenta C33 Output
Next steps:
getChargeStatus()
method inside the library. Should this begetState()
instead?ChargingState::fastChargeConstantVoltage
which should not be the case when it has reached terminal voltage. This should report that the charging has finishedgetState()
methodArduino_PowerManagement/src/Charger.cpp
Lines 223 to 249 in 7ba266c
The text was updated successfully, but these errors were encountered: