Tuesday 26 April 2016

Stepper motors - stride angle?


I am interested in using one of these cheap stepper motors for one of my projects, but need a step angle of ~2°. I came across the 28BYJ-48 and noticed that it has a "stride angle" of 5.625°/64. What exactly does this mean? I doubt it will give me the 2° accuracy which I desire, so maybe I could use a gear system to reduce that step angle further.


But in general, what is that stride angle referring to?



Answer



5.625 = 360 / 64, ie, there are 64 steps per revolution.


However, the actual number of steps can be some multiple of that, depending on how you energize the windings. 2 to 4 times that number is easily achieved, and microstepping drivers can provide substantially finer interpolated resolution.



Your specification is not very clear - you seem to say both 2 degree steps, and 2 degree accuracy. Probably you want 2 degree steps with an accuracy of some fraction of that.


64 steps is relatively course - 200 step motors are widely available.


If you are looking at mechanical reduction, consider toothed timing belts and sprockets instead of gears. They are have less critical needs for mechanical alignment, and run quieter. If your system must operate in both directions without slop, the fact that timing belts suffer minimal backlash when the direction of torque is reversed makes them strongly preferable versus gears.


No comments:

Post a Comment

arduino - Can I use TI's cc2541 BLE as micro controller to perform operations/ processing instead of ATmega328P AU to save cost?

I am using arduino pro mini (which contains Atmega328p AU ) along with cc2541(HM-10) to process and transfer data over BLE to smartphone. I...