summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdocs/CHARGING_ALGORITHM12
1 files changed, 5 insertions, 7 deletions
diff --git a/docs/CHARGING_ALGORITHM b/docs/CHARGING_ALGORITHM
index 38a445490a..7bbdd60fe8 100755
--- a/docs/CHARGING_ALGORITHM
+++ b/docs/CHARGING_ALGORITHM
@@ -62,7 +62,7 @@ with a constant current of about 350mA. The charging is stopped for three reason
62The max duration is calculated dynamically. The time depends on how full the 62The max duration is calculated dynamically. The time depends on how full the
63battery is when charging is started. For a nearly full battery, the max duration 63battery is when charging is started. For a nearly full battery, the max duration
64is low, for an empty one, it is a high value. The exact formula can be found in 64is low, for an empty one, it is a high value. The exact formula can be found in
65the source code. 65the source code. The battery capacity is also considered here.
66 66
67 67
68[DELTA PEAK - WHY DOES IT WORK?] 68[DELTA PEAK - WHY DOES IT WORK?]
@@ -148,10 +148,10 @@ In simple words, it is
148 148
149remaining time = remaining battery energy / power consumption of AJB 149remaining time = remaining battery energy / power consumption of AJB
150 150
151With using the battery courves described above and a battery capacity (a 151With using the battery courves described above and the battery capacity you
152constant in powermgmt.h), the remaining capacity is calculated. For the power 152selected in the settings menu, the remaining capacity is calculated. For the
153consumption, a usual constant value is used. If the LED backlight is set to 153power consumption, a usual constant value is used. If the LED backlight is set
154always on, it is also considered. 154to always on, it is also considered.
155 155
156 156
157[BATTERY LAZYNESS] 157[BATTERY LAZYNESS]
@@ -177,8 +177,6 @@ the charger is turned on):
177 177
178[WHICH CHARGING MODE TO USE] 178[WHICH CHARGING MODE TO USE]
179 179
180(trickle charge on and off not implemented yet!)
181
182If you use your AJB connected to the power supply the whole time, select "deep 180If you use your AJB connected to the power supply the whole time, select "deep
183discharge on" and "trickle charge off". 181discharge on" and "trickle charge off".
184 182