|
|
Rockbox mail archiveSubject: charging algorithm stops and restartsFrom: Uwe Freese (mail_at_uwe-freese.de) Date: 2002-08-16
Hello,
When the charging ends (because of a delta detection) and the voltage
Disabling charging for one minute disturbs the calculation of the
Suggestion:
Add a BATTERY_LEVEL_CHARGE_END.
Change in powermgmt.c:
change the
if (delta < -100) { /* delta < -10 mV */
to
if ((delta < -100) && (battery_level() > BATTERY_LEVEL_CHARGE_END)) { /* delta < -10 mV */
The same with the other delta.
The BATTERY_LEVEL_CHARGE_END should be at 85% battery voltage level.
Bye, Uwe.
Page was last modified "Jan 10 2012" The Rockbox Crew |