DROK DC Motor Driver, L298 Dual H Bridge Motor Speed Controller DC 6.5V-27V 7A PWM Motor Regulator Board 12V 24V Electric Motor Control Module Industrial 160W with Optocoupler Isolation
Thumbnail 1Thumbnail 2Thumbnail 3Thumbnail 4Thumbnail 5Thumbnail 6Thumbnail 7Thumbnail 8Thumbnail 9

DROK DC Motor Driver, L298 Dual H Bridge Motor Speed Controller DC 6.5V-27V 7A PWM Motor Regulator Board 12V 24V Electric Motor Control Module Industrial 160W with Optocoupler Isolation

4.4/5
Product ID: 40578028
Secure Transaction

Details

  • Color
    Red
  • Brand
    DROK
  • Voltage
    12 Volts
  • Product Dimensions
    2.17"L x x
  • Material
    Metal
6.5V-27V Input
🔄7A Output Current
🛡️160W Power

Description

🚀 Unleash the Power of Precision Control!

  • POWERFUL DUAL H BRIDGE - Simultaneously drive two DC motors with ease.
  • VERSATILE SPEED CONTROL - PWM control for precise speed adjustments up to 10kHz.
  • COMPACT DURABLE DESIGN - Metal construction ensures longevity and reliability.
  • FORWARD REVERSE MOTION - Easily switch motor direction with simple controls.
  • BUILT IN UNDER VOLTAGE PROTECTION - Safeguards against damage from sudden current spikes.

The DROK DC Motor Driver is a robust motor speed controller designed for industrial applications, supporting a wide input voltage range of 6.5V to 27V and delivering a powerful output of 160W. With dual H bridge capabilities, it allows for simultaneous control of two DC motors, offering both forward and reverse rotation. The module features PWM speed control for fine-tuning motor performance and includes under voltage protection to enhance durability.

Large manufacture image 1
Small manufacture image 1

Specifications

Material TypeMetal
Voltage12 Volts
Item Dimensions L x W x H2.17"L x 2.17"W x 0.63"H

Have a Question? See What Others Asked

Can this be used to slowly increase the voltage in a power wheels type car? Wanting to increase voltage over time from 12-24v?
The manufacturer says it needs, requires, must have a heat sink. so why did anyone manufacture it without a component that it absolutely needs???
How do i use digital high & low with no pmw, i left ena disconnected no luck. help!
Can you recommend a pwm motor controller board for 12v x 10amp motor with an input signal from 0 to 55 mv with 100% duty cycle at 25 mv?

Reviews

4.4

All from verified purchases

J**O

Helped replace a $500 Motherboard!

So the motherboard for my Apollo 835 Dual Swing Gate finally kicked the bucket after 20 years.While a replacement motherboard for my gate model was available for purchase, they were charging 500 bucks for it (and I was pretty sure I could do it for 50 bucks or less)The actuators that came with the dual swing gate kit operated at 12 volts with a fuse on the board limiting them to 3 amps. This made this dual L298 motor driver perfect in my quest to replace the motherboard.This dual L298 configuration has a similar pinout to just a single L298 board, except there are two of them. It still requires 12 volts to run the motor and a separate 5 volt to power the L298. The 5-volt pins for the L298 are connected so you only need a single pair of power cables.After writing some code for an Arduino Nano to mimic the original motherboard operation and rewiring each Swing gate actuator to work with the Nano and this motor driver. I was able to successfully replace the motherboard with about 20 dollars worth of new parts.A 3 Amp fuse is placed in series between the motor and the motor driver to prevent the motors from being damaged or if an object interferes when the gate is opening or closing. The motors don't have too much torque behind them, and the gates aren't heavy to move.While its current installation isn't pretty lol, it does not rain a lot where I am, and it also sits inside a weather-resistant metal box.I haven't had any issues for the past 3 mo since I installed this. (other than updating the programming on the Nano to fix some kinks)11/10 saved 470 bucks.

A**R

To Glen

To Glen, I don't do much with electronics but in the process of building a project it came to my attention a microcontroller was needed. My skills are in fabrication of wood and metal. If it's made of wood or made of metal I can build it. When it comes to arduino and writing code with understanding its been challenging. The code you provided gives me something to work with where it's so hard getting a straight answer out of people. Between work, home responsibilities, kids and grand kids I don't have tge luxury of time to learn all the details of writing code. I learn what I can when I can. Thanks for unselfishly posting that

G**N

Flawless performance. Highly recommended! Here's some help getting started

