Electronic – L298 dual H-Bridge RDS(on)

h-bridgel298

I am working on a project that mandates the use of a particular Arduino motor driver shield, which makes use of an L298 dual H-bridge (datasheet here)

I need to perform some power calculations in order to size up my power supply, and ensure that I keep the driver's self-heating manageable. If my understanding is correct, in DC operation, an H-bridge will dissipate \$P = I^2(RDS_{on(H)} + RDS_{on(L)})\$

Unfortunately, the datasheet doesn't mention \$RDS_{on}\$. Is there some other way to calculate the power dissipated in a H-bridge that I am missing?

Best Answer

This is a bipolar bridge, not a FET bridge, so instead of acting resistive the transistors reach a somewhat constant saturation voltage when they are on. So if you look in the data sheet for the saturation voltage at your operating current, each transistor will dissipate Vsat times the collector current when on.