Design Guide

Motor control circuits

Listen to this story

AI NARRATED
0:00 / 0:00

Stepper motor control circuit

Stepper Motors are normally controlled by sending a step signal and mix of logical signals to the stator winding of the motor. The logical signals and step signal can be generated by combinational logic circuit (not a good idea) or straight from a output port of a microcontroller. The most popular microcontroller for this purpose are Microchip's (www.microchip.com) PIC series of 8bit and 16bit microcontrollers. The PIC can be programmed to generated step signal as per some other input signal.

Refer this below link for example of circuit developed by using PIC16F84A

http://www.interq.or.jp/japan/se-inoue/e_step.htm

If the link is not working, email us (courseware@eeherald.com) we will send you the details.

You can assemble stepper motor driver circuit either by using separate MOSFETS/Transistors and associated discrete devices or by using readymade ICs. Here we provide few ready sample circuits and internet links for you to use as ready reference design.

ADVERTISEMENT
Advertisement

For circuit diagram with discrete parts, please visit

http://www.interq.or.jp/japan/se-inoue/e_step2.htm

Single IC circuit:

Here below is a micro stepping driver using Allegro's A4983 chip. By replacing discrete circuit in the above example with this IC, it will be a perfect combination. For more details on this part or to select some other device please visit,

http://www.allegromicro.com/en/Products/Categories/ICs/motor.asp

Circuit Diagram (Schematic Diagram)-2

C1 = C2 = 100 Micro Farads 10 Volts Electrolytic Capacitors.

R1 = R2 = R3 = 100 K ohms, 1/4 watt.

RS1 =RS2= (VREF) /(8) ITripMAX

ITripMAX = The maximum value of current limiting through the motor winding/coil

ADVERTISEMENT
Advertisement

VREF = 4 volts

 

For a short tutorial on Stepper motor please refer to this link below

http://gyan.fragnel.ac.in/~dileep/stepperworking.pdf

If the link is not working, email us (editor@eeherald.com) we will send you the details.

We may update this page with some more useful info, keep checking once in a while.

Any feedback or suggestions write to us at editor@eeherald.com


More from Design Guide