This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#7216 - Correction for iPOD Video/Nano battery type and consumption
Attached to Project:
Rockbox
Opened by Andree Buschmann (Buschel) - Saturday, 26 May 2007, 20:07 GMT+2
Last edited by Peter D'Hoye (petur) - Saturday, 14 July 2007, 16:42 GMT+2
Opened by Andree Buschmann (Buschel) - Saturday, 26 May 2007, 20:07 GMT+2
Last edited by Peter D'Hoye (petur) - Saturday, 14 July 2007, 16:42 GMT+2
|
DetailsThis patch is very tiny one. It defines the correct battery capacities for iPOD Nano and iPOD Video and defines realistic current consumptions. for both types.
For the two different battery types of iPOD Video (400mAh for 30GB and 600mAh for 60/80GB) there was inserted a new define which is configured to use 30GB-model as a default. The current consumptions are calculated from the IpodRuntime wiki page. |
This task depends upon
Otherwise I can simply delete this additional default-capacity for iPOD Videos and let the user set
the correct capacity for the current model with rockbox settings. At least the correction for iPOD
Nano battery capacity and the power consumption of Nano and Video would be helpful.
I could the information in this related patch (http://www.rockbox.org/tracker/task/4998) for the ipod nano battery could also be merged into your patch?
I am not the original author of the patch but I believe he made the patch after making battery voltage level measurements with a multi meter.
Btw, as far as I know the batteries are Li-Ion, not Li-Poly. And the nano battery is 300mAh, not 340mAh.
Do you think the correction for Battery Scale factor can be also used for the iPOD Video?
Last question: Can you give any hint how to differ between 30GB and 60GB iPODs at compiletime?
As for your other two question sadly I don't have the answers, maybe one of the core rockbox developers will step forward with some more info for you.
- correct battery capacity for iPOD nano (300mAh), iPOD Video 30GB (400mAh) and iPOD Video 60/80GB (600mAh)
- new battery types for iPOD nano (BATT_LIION300) and for iPOD Video 30GB (BATT_LIION400)
- battery charge/discharge curves as well as level_shutoff- and level_dangerous-definitions (for iPOD nano took from patch #4998, for iPOD Video took from measurements upon battery_benchs)
- better values for current consumption for iPOD nano and iPOD Video (calculated from IpodRuntime-wiki)
ToDo's:
- to check the current consumption of nano and Video when backlight is on
- to check charge/discharge/level_shutoff/level_dangerous for 60/80GB Video's (but maybe the assumption of similar behaviour to 30GB Video's is ok)
So, this patch isn't the 100% solution, but nevertheless hits reality much more than the actual Trunk-version.