---
product_id: 276028968
title: "BTS7960 43A High Power Motor Driver Module/Smart Car Driver Module for Arduino Current Limit"
brand: "hiletgo"
price: "SAR 65"
currency: SAR
in_stock: true
category: "Hi Letgo"
url: https://www.desertcart.com.sa/products/276028968-bts7960-43a-high-power-motor-driver-module-smart-car-driver
store_origin: SA
region: Saudi Arabia
---

# 43A max current power Bidirectional motor control Thermal & over-current protection BTS7960 43A High Power Motor Driver Module/Smart Car Driver Module for Arduino Current Limit

**Brand:** hiletgo
**Price:** SAR 65
**Availability:** ✅ In Stock

## Summary

> ⚙️ Drive your projects with power and precision — don’t get left behind!

## Quick Answers

- **What is this?** BTS7960 43A High Power Motor Driver Module/Smart Car Driver Module for Arduino Current Limit by hiletgo
- **How much does it cost?** SAR 65 with free shipping
- **Is it available?** Yes, in stock and ready to ship
- **Where can I buy it?** [www.desertcart.com.sa](https://www.desertcart.com.sa/products/276028968-bts7960-43a-high-power-motor-driver-module-smart-car-driver)

## Best For

- hiletgo enthusiasts

## Why This Product

- Trusted hiletgo brand quality
- Free international shipping included
- Worldwide delivery with tracking
- 15-day hassle-free returns

## Key Features

- • **Smart Thermal Safety:** Built-in thermal and over-current protection safeguards your setup
- • **Effortless Integration:** Only 4 MCU lines needed with isolated 5V supply for clean signal control
- • **Powerhouse Performance:** Handles up to 43A peak current for demanding motor drives
- • **Versatile Voltage Range:** Operates from 6V to 27V, perfect for diverse smart car projects
- • **Seamless Bidirectional Control:** Dual PWM inputs enable smooth forward and reverse motor operation

## Overview

The HiLetgo BTS7960 is a high-power motor driver module featuring a robust 43A current capacity, dual H-bridge design for bidirectional motor control, and integrated thermal and over-current protection. Designed for Arduino and smart car applications, it offers isolated 5V power supply compatibility and supports PWM control signals up to 25kHz, operating efficiently across a wide voltage range of 6V to 27V.

## Description

HiLetgo BTS7960 43A High Power Motor Driver Module/Smart Car Driver Module for Arduino Current Limit : desertcart.ae

## Technical Specifications

| Specification | Value |
|---------------|-------|
| ASIN | B00WSN98DC |
| Brand | HiLetgo |
| Brand Name | HiLetgo |
| Color | Blue |
| Colour | Blue |
| Customer Reviews | 4.3 out of 5 stars 260 Reviews |
| Global Trade Identification Number | 00702949574993 |
| Included Components | Motor Driver Module |
| Item Type Name | Electrical Distribution Converter |
| Item Weight | 50 g |
| Item weight | 50 g |
| Manufacturer | HiLetgo |
| Material | Copper |
| Material Type | Copper |
| Model | 3-01-0833 |
| Number of Items | 1 |
| Part Number | 3-01-0833 |
| UPC | 702949574993 696761773989 |
| Unit Count | 1 Count |
| Unit count | 1 Count |

## Product Details

- **Brand:** HiLetgo
- **Color:** Blue
- **Item Weight:** 1.76 ounces
- **Material:** Copper
- **UPC:** 702949574993 696761773989

## Images

![BTS7960 43A High Power Motor Driver Module/Smart Car Driver Module for Arduino Current Limit - Image 1](https://m.media-amazon.com/images/I/61uxMV36dYL.jpg)

## Questions & Answers

**Q: I have to set both enable pins to high to move the motor with pwm forward or backward. Why?**
A: It's because the BTS7960 is a half-bridge, and the design decision was made to break out both pins for each IC. The datasheet for the BTS7960 IC is useful here.

If you read the datasheet, and compare it to the schematic - you'll see that there are three sets of pins, one set for each half-bridge IC. For each, there is a PWM input pin, an _EN pin, and an _IS pin.

The nPWM pins (1 & 2) are connected (via the buffer IC) to the IN pin (input - pin 2) of each BTS7960.
The n_EN pins (3 &4) are connected (via the buffer IC) to the INH pin (inhibit - pin 3) of each BTS7960. 
The n_IS pins (5 & 6) are connected (directly, no buffer) to the IS pin (current sense - pin 6) of each BTS7960.

Thus, we can see that the "enable" pins are somewhat mislabeled, but likely if left unconnected (high impedance), they "float" (or are interpreted by the BTS7960) to be in the LOW state, which means "go into sleep mode" - so they both must be set to active HIGH to keep both sides of the bridge operational. But you only need to pulse one side or the other (input) bridge to control the motor direction. So why was this decision made?

Section 4.3.3 notes that the BTS7960 has an "over-temperature protection mode" that can be reset by bringing the INH (inhibit - n_EN on the module) LOW (put to sleep mode) - so in theory it is possible for a single side of the h-bridge to overheat and go into this mode, which might be detectable by using the current sense line, and if (when you pulse the PWM) you don't get any current - then you know that direction no longer is responding, and you could wait a bit (for the IC to cool off) then drop that line LOW to reset only that side (direction) - if this makes sense...?

But doing both at the same time wouldn't be that big of a deal, either...

But take a look at the next section of the datasheet (4.3.4), describing current limiting: It seems that when current limits are reached for a bridge (and depending on the slew rate, which is fixed on the module, via a resistor attached to the SR pins (see the schematic - the resistors are R4 and R7) - the switching reverses, and the IN pin on the IC (PWM on the module) is ignored - meaning the other MOSFET switch could be active HIGH, and the only way to turn both of them off is to bring the inhibit pin on the IC (n_EN on the module) from HIGH to LOW. Section 4.4.1 also describes more.

Sections 4.4.4 and 4.4.5 are also useful to understand; if you know the status of the current sense output - plus the status of the switch output (HIGH or LOW) - you can use the truth table to determine if you are in an error condition - in which case you can make decisions on what to do, and being able to independently pulse the n_EN pin on the module LOW might be useful.

All of that said, the application circuit example in figure 11 seems to indicate that in a full-bridge situation, you would connect both the inhibit pins and the current sense pins together and feed them into the micro-controller; so it doesn't make sense why, in this module, the designers didn't do the same thing, except for one potential reason:

If you wanted to, you could use two of these modules to control a stepper motor; for a 4-wire stepper, you would use it just like it is - one module per coil (in which case it still doesn't make sense not to tie the pins together). But for a 6 or 8-wire/pin stepper motor, you might want to control each half of the coils separately. In which case you'd also want both the current sensing pins and the inhibit pins to be broken out separately.  I suspect that this is why the pins are broken out separately. 

If you only use the module as an h-bridge, you can tie them together, via carefully adding a solder bridge to the backside of the header on the PCB, between pins 3 & 4. Then only one pin would be needed.

**Q: What is the maximum voltage this will handle?**
A: Max 45 volts DC for the motor side, 5.3 volts DC for the logic side

**Q: Did anyone figure out Current Sensing? It gives me 0 during normal operation.**
A: I found the sensing does work, although I needed to add a RC filter (2k, 10 uF) to get any consistent values going into the Arduino ADC inputs.  I also changed the Arduino PWM output frequency default from near 1 kHz up to 31 kHz, that way I don't hear the annoying loud whine from the motor when it's in between 0 and full.

**Q: How fast can the r_en and l_en be switched back and forth?**
A: Looking at the schematic, R_EN and L_EN drive BTS7960 INH pins (#3). The datasheet describes INH input controls the device's 'sleep mode' but does not provide the timing information you need. On the other hand, R_EN and L_EN control two separate chips so your application (code?) could fine-tune device timing somewhat. If your application needs fast switching times you might consider individual high-side/low-side drivers rather than this h-bridge.

## Frequently Bought Together

- HiLetgo BTS7960 43A High Power Motor Driver Module/Smart Car Driver Module for Arduino Current Limit
- Arduino Uno REV3 [A000066] – ATmega328P Microcontroller, 16MHz, 14 Digital I/O Pins, 6 Analog Inputs, 32KB Flash, USB Connectivity, Compatible with Arduino IDE for DIY Projects and Prototyping
- ELEGOO 120pcs Multicolored Dupont Wire 40pin Male to Female, 40pin Male to Male, 40pin Female to Female Breadboard Jumper Ribbon Cables Kit Compatible with Arduino Projects

---

## Why Shop on Desertcart?

- 🛒 **Trusted by 1.3+ Million Shoppers** — Serving international shoppers since 2016
- 🌍 **Shop Globally** — Access 737+ million products across 21 categories
- 💰 **No Hidden Fees** — All customs, duties, and taxes included in the price
- 🔄 **15-Day Free Returns** — Hassle-free returns (30 days for PRO members)
- 🔒 **Secure Payments** — Trusted payment options with buyer protection
- ⭐ **TrustPilot Rated 4.5/5** — Based on 8,000+ happy customer reviews

**Shop now:** [https://www.desertcart.com.sa/products/276028968-bts7960-43a-high-power-motor-driver-module-smart-car-driver](https://www.desertcart.com.sa/products/276028968-bts7960-43a-high-power-motor-driver-module-smart-car-driver)

---

*Product available on Desertcart Saudi Arabia*
*Store origin: SA*
*Last updated: 2026-09-02*