Rockbox.org home
Downloads
Release release
Dev builds dev builds
Extras extras
themes themes
Documentation
Manual manual
Wiki wiki
Device Status device status
Support
Forums forums
Mailing lists mailing lists
IRC IRC
Development
Bugs bugs
Patches patches
Dev Guide dev guide
Search



Donate

Rockbox Technical Forums


Login with username, password and session length
Home Help Search Staff List Login Register
News:

Rockbox Ports are now being developed for various digital audio players!

+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  Hardware
| | |-+  Sansa Clip ZIP:The care and feeding of a LiPO cell - I only want the best for it
« previous next »
  • Print
Pages: [1]

Author Topic: Sansa Clip ZIP:The care and feeding of a LiPO cell - I only want the best for it  (Read 3252 times)

Offline mcc01

  • Member
  • *
  • Posts: 69
Sansa Clip ZIP:The care and feeding of a LiPO cell - I only want the best for it
« on: April 30, 2014, 01:27:09 PM »
Hi,

Especially cause it seems to be hard to get a replacement battery for a
Sansa Clip ZIP I really dont want to shorten its life due to the lack of
knowledge about this topic...

Here:
http://batteryuniversity.com/learn/article/how_to_charge_when_to_charge_table
I read about the best way to charge a LiPO cell.
It seems to be better to neither empty the cell completly nor to charge to 100%
every time.

But:
The cell of the Clip ZIP has a PCB attached, which stops the current to prevent
too deep discharge and overcharge.
Furthermore I dont know wether 0% and 100% of Rockbox battery already take
a security margin into account, not to load up to the 100% of what the article is
talking about -- same for the other end.

So...what is 100% and 0% of the battery meter of rockbocks in the context of prolong
the life of the cell as much as possible?

Thank you very much for any clarification of this topic!
Best regards,
mcc
Logged

Offline saratoga

  • Developer
  • Member
  • *
  • Posts: 8974
Re: Sansa Clip ZIP:The care and feeding of a LiPO cell - I only want the best for it
« Reply #1 on: April 30, 2014, 01:38:22 PM »
http://git.rockbox.org/?p=rockbox.git;a=blob;f=firmware/target/arm/as3525/sansa-clipzip/powermgmt-clipzip.c;h=5006c5834745799a64dcff2507464eaad36409ef;hb=HEAD
Logged

Offline mcc01

  • Member
  • *
  • Posts: 69
Re: Sansa Clip ZIP:The care and feeding of a LiPO cell - I only want the best for it
« Reply #2 on: April 30, 2014, 02:44:48 PM »
Hi,

