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 from ipod nano 2g/3g in 1g ...?
« previous next »
  • Print
Pages: [1]

Author Topic: Battery from ipod nano 2g/3g in 1g ...?  (Read 3808 times)

Offline delt

  • Member
  • *
  • Posts: 39
Battery from ipod nano 2g/3g in 1g ...?
« on: August 09, 2008, 09:09:28 AM »
The ipod nano 1g has a 14-hour battery, but newer ones have a 24 hour battery i believe. Do you think it would work to take the battery from a 2g or 3g and put it in a 1g? Has anyone tried this?
Logged

Offline gnu

  • Member
  • *
  • Posts: 269
Re: Battery from ipod nano 2g/3g in 1g ...?
« Reply #1 on: August 09, 2008, 09:27:20 AM »
If the 2G's battery is bigger, no. If it is smaller or the same size, yes; but in that case it won't have a higher capacity -> switching batteries doesn't make sense.
Logged

Offline Llorean

  • Member
  • *
  • Posts: 12931
Re: Battery from ipod nano 2g/3g in 1g ...?
« Reply #2 on: August 09, 2008, 09:29:57 AM »
Higher capacity does not always translate to larger physical size, sometimes the original battery was just chosen because it was "good enough" and doesn't have the maximum capacity for its size to keep costs down.

That being said it's much more likely the later players are just more energy efficient rather than necessarily having higher capacity batteries.
Logged

Offline aspartam

  • Member
  • *
  • Posts: 13
    • Last.fm
Re: Battery from ipod nano 2g/3g in 1g ...?
« Reply #3 on: August 09, 2008, 03:35:09 PM »
Batteries in all generations of Ipod Nano have a voltage of 3,7V and a capacity of 400 mAh.
So, the batteries are equal. They just have different cases.


Chronon fixed a typo.
« Last Edit: August 11, 2008, 06:08:04 PM by Chronon »
Logged
Archos JBR20 8MB, Sandisk Sansa View 32GB

Offline delt

  • Member
  • *
  • Posts: 39
Re: Battery from ipod nano 2g/3g in 1g ...?
« Reply #4 on: August 09, 2008, 11:02:44 PM »
Ah, i see - thanks for your replies.

So, the firmware being simply more efficient (as opposed to having a different type of battery) it's possible rockbox will someday outperform the apple firmware in terms of battery life?  ;D ;D ;D
Logged

Offline saratoga

  • Developer
  • Member
  • *
  • Posts: 8974
Re: Battery from ipod nano 2g/3g in 1g ...?
« Reply #5 on: August 09, 2008, 11:16:00 PM »
Quote from: delt on August 09, 2008, 11:02:44 PM
So, the firmware being simply more efficient (as opposed to having a different type of battery)

I don't think its the firmware, but rather that they switched to newer CPUs that used way less power.

Quote from: delt on August 09, 2008, 11:02:44 PM
it's possible rockbox will someday outperform the apple firmware in terms of battery life?  ;D ;D ;D

I wouldn't be suprised if we already did, provided you used only FLAC/MPC and played around with the CPU clock a bit.
Logged

Offline delt

  • Member
  • *
  • Posts: 39
Re: Battery from ipod nano 2g/3g in 1g ...?
« Reply #6 on: August 10, 2008, 02:00:14 AM »
Quote
I don't think its the firmware, but rather that they switched to newer CPUs that used way less power.

I also suspect that - not only the cpu, but probably the rest of the physical components as well.

Quote
I wouldn't be suprised if we already did, provided you used only FLAC/MPC and played around with the CPU clock a bit.

That would be awesome. I typically re-encode my mp3 files with lame to 32KHz 80 or 96 kbps, which enables me to fit about 150% more music on a portable player compared to standard 128kbps. At 22 or 24KHz it starts to sound a bit crappy, but still enjoyable. I assume FLAC takes up a -lot- more space since it's lossless compression, right? what about MPC?

And more importantly (i think) how do you change the CPU clock? It would be really helpful if i could downclock it to save power!! I haven't found such a setting when fiddling with it, or looking at the manual :D
« Last Edit: August 10, 2008, 02:05:06 AM by delt »
Logged

