Bridge resistance is the total internal electrical resistance of the current path through a bridged circuit—most commonly the combined on-resistance (R_DS(on)) of the high-side and low-side switching transistors in an H-bridge motor driver. When you command a DC motor to spin, current doesn't just flow through the motor windings; it must pass through two semiconductor switches and the PCB traces connecting them. That combined opposition is your bridge resistance, and it is the single most critical factor in determining whether your motor driver runs cool or catches fire.

What Bridge Resistance Actually Changes in Your Circuit

Bridge resistance fundamentally changes two things in your installation: the actual voltage delivered to your load, and the thermal dissipation required inside the driver enclosure. Every ohm of bridge resistance steals voltage from your motor and converts it into waste heat inside the silicon.

Makers frequently confuse bridge resistance with load resistance (the internal DC resistance of the motor windings) or gate resistance (the series resistor used to protect a microcontroller GPIO pin driving the FET gate). Bridge resistance is strictly the internal series resistance of the driver's power path.

Warning: Never rely solely on a motor driver's 'Peak Current' rating. A module rated for '30A peak' might have a bridge resistance that generates lethal amounts of heat at just 10A of continuous current. Always check the R_DS(on) or V_CE(sat) specifications in the datasheet.

Think of bridge resistance like a toll booth on a highway. The cars (electrons) still reach the destination (the motor), but they lose time and energy (voltage and power) paying the toll before they get there.

The Math: A Worked Numeric Example

To see why this matters on the bench, let us compare two ubiquitous motor drivers: the ancient bipolar L298N and the modern MOSFET-based TB6612FNG. Assume we are driving a 12V DC gear motor that draws a continuous 2.5A under load.

The Bipolar L298N

The L298N uses Darlington bipolar junction transistors. Its total bridge resistance (the equivalent of the high-side and low-side saturation voltage drop) is typically 2.0Ω at 2.5A.

  • Voltage Drop: V = I × R = 2.5A × 2.0Ω = 5.0V.
  • Voltage at Motor: 12V - 5.0V = 7.0V. (Your 12V motor is starving).
  • Power Dissipated as Heat: P = I² × R = (2.5)² × 2.0 = 12.5W.

The MOSFET TB6612FNG

This driver uses modern MOSFETs with a combined high-and-low-side bridge resistance of roughly 0.5Ω.

  • Voltage Drop: 2.5A × 0.5Ω = 1.25V.
  • Voltage at Motor: 12V - 1.25V = 10.75V.
  • Power Dissipated as Heat: (2.5)² × 0.5 = 3.125W.

The MOSFET driver delivers over 50% more usable voltage to the motor and runs four times cooler, entirely because of a lower bridge resistance.

Where You Meet This in Practice

You will encounter bridge resistance in three primary areas of electrical and electronics work:

  1. Power Electronics (H-Bridges & Half-Bridges): When sizing heat sinks, selecting drivers for high-current steppers, or designing BLDC ESCs. The lower the bridge resistance, the smaller the heatsink you need.
  2. Measurement Bridges (Wheatstone & Strain Gauges): In sensor interfacing, 'bridge resistance' refers to the Thevenin equivalent output impedance of the resistor network. If your Wheatstone bridge has an output resistance of 10kΩ, but your microcontroller's ADC input impedance is only 50kΩ, you will suffer massive voltage-divider loading errors.
  3. Terminal Blocks & MWBCs: In physical wiring, the resistance of the copper jumper 'bridge' linking adjacent terminals in a multi-wire branch circuit or high-amperage busbar. A loose bridge link introduces milliohms of resistance that can ignite at 100A.

Real-World Scenario: The Melted Breadboard Walkthrough

The Setup: A university robotics team is building a 24V autonomous rover using two traction motors with a 15A stall current. They wire the motors through a generic, unbranded '30A Dual H-Bridge' module sourced from an online marketplace, assuming the '30A' silkscreen label means it can handle their 12A cruising load indefinitely.

The Numbers: The module uses cheap, high-R_DS(on) MOSFETs with a combined bridge resistance of 0.15Ω per channel. At a cruising draw of 12A per motor, the voltage drop is 12A × 0.15Ω = 1.8V. The power dissipated per channel is I²R = (12)² × 0.15 = 21.6W.

The Outcome: Ten minutes into the outdoor test run, the rover abruptly stops. The H-bridge module is visibly smoking, the plastic housing has warped, and the smell of vaporized rosin flux is obvious.

What Went Wrong: The '30A' rating was a peak instantaneous limit (likely for a fraction of a second), not a continuous thermal limit. Dissipating 21.6W of heat per channel requires a massive aluminum heatsink and active airflow, which the bare PCB lacked. The silicon junction temperature rapidly exceeded 150°C. While the chip's internal thermal shutdown eventually triggered to save the silicon, the thermal mass of the TO-220 packages briefly melted the surrounding solder joints and the plastic breadboard shroud before the protection circuit reacted.

The Fix: The team replaced the module with a TI DRV8701 gate driver paired with discrete, low-resistance MOSFETs (like the CSD17571Q5A with an R_DS(on) of 3.4mΩ). This dropped the total bridge resistance to under 0.01Ω, reducing the heat dissipation to a highly manageable 1.4W per channel.

Step-by-Step: Sizing a Driver Around Bridge Resistance

Do not buy a motor driver until you have completed this four-step verification:

1. Determine Maximum Continuous Current: Measure your motor's actual current draw under the maximum expected mechanical load using a clamp meter or inline shunt. Do not use the datasheet stall current for thermal calculations.

2. Find the True Bridge Resistance: Look up the driver's datasheet. For MOSFETs, add the High-Side R_DS(on) and Low-Side R_DS(on). For BJTs, convert the V_CE(sat) to an equivalent resistance at your operating current.

3. Calculate Thermal Dissipation: Multiply your continuous current squared by the bridge resistance (P = I²R).

4. Check the Thermal Resistance (θ_JA): Multiply your dissipated wattage by the driver's Junction-to-Ambient thermal resistance (°C/W). Add this to your maximum ambient temperature. If the result exceeds 125°C, you must add a heatsink or choose a driver with lower bridge resistance.

FAQ: Bridge Resistance Misconceptions

Q: Does bridge resistance change with temperature?
A: Yes. In MOSFETs, R_DS(on) has a positive temperature coefficient. As the silicon heats up, the bridge resistance increases, which generates even more heat. This thermal runaway is why a driver that survives a 5A load on a cold bench might fail at 5A inside a hot enclosure.

Q: Can I just put a massive heatsink on a high-resistance bridge like the L298N?
A: You can, but it is highly inefficient. A standard L298N module with a bolted-on heatsink might survive 2A continuous, but you are still losing 3V to 4V of your supply to heat. You are paying for battery capacity and power supply wattage just to heat up a piece of aluminum. Upgrading to a low-resistance MOSFET driver is almost always cheaper and lighter than buying larger heatsinks.

Q: How do I measure bridge resistance with a multimeter?
A: You cannot accurately measure the dynamic bridge resistance of an H-bridge with a standard multimeter's ohms setting, because the semiconductors require gate drive voltage to turn on. Instead, measure the voltage drop across the driver's power input and output terminals while the motor is running under load, then use Ohm's Law (R = V_drop / I_load) to calculate the effective bridge resistance in real-time.