Shop OBEX P1 Docs P2 Docs Learn Events
Stepper Motor to Stamp2SX — Parallax Forums

Stepper Motor to Stamp2SX

ArchiverArchiver Posts: 46,084
edited 2000-06-22 22:45 in General Discussion
Hello Group,
I have a stepper motor that I would like to put onto my robot as
a drive motor. I am having some trouble doing so. I really do not want to
buy a control board if I do not have to. Does any one know how I could
control one with a Stamp 2SX? If any one has any information on stepper
motors and stamps, I would sure appreciate it if you could help me out here.
Thanks in advance. -Alex Burke


________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com

Comments

  • ArchiverArchiver Posts: 46,084
    edited 2000-06-22 03:24
    Try the following:

    http://www.seattlerobotics.org/encoder/may98/steppers.html
    http://www.cs.uiowa.edu/~jones/step/
    They should get you up and running. There is also a good application note in
    the Basic Stamp manual under the BS1.

    Tim
    [noparse][[/noparse]Denver, CO]

    >
    Original Message
    > From: Alex Burke [noparse]/noparse]mailto:[url=http://forums.parallaxinc.com/group/basicstamps/post?postID=C05ZTUZTfUU6uC4IhTub3ciejtcZSEX1mUvSh4g9DMhlNdB_HWq0wfmvt_UeofpfnA4opFL9JNfU5tESyTBM-L8L0g]ajb_robotics@h...[/url
    > Sent: Wednesday, June 21, 2000 7:52 PM
    > To: basicstamps@egroups.com
    > Subject: [noparse][[/noparse]basicstamps] Stepper Motor to Stamp2SX
    >
    >
    > Hello Group,
    > I have a stepper motor that I would like to put onto
    > my robot as
    > a drive motor. I am having some trouble doing so. I really do not want to
    > buy a control board if I do not have to. Does any one know how I could
    > control one with a Stamp 2SX? If any one has any information on stepper
    > motors and stamps, I would sure appreciate it if you could help
    > me out here.
    > Thanks in advance. -Alex Burke
  • ArchiverArchiver Posts: 46,084
    edited 2000-06-22 05:02
    Alex:
    Tim gave you some excellent references. I would add the suggestion that you
    check out the EDE1200 for unipolar steppers, or the EDE1204 bipolar stepper
    IC from www.elabinc.com . These chips work quite well and make the software
    much simpler if you have complicated control routines. They offer one pin
    direction control, full or half steps via one pin, single stepping, or free
    running at several speeds. The data sheets are available at their site.

    Good luck,
    Ray McArthur

    > I have a stepper motor that I would like to put onto my robot
    as
    > a drive motor. I am having some trouble doing so. I really do not want to
    > buy a control board if I do not have to. Does any one know how I could
    > control one with a Stamp 2SX? If any one has any information on stepper
    > motors and stamps, I would sure appreciate it if you could help me out
    here.
    > Thanks in advance. -Alex Burke
  • ArchiverArchiver Posts: 46,084
    edited 2000-06-22 16:36
    NO!! THAT CHIP IS A PIECE OF Smile. We tried to use on to drive a
    stepper mototor off our stamp, it blew with only 5mA pulling through
    it!!! There are very easy to pop as they are only PIC's and on top of
    that, they are expencive. We wound up using a ripple counter and it
    worked SOOO much better.

    --- In basicstamps@egroups.com, "rjmca" <rjmca@w...> wrote:
    > Alex:
    > Tim gave you some excellent references. I would add the suggestion
    that you
    > check out the EDE1200 for unipolar steppers, or the EDE1204 bipolar
    stepper
    > IC from www.elabinc.com . These chips work quite well and make the
    software
    > much simpler if you have complicated control routines. They offer
    one pin
    > direction control, full or half steps via one pin, single stepping,
    or free
    > running at several speeds. The data sheets are available at their
    site.
    >
    > Good luck,
    > Ray McArthur
    >
    > > I have a stepper motor that I would like to put onto my
    robot
    > as
    > > a drive motor. I am having some trouble doing so. I really do not
    want to
    > > buy a control board if I do not have to. Does any one know how I
    could
    > > control one with a Stamp 2SX? If any one has any information on
    stepper
    > > motors and stamps, I would sure appreciate it if you could help me
    out
    > here.
    > > Thanks in advance. -Alex Burke
  • ArchiverArchiver Posts: 46,084
    edited 2000-06-22 19:07
    We have used these parts on several projects with no problems. They worked
    as advertised. Is $8.30 expensive for what they do?

    Regards,
    Ray McArthur

    > NO!! THAT CHIP IS A PIECE OF Smile. We tried to use on to drive a
    > stepper mototor off our stamp, it blew with only 5mA pulling through
    > it!!! There are very easy to pop as they are only PIC's and on top of
    > that, they are expencive. We wound up using a ripple counter and it
    > worked SOOO much better.
    >
    > --- In basicstamps@egroups.com, "rjmca" <rjmca@w...> wrote:
    I would add the suggestion that you check out the EDE1200 for unipolar
    steppers, or the EDE1204 bipolar stepper IC from www.elabinc.com . These
    chips work quite well and make the software much simpler if you have
    complicated control routines. They offer one pin direction control, full or
    half steps via one pin, single stepping, or free running at several speeds.
    The data sheets are available at their site.
  • ArchiverArchiver Posts: 46,084
    edited 2000-06-22 20:49
    At 03:36 PM 6/22/00 +0000, you wrote:
    >NO!! THAT CHIP IS A PIECE OF Smile. We tried to use on to drive a
    >stepper mototor off our stamp, it blew with only 5mA pulling through
    >it!!!

    Perhaps this fellow didn't read the first page of the datasheet, or view
    the hookup examples? This chip (EDE1200, EDE1204) is designed to connect
    through a drive circuit, such as the ULN2003A (for unipolar), or the L293D
    (for bi-polar). This way, any size (voltage,current) of motor can be
    used. We have many thousands of these IC's in production products with
    virtually zero failure rate (except for the occasional prototyper who
    accidentally swaps the 12V for the 5V line, or who doesn't read the
    datasheet...)







    Todd Peterson
    E-Lab Digital Engineering, Inc.

    www.elabinc.com
  • ArchiverArchiver Posts: 46,084
    edited 2000-06-22 21:54
    rjmca wrote:
    >
    > We have used these parts on several projects with no problems. They worked
    > as advertised. Is $8.30 expensive for what they do?

    I agree, Ray, and they work BEST after the FREE documentation is read,
    and the circuity implemented as suggested !

    Regards,

    Bruce
  • ArchiverArchiver Posts: 46,084
    edited 2000-06-22 22:45
    Yes, i am not stupid, I did read the documentation and use a driver.
    As a matter of fact, we built one, correctly, from the documentation
    and schematics that came with the chip. We used the one from
    www.elabsinc.com, unless there are two chips with the same name built
    by different people. Anyway, neither me or my team were statisfied
    with this chip. But we all have or opionions...



    --- In basicstamps@egroups.com, Todd Peterson <toddp@e...> wrote:
    > At 03:36 PM 6/22/00 +0000, you wrote:
    > >NO!! THAT CHIP IS A PIECE OF Smile. We tried to use on to drive a
    > >stepper mototor off our stamp, it blew with only 5mA pulling
    through
    > >it!!!
    >
    > Perhaps this fellow didn't read the first page of the datasheet, or
    view
    > the hookup examples? This chip (EDE1200, EDE1204) is designed to
    connect
    > through a drive circuit, such as the ULN2003A (for unipolar), or the
    L293D
    > (for bi-polar). This way, any size (voltage,current) of motor can
    be
    > used. We have many thousands of these IC's in production products
    with
    > virtually zero failure rate (except for the occasional prototyper
    who
    > accidentally swaps the 12V for the 5V line, or who doesn't read the
    > datasheet...)
    >
    >
    >
    >
    >
    >
    >
    > Todd Peterson
    > E-Lab Digital Engineering, Inc.
    >
    > www.elabinc.com
Sign In or Register to comment.