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
| | |-+  Sansа Clip Zip - Improve battery life
« previous next »
  • Print
Pages: 1 ... 5 6 [7] 8 9 ... 22

Author Topic: Sansа Clip Zip - Improve battery life  (Read 90069 times)

Offline 404_user_not_found

  • Member
  • *
  • Posts: 52
Re: Sansа Clip Zip - Improve battery life
« Reply #90 on: December 28, 2014, 09:34:54 AM »
Successfully completed the runtime test. Amazing results. :o

Sansa Clip+ with a connected headphone sony mdr-zx300. Repeat track, flac -q8, stored in SD card, default settings.

16h 45m - with "improve_battery_life.patch" (Patch set 5) without lowering CVDD2.
29h 19m - with "improve_battery_life.patch" (Patch set 5) with applied CVDD2 (113 value).

Not sure about stable number of CVDD2 but for me 113 value in my old and new sansa clip+ plays normally on low demand FLAC without a delay in menu.
« Last Edit: December 28, 2014, 09:37:24 AM by 404_user_not_found »
Logged

Offline Mihail Zenkov

  • Developer
  • Member
  • *
  • Posts: 374
Re: Sansа Clip Zip - Improve battery life
« Reply #91 on: December 28, 2014, 11:30:55 AM »
Fantastic result!

Can you try rise CVDD1 to 20 (in patch it 19), set CVDD2 to 112 and check battery runtime again?
Logged

Offline saratoga

  • Developer
  • Member
  • *
  • Posts: 8969
Re: Sansа Clip Zip - Improve battery life
« Reply #92 on: December 28, 2014, 02:41:10 PM »
I've split out the audio changes:

http://gerrit.rockbox.org/1089

If this looks ok I can commit. 


----

Another thought:  if changing the voltages is easy, I wonder if increasing the audio supply voltages at higher volume settings would enable higher volumes without decreasing battery life. 
Logged

Offline Mihail Zenkov

  • Developer
  • Member
  • *
  • Posts: 374
Re: Sansа Clip Zip - Improve battery life
« Reply #93 on: December 28, 2014, 03:48:33 PM »
Quote from: saratoga on December 28, 2014, 02:41:10 PM
Another thought:  if changing the voltages is easy, I wonder if increasing the audio supply voltages at higher volume settings would enable higher volumes without decreasing battery life.
I measure many variants for audio voltages but can't get better result for volume/THD/power consumption. IMHO DAC limit output voltage and  we can't influence on this.
Logged

Offline saratoga

  • Developer
  • Member
  • *
  • Posts: 8969
Re: Sansа Clip Zip - Improve battery life
« Reply #94 on: December 28, 2014, 04:42:46 PM »
Quote from: Mihail Zenkov on December 28, 2014, 03:48:33 PM
Quote from: saratoga on December 28, 2014, 02:41:10 PM
Another thought:  if changing the voltages is easy, I wonder if increasing the audio supply voltages at higher volume settings would enable higher volumes without decreasing battery life.
I measure many variants for audio voltages but can't get better result for volume/THD/power consumption. IMHO DAC limit output voltage and  we can't influence on this.

The 0dB voltage should be referenced to some supply voltage, probably avdd1 or 2, or maybe something else.  But the difference will be small, maybe only 1 or 2 dB volume increase so it might be hard to notice without measuring.  I might try testing this when I get chance. 
Logged

Offline Mihail Zenkov

  • Developer
  • Member
  • *
  • Posts: 374
Re: Sansа Clip Zip - Improve battery life
« Reply #95 on: December 28, 2014, 05:04:47 PM »
Output stage based on op-amps. For change gain we should change negative feedback. If we rise supply voltage we don't have gain change. If we set voltage lower than op-amp have need, we have limit volume with huge distortion.

Another variant - get louder signal from DAC, but IMHO we get all possible from it (+6dB).
Logged

Offline saratoga

  • Developer
  • Member
  • *
  • Posts: 8969
Re: Sansа Clip Zip - Improve battery life
« Reply #96 on: December 28, 2014, 05:44:33 PM »
Quote from: Mihail Zenkov on December 28, 2014, 05:04:47 PM
Output stage based on op-amps. For change gain we should change negative feedback. If we rise supply voltage we don't have gain change. If we set voltage lower than op-amp have need, we have limit volume with huge distortion.

