EZMQTT Client icon EZMQTT Client MQTT client for ARC: connect to brokers, publish/subscribe topics, map incoming messages to variables (incl. binary arrays) and run scripts. Try it →
Asked — Edited
Resolved Resolved by Rich!

Dual Motor Driver

I have a dual motor driver that has 6 pin connection for motor control...pin 1 ground ..pin 2 pwm2..pin3 dir2..pin4 pwm1...pin 5 dir1.....pin six +5v...how should i connect this to ezb with movement panel...

User-inserted image


ARC Pro

Upgrade to ARC Pro

Unlock the true power of automation and robotics by becoming a proud subscriber of Synthiam ARC Pro.

#17  

Maybe you need a 2channel remote control key fob then....:P They can be picked up really cheap on eBay....

Author Avatar
United Kingdom
YouTube
#18  

Well if that's the only way, I better do some shopping then. eyeroll

Cheers Richard. :)

#19  

You can use something like this 5V Relay as an option... Plugs directly into one of the ezb's digital ports.... Using Set(D0, ON) and Set(D0, OFF) will drive the relay... This way you can turn your motor controller on or off using an ARC script or digital control...

Author Avatar
United Kingdom
YouTube
#20  

That's cool. I went with the 2 ch remote in the end as I already have the set up in place. Thanks again Richard.

Author Avatar
New Zealand
#21  

Just a comment about the hbridge at the start of this post. I used it to run 2 dc motors and run with arduino. When I send analogwrite value of 255 (motor full on) the supply volts of 13.7v drops to 10.5v on forward and 7.5v on reverse on the motor connections. This is also true if I just feed the PWM pin 5v. I found that I had to use a value of 254 as my full on PWM value and the the motor ran with virtually no voltage drop. Not sure why but seems to be a quirk of this hbridge.