Asked — Edited
Resolved Resolved by Dave Schulpius!

H Bridge Not Needed If Motor Not Reversed?

Hopefully this is straightforward. If I am NOT reversing a 12 volt motor but just turning it on then off then I don't need an H-Bridge, correct? Power will be provided by an outside source.

Thanks,

Daniel


ARC Pro

Upgrade to ARC Pro

Synthiam ARC Pro is a new tool that will help unleash your creativity with programming robots in just seconds!

United Kingdom
#1  

You could possibly get away with using the Transistor/Mosfet based switching circuit to enable and disable the motor. Since it will only be required to turn one direction this would be enough however you would need to check the components of the circuit to ensure they can cope with the current. You will also need to include flyback diodes.

My Transistor Switching Circuit Tutorial

#2  

Hello Daniel , a hbridge is reversable but if you just need a simple on / off control then you caN use a darlington switching transistor. The pos connection is always connected to the power source. The Darlington transistor closes to connect the ground completing the circuit and turning your motor on.

EDIT-I see Rich also posted while I was putting the post together and includes a more detailed tutorial. Great job on that tutorial I don't think I saw it in that much detail before.

#3  

User-inserted image

You need a 1k ohm resistor , Darlington transistor and one 60v or higher diode. The resistor goes inline from the digital pin of ez b and protects the digital output. The diode prevents feedback from a motor starting and stopping.. here is a generic sketch of how this is arranged when using a motor.

User-inserted image

#4  

One other option would be a relay. If you have several things you want to turn off and on you could get a relay board that has multiple. relays and is compatible with EZ-B.

United Kingdom
#5  

True, a relay board could do it but is pretty much only a transistor switching circuit and relay anyway... I guess if making circuits is not something you like to do then it's the better option.

#6  
#7  

Excellent. Thanks everyone.

So David this is for the motor that turns my soil sampler. I'm using a servo to open the door, an actuator to run the arm out and a 12 volt motor to spin the scoop. Perhaps I'm doing the Rube Goldberg approach again by making this too complicated. I did consider wiring my scoop with my actuator into a single connection so it comes out spinning. Do you mind describing what you did?

Daniel :D

#8  

Sure Daniel,

Actually I really cheated here. I was lucky enough to score one of Mike Joyce's original Soil Sampler units. After I installed it in the tread section I attached it to both one of the chest buttons and a relay activated by a digital port on EZB. That way I can either activate the automation by a chest button or with ARC. I don't have a motor that opens the sampler door. When the unit starts up it just pushes the scoop out through the door and then it starts to spin. You can see it working at the end of this vid:

Here's a pic of the unit: User-inserted image

Here's mike Joyce's installation page with some good info and pics and vids of the unit: www.b9robotbuildersclub.com/pub/parts/b90002/soilsampler.html

#9  

Thanks Dave.

I knew I was over-complicating this (like I do). By having the spinning unit push the door open I could not only save a servo but port connections and controls as well. My spinner is attached to an actuator and slides out of a guide created from PVC inside the tractor. I think I may follow your lead.

:D

Daniel

#10  

glad you found this helpful. As a side note, don't let the scoop start spinning till after its cleared the door. It looks better and causes less ware to the parts hitting each other.