stepper motor diagram
gth759k
Posts: 2
I used a basic stamp in a class at my school last year and I just bought my own from fry's electronics. The book shows how to get a servo going, which I've done, but now I want to control a stepper motor. I just can't figure out how to wire up my board though. Does anyone have a link to a diagram to set up my board by? Any help would be appreciated. Thanks.
Comments
http://www.parallax.com/Store/Accessories/MotorServos/tabid/163/CategoryID/57/List/0/SortField/0/Level/a/ProductID/65/Default.aspx
Dave
http://en.wikipedia.org/wiki/Stepper_motor
The trick is the circuitry which is available on the data sheet of your selected driver. For a small stepper you can get by with a 2N2222, for a stepper of any size you'll need a darlington array, also available in a stepper configuration (L298), or Mosfets, or ??. Keep in mind you must match the stepper with an IC.... unipolar / bipolar. Some IC's will do both. I like the L297.
I suppose you could go crazy and drive the stepper directly though four transistors.... You'd write your own step routines, but I don't think anyone does that. It'd be a neat exercise though. I always wanted to do it
http://forums.parallax.com/showthread.php?t=126306
The question was asked about connecting them to an SX processor but since many of the BASIC Stamps use the SX it all applies.....
Robert