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.

Relay Motor control

Status
Not open for further replies.

shico90

New Member
Hello,
I'm using a relay for motor control using MCU and i'm asking about the circuit used in this control, what is the circuit that can make the motor go forward and reverse and how many relays to be used
thank you
 
Use two relays.
One for forwards,
and one for reverse.

John :)
 
The circuit is called an "H-Bridge" - it is a very common motor control circuit, which can be built using relays (or even ordinary switches), but is commonly built using transistors or MOSFETs (if doing it the discrete way); more commonly one can typically buy H-Bridge driver ICs - for instance, the L298 is a popular small-motor H-Bridge - **broken link removed**

Technically, you can get by with one relay (DPDT), if the contact ratings are greater than the stall current of the motor, and can handle the voltage kickback (otherwise arcing will occur, which could cause the contacts to weld). You're not going to find such relays cheap. Also, sometimes the upper contacts may have a different rating than the lower ones, so you have to keep that in mind, or find a relay where the contacts have the same rating.

You can also use two relays (SPDT), as already posted; same issues with the contacts apply - it will be cheaper, though.

The cheapest way (and really the best way) is to use 4 relays (SPST) in a classic h-bridge fashion; such relays can be found super-cheap. You still have to pay attention to the contact ratings, but since there is only a single set, you don't have to worry about a difference between upper and lower contact ratings being different.

Note that when using relays, speed control can be an issue - it is possible to tie a large transistor or MOSFET (of sufficient current switching capability) between the H-Bridge and ground and PWM the bridge, but this device has to be so large (depending on the size/ratings of the motor) that it might be cheaper and/or better to go with a complete transistor/MOSFET h-bridge and drop the relays.

One other thing to note: once you get past a certain size (current/voltage) with a homemade transistor/MOSFET bridge, it is typically cheaper and more effective to just purchase the bridge outright; you'll likely spend more money and time trying to optimize and make your design work effectively, than if you had simply purchased one (note that this doesn't apply if you are trying to learn about h-bridges, or are attempting to make a better h-bridge than what is available, etc).

Hope this helps - good luck!
 
Try my circuit, it requires only a couple of relays.
Make sure they have the five legs:

a) Coil
b) Coil
c) Com
d) Normally Closed
e) Normally Open
 

Attachments

  • engallamientos.wordpress.com.png
    engallamientos.wordpress.com.png
    10 KB · Views: 338
Last edited:
Hi Menticol,

Could you check the orientation of the diode ?

John :)
 
Status
Not open for further replies.

Latest threads

New Articles From Microcontroller Tips

Back
Top