hello ,
i have a 3 Cell lithium-ion battery (3 3.7V Li-Ion cells hooked in series) connected to a BMS(battery management system) (this one : BMS ) , to power the arduino , i connected the Battery to a DC-DC 5v set buck converter (this one : buck ) , the Arduino works well .
now aside from that , i am powering 2 kinds of motors , 5v motors and a 12v motor .
for those , the 11.1v output(when fully charged) of the battery is directly connected to H-BRIDGE chips (L293) controlled by the arduino . operating a 12V motor with a 11.1V supply is as far as i know acceptable , and when it comes to the 5v motors , they are all controlled via a PWM arduino signal with a 50% duty cycle , therefore the voltage never goes beyond 5.5v on their rails .
now the problem is here : as the battery loses charge , the voltage goes from 11.1v to around 8v then 7.5v , the voltage on the 5v motors will therefore become around 3.7v , and on the 12v motor around 7v , the current therefore becomes higher . i did read online that that might get the motors to overheat and therefore go bad over-time .
do i have a problem here ? and if do , how can i fix it ?
thank you very much