I always like these kinds of RTFM one-liners of an answer without any additional human
word to avoid any chance to render the answer helpful. :(

So,  the source code says:
 /* The battery manufacturer's website shows discharge curves down to 3.0V,
   so 'dangerous' and 'shutoff' levels of 3.4V and 3.3V should be safe.

These are voltages only...and it is still not clear, whether these are the voltages,
below or above the cell will be killed or will explode (german "Entladeendspannung"
und "obere Kniespannung" (speaking in the sense of Delta-U...if this could
be applied to LiPOs also...dont know)) or whether these voltage will garantee,
that the cell will live long enough to skip the warranty time just enough or...
whether it ensures best lifetime...that in what I am interested in.

Again: In what relationship are 100% and 0% of rockbox battery meter to
those margins mentioned in the article which I linked in my initial posting?

And: Who is the manufacturer...?

Best regards,
mcc
Logged

Offline saratoga

  • Developer
  • Member
  • *
  • Posts: 8974
Re: Sansa Clip ZIP:The care and feeding of a LiPO cell - I only want the best for it
« Reply #3 on: April 30, 2014, 02:55:26 PM »
Quote from: mcc01 on April 30, 2014, 02:44:48 PM
I always like these kinds of RTFM one-liners of an answer without any additional human
word to avoid any chance to render the answer helpful. :(

So,  the source code says:
 /* The battery manufacturer's website shows discharge curves down to 3.0V,
   so 'dangerous' and 'shutoff' levels of 3.4V and 3.3V should be safe.

FWIW, those comments are probably referring to a different battery, since I bet that code has been copy/pasted a bunch.  I would only trust the battery voltages because they are (probably) measured.

Quote from: mcc01 on April 30, 2014, 02:44:48 PM
Again: In what relationship are 100% and 0% of rockbox battery meter to
those margins mentioned in the article which I linked in my initial posting?

I think the only way you'd be able to determine this would be to get a couple dozen batteries, wear them down, and characterize their life cycle.   
Logged

Offline [Saint]

  • Rockbox Expert
  • Member
  • *
  • Posts: 1662
  • Hayden Pearce
    • Google+
Re: Sansa Clip ZIP:The care and feeding of a LiPO cell - I only want the best for it
« Reply #4 on: April 30, 2014, 10:14:28 PM »
Battery technology is at a point (and has been for quite a while) where a consumer doesn't need to care about this at all.

It seems odd to me to be so concerned about this when the device in question is low cost and essentially disposable.


[Saint]
Logged
Using PMs to annoy devs about bugs/patches is not a good way to have the issue looked at.

Offline mcc01

  • Member
  • *
  • Posts: 69
Re: Sansa Clip ZIP:The care and feeding of a LiPO cell - I only want the best for it
« Reply #5 on: May 01, 2014, 01:16:40 AM »
Quote
Battery technology is at a point (and has been for quite a while) where a consumer doesn't need to care about this at all.

...or the consumer gets the impression, that it is.
Look at the wide range of charger for example for NiMH accumulators.
Then take a look for the wide price range of those. I cannot believe
that all chargers will take care the same (good) way of your accumulators.
It is the consumer, who err. It starts with calling a accumulator a battery... ;)

It is ok, that it seems to be odd to you.
I simply dont want to waste things.

Best regards,
mcc
Logged

Offline saratoga

  • Developer
  • Member
  • *
  • Posts: 8974
Re: Sansa Clip ZIP:The care and feeding of a LiPO cell - I only want the best for it
« Reply #6 on: May 01, 2014, 01:58:48 AM »
Quote from: mcc01 on May 01, 2014, 01:16:40 AM
Quote
Battery technology is at a point (and has been for quite a while) where a consumer doesn't need to care about this at all.

...or the consumer gets the impression, that it is.
Look at the wide range of charger for example for NiMH accumulators.

This is a lithium ion battery, not NiMH.  They are very different chemistries. 

Quote from: mcc01 on May 01, 2014, 01:16:40 AM
I simply dont want to waste things.

Other than time?
Logged

Offline steak

  • Member
  • *
  • Posts: 104
Re: Sansa Clip ZIP:The care and feeding of a LiPO cell - I only want the best for it
« Reply #7 on: May 29, 2014, 01:40:48 PM »
Quote from: mcc01 on May 01, 2014, 01:16:40 AM
I simply dont want to waste things.
So do I  :P

Without going into technical stuff, my advice is :

1- DO Full charge when rockbox battery meter is about to reach 30~20%.
2- DON'T charge when  rockbox battery meter is over 80%.

So for instance if the meter is at 50%...
... and you will be able to full charge when ever necessary, don't charge.
... and you won't be able to recharge even when desperately wanting to listen to music while hiking or whatever, charge.

If you have several players and don't use some for a long time :
Make sure to turn them on from time to time, check the meter and full charge if needed.

That's what I do with a couple of Sansa Clip & a couple of Cowon D2.
> My D2's are 5~8 years old and battery life is still ok (meaning no idea how long they last but based on brand new 50hrs expected, that helps)
> I have the feeling the Sansas are getting a bit short but still not to a point where I have to recharge all the time
Logged
>>ports: >Cowon D2, Sansa Clip+ & Clip Zip, >Android: Samsung Galaxy SII & Motorola Defy MB525 (both ok with build 4aa32fb-131023)
>>(Previous) Android: Samsung Galaxy SI (rb worked well)
>>Misc: Archos XS202, iRiver imp550 & imp350, Sony MZ-RH1, Shure SE530

Offline [Saint]

  • Rockbox Expert
  • Member
  • *
  • Posts: 1662
  • Hayden Pearce
    • Google+
Re: Sansa Clip ZIP:The care and feeding of a LiPO cell - I only want the best for it
« Reply #8 on: May 29, 2014, 07:10:16 PM »
While the advice given here isn't /bad/, battery chemistry and construction has been at a stage where users haven't needed to care about this for years.

Batteries degrade over time with use, it happens, its unavoidable.

But for a long time now consumers have been able to entrust the charging circuitry of <device> to look after the battery itself, and make a damn fine job of it.

Really, the only advice I would offer is "Don't leave it plugged in, charging, for weeks on end if you're not actually using it" - other than that, just do as you please. If you're near a charger, and its convenient to charge...do so.


[Saint]
Logged
Using PMs to annoy devs about bugs/patches is not a good way to have the issue looked at.

  • Print
Pages: [1]
« previous next »
+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  Hardware
| | |-+  Sansa Clip ZIP:The care and feeding of a LiPO cell - I only want the best for it
 

  • SMF 2.0.17 | SMF © 2019, Simple Machines
  • Rockbox Privacy Policy
  • XHTML
  • RSS
  • WAP2

Page created in 0.086 seconds with 15 queries.