|
2011-07-22
, 15:07
|
|
Posts: 26 |
Thanked: 61 times |
Joined on May 2011
@ Italy
|
#32
|
|
2011-07-22
, 15:40
|
|
Posts: 1,503 |
Thanked: 2,688 times |
Joined on Oct 2010
@ Denmark
|
#33
|
The Following User Says Thank You to dr_frost_dk For This Useful Post: | ||
|
2011-07-30
, 11:47
|
|
Posts: 26 |
Thanked: 61 times |
Joined on May 2011
@ Italy
|
#34
|
looks good, can you make a simple charge only with monitoring of battery voltage and no display.
Then i would make one myself.
Not that i need chargers.
|
2011-08-24
, 21:46
|
|
Posts: 5,028 |
Thanked: 8,613 times |
Joined on Mar 2011
|
#35
|
The Following 3 Users Say Thank You to Estel For This Useful Post: | ||
|
2011-09-24
, 14:10
|
|
Posts: 26 |
Thanked: 61 times |
Joined on May 2011
@ Italy
|
#36
|
Hey, that was most interesting blog/thread about reverse engineering thread I've gone by in ages Not that this Chinese charger was so interesting, it's rather about style and passion, I think?
Anyway, what about our "cold fusion" battery? Have You measured it? It's like waiting for new episode of "to be continued" science/criminal serial
|
2013-01-15
, 17:05
|
|
Posts: 26 |
Thanked: 61 times |
Joined on May 2011
@ Italy
|
#37
|
The Following User Says Thank You to foxOnTheRun For This Useful Post: | ||
|
2013-07-04
, 20:50
|
Posts: 31 |
Thanked: 31 times |
Joined on Jan 2013
@ USA
|
#38
|
The Following User Says Thank You to eccerr0r For This Useful Post: | ||
|
2013-07-04
, 22:03
|
Posts: 594 |
Thanked: 1,094 times |
Joined on Aug 2012
@ Rhine
|
#39
|
The Following User Says Thank You to Leinad For This Useful Post: | ||
|
2013-07-05
, 16:55
|
Posts: 1,680 |
Thanked: 3,685 times |
Joined on Jan 2011
|
#40
|
Tags |
battery, nokia n900 |
|
At the moment the charger is:
_ precondition the cell @50ma if voltage detected is lower than 3.4V
_ Full charge current @500ma from 3.4v to 4.10v
_ Top charge @150ma from 4.1v to 4.2v
_ Finalize charge @50ma from 4.2v to 4.23v
Actually I was measuring cell voltage when applying current, but it turned out to give only false reading, so now I'm modifying the structure of the code - but then I hit the memory limit of the PIC16F690... so now I'm back at optimizing code before continuing :\
Update: I was getting false reading of the voltage due to too high input resistance seen by the PIC, lowering it solved the main problem.
Another issue is present here, the sensitivity: there's a 10bit ADC reading a 5V span: 5/1024 = 0,004mV step, so it's quite a guess distinguishing anything in between, 4,19..4,23 is a hit and miss job. Even with filtering, hardware and softeware, I end up slightly off target.
Anything worth doing, is worth overdoing
Last edited by foxOnTheRun; 2011-07-19 at 14:12.