This unit is perfect for my application with a couple of 2-3 amp DC motors and worth far more than the cost. I require frequent direction changes and large starting current spikes, but the board stays cool and doesn't need heat sinks. The connectors have screw terminals and removable snap lock connectors which are excellent.The documentation looks great on glossy paper but needs some clarification.Here's a few tips and a Arduino test setup:1) This double H-bridge can run two motors independently of each other.2) Each motor can run forward, reverse, brake, full speed forward, and full speed reverse.3) Categories of inputs (you provide these) to the board are:a) Main power (up to 15 amps) that is used to drive both motors. Read the instructions around voltages, current, peak current, fuses, etc...b) Control logic for Motor Ac) Control logic for Motor Bd) 5v power you provide into the board for it's logic processing, etc.. with very little current draw.4) For the main power input, you need a capable power supply. I'm using a 10amp battery charger.5) You must feed 5v into the board. The board has 5v (and ground) pins for each motor, but you only need to provide 5v and ground on one set of pins.6) Each motor needs three 5v logic inputs. For motor #1 they are labeled IN1, IN2, and ENA1.7) The two pins labeled IN1 and IN2 are fed from any two GPIO(Arduino) pins with HIGH or LOW to control the mode of the motor such as forward, reverse and brake. See the control logic table in the instructions.8) The pin labeled ENA1 REQUIRES!!! a PWM output from Arudino. You MUST NOT apply a steady voltage from something like a potentiometer or DAC output.9) Here's a basic test setup for Arduino UNO if you need it:Connect 5v and ground to H-bridge,Connect main powerConnect motor(s), you just need motor A for this testConnect Ardunio pin2 -> H-bridge pin IN1Connect Ardunio pin3 -> H-bridge pin ENAConnect Ardunio pin4 -> H-bridge pin IN2Create a test sketch as follows:void setup() {pinMode(2, OUTPUT);pinMode(3, OUTPUT);pinMode(4, OUTPUT);}void loop() {digitalWrite(2, LOW); //forwarddigitalWrite(4, HIGH); //forwardanalogWrite(3, 178); //pin 3 is PWM, 178/255 = (about) 70% speed. Max is 255.delay(1500);digitalWrite(2, HIGH); //reversedigitalWrite(4, LOW); //reverseanalogWrite(3, 76); //pin 3 is PWM, 76/255 = (about) 30% speed. Max is 255.delay(3000);}Hope this helps get you started.

L**.

Data Sheet

Take note that although the board power input has a polarity, hard to see but there is a ground marking next to the green connector, and the data sheet indicates a polarity.Worked well for my needs, the only thing is that the 10khz PWM ceiling means that I can still hear some motor whine, however it is much better even at 10kzh after I adjusted it from the stock Arduino PWM frequency.Dimensions in screenshot are approximate, in mm.

M**E

Worked fine, direction inputs are active low as per included documentation

I used this to replace 2 sets of relay modules, for my solar tracker. Used 12 volts for motors and used UnexpectedMaker's feather S2, which runs at 3.3 volts to drive the enable and direction pins. In my case I used active high, to drive the direction inputs, and reversed the motor leads, that way I did not have to make changes to my software for driving the horizontal and vertical actuators.

E**A

Arrived broken

I ordered three drivers. One of the drivers arrived broken and unable to use (it was missing the piece that connects to ground and power)! Planning to return to get my money back.

D**A

It works.

Works pretty much like a high power L298N setup. I am not an expert and may be running this in a less than ideal manner but it does work with an arduino uno as expected. I have it working with two motors by connecting the in pins to arduino digital pins. Then I connect the two separate enable pins (ena and enb I believe) to PWM pins on an arduino. You also need to connect the 5v line and ground line to the hbridge board. However I discovered you can just connect to 1 sets of the 5v and ground and it seems ok to run both.Overall it works well. I haven't ran it super hard but its powering a pair of 5a 12v drill motors without issue.

Common Questions

Trustpilot

TrustScore 4.5 | 7,300+ reviews

Anita G.

Good experience, but the tracking updates could be better.

2 months ago

Khalid Z.

Great experience from order to delivery. Highly recommended!

1 week ago

Shop Global, Save with Desertcart
Value for Money
Competitive prices on a vast range of products
Shop Globally
Serving millions of shoppers across more than 100 countries
Enhanced Protection
Trusted payment options loved by worldwide shoppers
Customer Assurance
Trusted payment options loved by worldwide shoppers.
Desertcart App
Shop on the go, anytime, anywhere.
$44.80

Duties & taxes incl.

USAstore
1
Free Shipping

with PRO Membership

Free Returns

30 daysfor PRO membership users

15 dayswithout membership

Secure Transaction

Trustpilot

TrustScore 4.5 | 7,300+ reviews

Anjali K.

The product quality is outstanding. Exactly what I needed for my work.

1 month ago

Zainab N.

Fantastic and great service. Shipping was faster than expected.

1 week ago

Drok Dc Motor Driver L298 Dual H Bridge Motor Speed | Desertcart UNITED STATES