hello! so i have this charging module made for lipo battery and it works fine but i need the battery to be stored at a decent charge for an extended period of time (like years in extreme cases) because its sort of a emergency power supply in case main one fails. I have rtead that the ideal voltage i should keep my battery at is about 3.9V but my charging module only stops at 4.2v and triggers at 4.1V so my question is how can i chnage the cutoff voltage?
Check the board schematic to find the part number of the charger IC and then check the charger IC datasheet to see if it uses resistors to set the cutoff voltage.
i couldnt actually find any datasheet for it, i tried searchign on google but it just gives me other links to buy it, i also tried reaching out to the seller but if theer is an option to do so on amazon, i havent found it
I'm sorry, I didn't read carefully enough. You are correct.
It's ok to use this module with Li-Po packs because they contain over-discharge protection circuits. But this module may not be suitable to be used with most Li-ion batteries like 18650, unless you add an additional over-discharge protection module.
There is sometimes a resistor connected to the charge controller chip which sets the max charge voltage. You would need to remove that resistor from the module and replace it with a different value to set a lower maximum voltage.
If the resistor value for 3.9V is lower than the resistor value for 4.2V then it may be possible to connect a second resistor in parallel with the existing resistor to get to the correct value.
is theer another way to make it not charge at max capacity? if it was just for me i would have kept it as is but since batteries cant be fully charged for long it wont work...
how do devices like smart watches or pretty much any portable device keep their battery long lasting then? since you sometime dont use them for weeks at a time
But are those devices left plugged into a charger for weeks without being used?
Perhaps you could use an Arduino to monitor the battery voltage and control the charge controller chip. When the voltage reaches 3.9V it could disable the charger chip.
how do i make it disable the charge chip? i have tried using a not gate cutting the battery directly but the resistors lowered the voltage of the battery giving a wrong reading and not being enough to power the module. they also ended up going up in flames but thats a detail . i dont think the key pad can disable charge, only output.