cheali-charger icon indicating copy to clipboard operation
cheali-charger copied to clipboard

Is it possible to set the charge/discharge cycle beyond 5?

Open megamaniac opened this issue 4 years ago • 2 comments

If so, is it then possible to use this charger in combination with Logview to do 'cycle life testing', cycling the batteries up to hundreds of times and recording the data?

megamaniac avatar Jul 01 '20 16:07 megamaniac

At this moment, cycling is limited to 5 cycles, because results from each cycle are saved for review (charge in/out). Space for all of them has to be reserved at compile time at compile time (no heap). Resources in these MCUs are limited.

It shoudn't be complicated to modify FW to store eg. only last 5 cycles and allow more cycles in total.

diggit avatar Sep 25 '20 15:09 diggit

Seems like there I already memory allocated for 10 cycles in the ScreenCycle.cpp! It just is not used yet at the moment.

TBAMax avatar Dec 25 '22 23:12 TBAMax