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
| | |-+  Battery upgrade 1200mah on clip zip still 15hrs runtime
« previous next »
  • Print
Pages: [1]

Author Topic: Battery upgrade 1200mah on clip zip still 15hrs runtime  (Read 2445 times)

Offline ellis456

  • Member
  • *
  • Posts: 3
Battery upgrade 1200mah on clip zip still 15hrs runtime
« on: August 15, 2014, 01:13:29 PM »
Hi all,

I bought a 3.7v 1200mAh lithium polymer battery with inbuilt protection circuit to replace the standard 300mah one, I didnt use the orginals battery circuit that stops overcharging as it has its own so ive just connected red and black to the mainboard from the battery. once fully charged to 100% it shows 15hrs left why?, it should be showing 60 hours?. Any help apreciated thanks.
Logged

Offline saratoga

  • Developer
  • Member
  • *
  • Posts: 8974
Re: Battery upgrade 1200mah on clip zip still 15hrs runtime
« Reply #1 on: August 15, 2014, 05:12:06 PM »
Quote from: ellis456 on August 15, 2014, 01:13:29 PM
once fully charged to 100% it shows 15hrs left why?, it should be showing 60 hours?. Any help apreciated thanks.

The battery life remaining is estimated from the stock battery capacity and known runtime, its not actually measured from the battery you have installed.  If you change the battery, you'd have to change the battery capacity listed before the estimated runtime will be different.
Logged

Offline Serenity

  • Member
  • *
  • Posts: 137
Re: Battery upgrade 1200mah on clip zip still 15hrs runtime
« Reply #2 on: August 16, 2014, 02:42:52 PM »
Hey Ellis, where did you pick up that battery? I've just begun looking for a replacement for the one that burst open my Clip Zip.
Logged
If these rings I run were lines, just imagine how much farther I would be.

Offline ellis456

  • Member
  • *
  • Posts: 3
Re: Battery upgrade 1200mah on clip zip still 15hrs runtime
« Reply #3 on: August 17, 2014, 04:22:39 PM »
Hey, I got it on ebay : http://www.ebay.co.uk/itm/390605025886?_trksid=p2059210.m2749.l2649&ssPageName=STRK%3AMEBIDX%3AIT
Its about the size of the back clip and wont fit inside so ill be modding the case a bit.
Logged

Offline ellis456

  • Member
  • *
  • Posts: 3
Re: Battery upgrade 1200mah on clip zip still 15hrs runtime
« Reply #4 on: August 17, 2014, 04:24:30 PM »
Quote from: saratoga on August 15, 2014, 05:12:06 PM
Quote from: ellis456 on August 15, 2014, 01:13:29 PM
once fully charged to 100% it shows 15hrs left why?, it should be showing 60 hours?. Any help apreciated thanks.

The battery life remaining is estimated from the stock battery capacity and known runtime, its not actually measured from the battery you have installed.  If you change the battery, you'd have to change the battery capacity listed before the estimated runtime will be different.

Ok thankyou, any idea how I do that? thanks.
Logged

Offline saratoga

  • Developer
  • Member
  • *
  • Posts: 8974
Re: Battery upgrade 1200mah on clip zip still 15hrs runtime
« Reply #5 on: August 17, 2014, 04:45:50 PM »
Quote from: ellis456 on August 17, 2014, 04:24:30 PM
Quote from: saratoga on August 15, 2014, 05:12:06 PM
Quote from: ellis456 on August 15, 2014, 01:13:29 PM
once fully charged to 100% it shows 15hrs left why?, it should be showing 60 hours?. Any help apreciated thanks.

The battery life remaining is estimated from the stock battery capacity and known runtime, its not actually measured from the battery you have installed.  If you change the battery, you'd have to change the battery capacity listed before the estimated runtime will be different.

Ok thankyou, any idea how I do that? thanks.

Edit the defines here to your new mAh settings, and then compile a fresh build: 

http://git.rockbox.org/?p=rockbox.git;a=blob;f=firmware/export/config/sansaclipzip.h;h=749439c6682b664c282e8ff2359a7075cdf81f3f;hb=463b3ed8b2630d1b9d656dd2a52bbcbd429b4c08#l123
Logged

Offline Serenity

  • Member
  • *
  • Posts: 137
Re: Battery upgrade 1200mah on clip zip still 15hrs runtime
« Reply #6 on: August 18, 2014, 12:57:26 PM »
Quote from: ellis456 on August 17, 2014, 04:22:39 PM
Hey, I got it on ebay. [...]
Its about the size of the back clip and wont fit inside so ill be modding the case a bit.

This could work--I've been meaning to fiddle with this little player, and I now have an excuse. Cheers!  :)
Logged
If these rings I run were lines, just imagine how much farther I would be.

Offline kae64

  • Member
  • *
  • Posts: 1
Re: Battery upgrade 1200mah on clip zip still 15hrs runtime
« Reply #7 on: April 15, 2015, 09:14:53 AM »
same problem. Who will help to make changes to the firmware file. I am far from programming. so I can flash your player sansa clip+.
I bought a 3.7v 1050mAh lithium polymer battery with inbuilt protection circuit to replace the standard 290 mah one, I didnt use the orginals battery circuit that stops overcharging as it has its own so ive just connected red and black to the mainboard from the battery. once fully charged to 100% it shows 15hrs left why?
#define BATTERY_CAPACITY_DEFAULT 290    /* default battery capacity */
#define BATTERY_CAPACITY_MIN 290      /* min. capacity selectable */
#define BATTERY_CAPACITY_MAX 290      /* max. capacity selectable */
#define BATTERY_CAPACITY_INC 0          /* capacity increment */
#define BATTERY_TYPES_COUNT  1          /* only one type */
and the need to
#define BATTERY_CAPACITY_DEFAULT 1050    /* default battery capacity */
#define BATTERY_CAPACITY_MIN 1050      /* min. capacity selectable */
#define BATTERY_CAPACITY_MAX 1050      /* max. capacity selectable */
#define BATTERY_CAPACITY_INC 0          /* capacity increment */
#define BATTERY_TYPES_COUNT  1          /* only one type */
Logged

Offline saratoga

  • Developer
  • Member
  • *
  • Posts: 8974
Re: Battery upgrade 1200mah on clip zip still 15hrs runtime
« Reply #8 on: April 15, 2015, 11:43:48 AM »
I don't understand what you are asking. 
Logged

  • Print
Pages: [1]
« previous next »
+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  Hardware
| | |-+  Battery upgrade 1200mah on clip zip still 15hrs runtime
 

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

Page created in 0.081 seconds with 14 queries.