Hi,
Is there a way to detect FLOAT charging without detecting current level.
As monitoring current for switching in to FLOAT mode will very much depends on the AH size of the battery used for particular application and thus i have to change code again and again based on battery size requirement BUT my requirement is to implement this without this dependencies.
The steps i know to switch to float charging from CV MODE, as per my knowledge is as given below:
if (Bat_current > c/100)&&(CV_MODE_ON)
then continue to be in CV_MODE
else FLOAT_CHARGING
Like wise can anyone suggest me an idea as how to switch to float charging based on voltage or current but independent to BATTERY AH SIZE ????
Thank you..!!