ecc1 / gnarl

GNARL is Not A RileyLink
MIT License
30 stars 37 forks source link

GNARL battery-test with Loop #2

Open cfaagaard opened 4 years ago

cfaagaard commented 4 years ago

hi,

I have made tests with the following setup:

IMG_20191101_200120

Test:

Result: I did the test two times and both tests showed a battery-lifetime just around 18 hours. This is compared to the Riley link which have 24-30 hours battey-lifetime and 2 hours recharging.

Observations/suggestions:

trixing commented 4 years ago

How did you measure the recharging time? From the ttgo datasheet [1] it uses a TP4054 charging circuit [2] with a 2k Rprog resistor (R23), which should be a bit less than 400mA charging current. For a 850mAh battery the charging time should be less than 2 hours.

That said: I measured R23 on my board (the outer 5pin IC next to the USB plug, 0402 resistor) and it has a value of 10k which equates closer to 100 mA charge current and could explain your 10 hour time you are seeing if your battery was really empty. Might be worth trying solder a 2k resistor in instead (or on top).

[1] https://github.com/LilyGO/TTGO-LORA32-V2.0/blob/master/schematic1in6.pdf [2] e.g. https://www.analog.com/media/en/technical-documentation/data-sheets/405442xf.pdf

trixing commented 4 years ago

I just realized I was looking at the V2 schematic. So what I wrote above assumes that the charging circuit is the same IC (I cannot read the markings).

cfaagaard commented 4 years ago

@trixing I did not measure the recharging time. It was ecc1 who said that it was about 8,5 hours (https://gitter.im/openaps/hardware-dev?at=5dc08b5ffb4dab784a645797 )

trixing commented 4 years ago

I finally got around testing the theory. With a fine solder tip, I replaced the 10k resistor with a 0402 2K. While I don't have a USB current meter readily available, the voltage rises noticeably faster and goes from 3.3V to 4.2V in ~4 hours on a 1200mAh Lipo. ymmv.

Btw, the board itself already consumes ~50mA. That means the battery in the default state only charges with 50mA, that explains why an 850mAh battery takes >>10 hours to charge.

lora_2k_resistor