Wire burning out when connected to L298N motor driver and 7.8V battery

I'm using an Arduino Nano to drive 2 motors using an L298N motor driver. I've connected the input pins of the driver (in1, in2, in3, in4) to pins D7, D8, D9, D10 of the Nano. I'm powering the driver using 2 TCR-18650 (2500mAh) cells rated 3.9V each connected in series to give around 7.8V to the driver. Link for the cells I'm using.

The circuit works correctly, but as soon as I connect the power supply to the driver, the wires connected to the cells heat up too much and get burnt. Are my motors drawing too much current? What should I do? I've tried using other cells with the same voltage, but they are not able to supply enough power and the motors don't turn at all.

My circuit diagram is -

(Replace the Uno for the Nano and the AA batteries with the ones I mentioned above)

Did you happen to confuse power in and motor out, or power polarity?

No, I'm sure I've connected everything correctly. The circuit works as intended when I connect just one 3.9V cell to the driver, but in that case I can only drive one motor from the driver instead of two. I can control the direction of the motors through the Nano's outputs as well. But when I connect two 3.9V cells in series in order to deliver more power to the driver, the wires connecting the cells to the driver burn out.

If you did everything right then your driver has been killed. Try a new one. Also consider to use a modern MOSFET driver and save battery life.

Thanks! I guess that's my only option now.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.