mess123
Member level 5
I read that from different article that batteries can be charged with different amount of current like 0.1C, 0.5C, 1C....? How to control the current for charging the battery using the same source?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Based on Voltage and Temperature information can I use the same charging algorithm for all kinds of battery (Li-ion,Ni-MH, NiCD)? I think it works ok with Ni-MH and Ni-CD battery but will it for Li-ion?
My algorith will be based on fuzzy rules like :
If Temp is low and Voltage is low, charging current is high
If Temp is high and Voltage is low, charging current is low
If Temp is very high and Voltage is low, Charging current is zero
..............
..............
Will the Li-ion battery work (and of course work as fast as like constant current/const voltage) method ?