Offline saratoga

  • Developer
  • Member
  • *
  • Posts: 8974
Re: Battery from ipod nano 2g/3g in 1g ...?
« Reply #7 on: August 10, 2008, 02:09:06 AM »
Quote from: delt on August 10, 2008, 02:00:14 AM
That would be awesome. I typically re-encode my mp3 files with lame to 32KHz 80 or 96 kbps, which enables me to fit about 150% more music on a portable player compared to standard 128kbps. At 22 or 24KHz it starts to sound a bit crappy, but still enjoyable.

Don't change the sample rate.  That'll eat up a lot more CPU power and reduce quality since rockbox has to convert it back to 44.1kHz for playback. 

Quote from: delt on August 10, 2008, 02:00:14 AM
what about MPC?

Its pretty similar to MP3.

Quote from: delt on August 10, 2008, 02:00:14 AM
And more importantly (i think) how do you change the CPU clock? It would be really helpful if i could downclock it to save power!! I haven't found such a setting when fiddling with it, or looking at the manual :D

You have to change the code.  Theres a filespray entry about it somewhere on the patch tracker.
Logged

Offline delt

  • Member
  • *
  • Posts: 39
Re: Battery from ipod nano 2g/3g in 1g ...?
« Reply #8 on: August 10, 2008, 03:46:24 AM »
Quote
Don't change the sample rate.  That'll eat up a lot more CPU power and reduce quality since rockbox has to convert it back to 44.1kHz for playback.

hmmm.... i'll do some extra testing to see how much battery power is lost because of this. I really like fitting a whole bunch of extra mp3's, and the audio quality is still very acceptable.

Quote
Its [MPC] pretty similar to MP3.

... but uses a lot less CPU, as i understand from your above post?

Quote
You have to change the code.  Theres a filespray entry about it somewhere on the patch tracker.

Aha. I assume you need a specific cross-compiler to generate code that's useable by the ipod hardware? Where could i find such compiler, and associated linker/tools/etc...? (i haven't looked at rockbox's source code yet)
Logged

Offline aspartam

  • Member
  • *
  • Posts: 13
    • Last.fm
Re: Battery from ipod nano 2g/3g in 1g ...?
« Reply #9 on: August 10, 2008, 04:47:11 AM »
Here you can read, how to compile the source code: http://www.rockbox.org/twiki/bin/view/Main/SimpleGuideToCompiling

But it would be complicated I think. I looked at it once and it was quite a lot   :-\
Logged
Archos JBR20 8MB, Sandisk Sansa View 32GB

Offline soap

  • Member
  • *
  • Posts: 1678
  • Creature of habit.
Re: Battery from ipod nano 2g/3g in 1g ...?
« Reply #10 on: August 10, 2008, 09:33:48 AM »
Quote from: delt on August 10, 2008, 03:46:24 AM
Quote
Its [MPC] pretty similar to MP3.
... but uses a lot less CPU, as i understand from your above post?
I think he was saying MPC's file sizes are very similar to MP3.  This is true at the commonly accepted "transparent" levels, but MPC performs worse than many others at low bitrates.
Logged
Rockbox Forum Guidelines
The Rockbox Manual
How to Ask Questions the Smart Way

Offline delt

  • Member
  • *
  • Posts: 39
Re: Battery from ipod nano 2g/3g in 1g ...?
« Reply #11 on: August 11, 2008, 12:28:18 AM »
Doing a battery benchmark with 32KHz files. That should take 8-9 hours, tomorrow i'll do the same with 44.1Khz files, same EQ settings etcetc. (i just use the middle band on the eq, all other ones have zero gain)

Quote
Don't change the sample rate.  That'll eat up a lot more CPU power and reduce quality since rockbox has to convert it back to 44.1kHz for playback.

I was just wondering, what if the input file is exactly 22050Hz, wouldn't there be an optimization in that case? It would suck having to encode speech, language training, comedy, etc. in full cd quality where it's absolutely not needed.
Logged

  • Print
Pages: [1]
« previous next »
+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  Hardware
| | |-+  Battery from ipod nano 2g/3g in 1g ...?
 

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

Page created in 0.106 seconds with 14 queries.