Thats true for a class AB amp, but do the class D amps in these devices work like that?  My understanding is that the gain is proportional to the supply voltage (since they're really just switching the supply on and off).

Quote from: Mihail Zenkov on December 28, 2014, 05:04:47 PM
Another variant - get louder signal from DAC, but IMHO we get all possible from it (+6dB).

You can do this by increasing the gain in the mixer stage, but it simply distorts due to the limited rail voltage on the headphone amplifier. 
Logged

Offline Mihail Zenkov

  • Developer
  • Member
  • *
  • Posts: 374
Re: Sansа Clip Zip - Improve battery life
« Reply #97 on: December 28, 2014, 06:36:05 PM »
Quote from: saratoga on December 28, 2014, 05:44:33 PM
Thats true for a class AB amp, but do the class D amps in these devices work like that?
Are you sure about D class in this player?
I not familiar with class D but in this case we shouldn't have DAC and LDO. Also I not sure is phantom ground possibly on class D.

Quote
You can do this by increasing the gain in the mixer stage, but it simply distorts due to the limited rail voltage on the headphone amplifier.
I test this mode before and it have some problem but not sure about clipping. In any case this not have real sense as mixer worse audio quality.
Logged

Offline 404_user_not_found

  • Member
  • *
  • Posts: 52
Re: Sansа Clip Zip - Improve battery life
« Reply #98 on: December 29, 2014, 12:18:10 PM »
Quote from: Mihail Zenkov on December 28, 2014, 11:30:55 AM
Can you try rise CVDD1 to 20 (in patch it 19), set CVDD2 to 112 and check battery runtime again?
Crashed after some hours of runtime test.
Logged

Offline Mihail Zenkov

  • Developer
  • Member
  • *
  • Posts: 374
Re: Sansа Clip Zip - Improve battery life
« Reply #99 on: December 29, 2014, 12:23:14 PM »
404_user_not_found:
Ok. Thanks!

saratoga:
Can you provide new test build for clip+ users with CVDD1=20 and CVDD2=113 ?
Logged

Offline saratoga

  • Developer
  • Member
  • *
  • Posts: 8969
Re: Sansа Clip Zip - Improve battery life
« Reply #100 on: December 29, 2014, 02:52:58 PM »
Updated builds:

http://web.mit.edu/mgg6/www/rockbox-clipv2.7z
http://web.mit.edu/mgg6/www/rockbox-clipplus.7z
Logged

Offline saratoga

  • Developer
  • Member
  • *
  • Posts: 8969
Re: Sansа Clip Zip - Improve battery life
« Reply #101 on: December 29, 2014, 07:17:59 PM »
Clip v2 seems fairly stable unboosted with that patch, but as soon as the clock increases the buttons stop working and the player shuts down (detects power as being held).  Increasing voltages has no effect so I do not think its related.
Logged

Offline Mihail Zenkov

  • Developer
  • Member
  • *
  • Posts: 374
Re: Sansа Clip Zip - Improve battery life
« Reply #102 on: December 30, 2014, 04:32:50 AM »
saratoga:
Can you check clip v2 without CVDD1 and CVDD2 mod? And without sd card.
Logged

Offline sancher

  • Member
  • *
  • Posts: 2
Re: Sansа Clip Zip - Improve battery life
« Reply #103 on: December 30, 2014, 05:20:11 AM »
Quote from: saratoga on December 29, 2014, 02:52:58 PM
Updated builds:

http://web.mit.edu/mgg6/www/rockbox-clipv2.7z
http://web.mit.edu/mgg6/www/rockbox-clipplus.7z

I've tested clipplus version (radio, mp3, FLAC, MPC)
Everything is OK!
Logged

Offline saratoga

  • Developer
  • Member
  • *
  • Posts: 8969
Re: Sansа Clip Zip - Improve battery life
« Reply #104 on: December 30, 2014, 07:32:34 PM »
Quote from: Mihail Zenkov on December 30, 2014, 04:32:50 AM
saratoga:
Can you check clip v2 without CVDD1 and CVDD2 mod? And without sd card.

I tested with both set much higher and it made zero difference so I do not think the problem is voltage. Instead the button driver seems to fail whenever the CPU is boosted, I suspect because one of the delays is set wrong at high pclk.

By the way, has anyone tested the fuze v2 ? Its the only target I don't have.
Logged

  • Print
Pages: 1 ... 5 6 [7] 8 9 ... 22
« previous next »
+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  Hardware
| | |-+  Sansа Clip Zip - Improve battery life
 

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

Page created in 0.166 seconds with 21 queries.