Hi everyone, Can anyone please tell me the techniques for interfacing 8051 with stepper motor?
- posted
16 years ago
Hi everyone, Can anyone please tell me the techniques for interfacing 8051 with stepper motor?
Start here:
-- Guy Macon
All the information you will ever need.
The first three hits will give you the design and code to get'er done.
donald
PS: If you would have justgoogleditfirst, you'd be done by now.
Step one:
1: Go from the pins to the motor. This only works if it's a _really small_ motor that's rated for your processor's VCC and drive current capability. 2: Amplify the pin outputs, and connect the motor to the amplifiers. This is a nice general-purpose connection. 3: Get a stepper driver that contains logic and amplifiers, and supply it with enable, direction, and clock from the microprocessor. This offloads the processor, but costs more.
Connections one and two require that you sequence the pulses to the motor correctly, but take less circuitry. Connection 3 is easier, but requires that you pay $$ for the drivers.
-- Tim Wescott Wescott Design Services
ElectronDepot website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.