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.

stepper motor

Status
Not open for further replies.

philipsi

New Member
i have built a stepper motor drive circuit using PIC microcontorlleer. can i get any waveform from the stepper motor when it is rotating clockwise,counterclockwise??? and how??
 
You are not supposed to GET any waveform from the motor.
You are supposed to SEND it to the motor. There are couple of
patterns that you have to repeat in one or another direction
depending on desired motor direction. Valid patters range from
simple "walking 1's" till more sophisticated microsteping.
Patters are usually stored in a lookup table and read sequencially
depending on direction. Make sure to disable invalid output states
so you don't fry your H-bridge. Try to do some research on motor
wiring as well.
 
Status
Not open for further replies.

Latest threads

New Articles From Microcontroller Tips

Back
Top