Continue to Site

Welcome to our site!

Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

  • Welcome to our site! Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

Interesting Module: BTS7960 43A High Power Motor Driver Module

Status
Not open for further replies.

For The Popcorn

Well-Known Member
Most Helpful Member
Came across this interesting motor driver module today. It's a full h-bridge driver that handles up to 43 amps, with a simple microcontroller interface including PWM, for about $7.50. It includes a 5 volt regulator to power the micro from the motor power supply.

Amazon Link, available from a number of vendors

Here's a detailed pdf datasheet for these modules.

SmartSelect_20220924_234201_Edge.jpg
 
Good catch. You're correct.

I'll know more in a couple days. I ordered a couple.

The exact functioning of the control pins isn't entirely clear. Also, I'm not entirely sure I'd trust the terminal blocks and copper on the board to handle 43 amps.
 
These modules have an interesting control scheme, which is explained in this article much more clearly than I have seen anywhere else.

There are four inputs to the module:
□ LPWM
□ RPWM
□ LEnable
□ REnable

The left and right refer to the left and right half bridges.

To start, connect the Enable pins together. As the module is wired, I can't see any reason you would enable one side but not the other. If Enable is low, the half bridge outputs are disconnected. The other inputs don't matter and do nothing. If Enable is high, the other inputs come into play.

When the PWM input is high, the bridge output is connected to V+. When it's low, the bridge output is low. If both PWM inputs are the same, both sides of the motor are connected together, either to V+ or to ground. This results in motor braking (not breaking) and will provide rapid slowing and holding the motor rotor in position. You can test this with a small permanent magnet motor – compare the effort required to turn the motor with the leads open vs shorted.

If one of the PWM inputs is high, and the other low, the motor runs at full speed (direction depends on the motor and how it's connected). Reverse the the high and low inputs to the motor and it will be full speed un the opposite direction.

To vary the speed of the motor, make one of PWM inputs low and PWM the other. Swap these to turn the other direction at the same speed.

If instead, you switch the low input to high, the motor will turn in the opposite direction at 100% – PWM_Duty_Cycle speed. For example, if the motor is turning at 10% of speed clockwise with the input low, it will be turning at 90% of speed in the other direction when the low input is made high.

The link in the first post has an Arduino sketch to use a pot to vary the direction and speed. When the pot is at mid span, the motor is stopped. Moving it from there results in rotation one way or the other, at faster speed the further the pot is turned. Ummm....be sure to use a linear pot if you try this.


SmartSelect_20220926_110915_Edge.jpg
 
Status
Not open for further replies.

Latest threads

New Articles From Microcontroller Tips

Back
Top