1

I need to use two stepper motors to move microscope positioning knobs in the X/Y direction. The stepper motors I have are unipolar and are 6V rated (I think).

I know it's possible to drive a unipolar stepper motor via a ULN2003 using an Arduino Uno. I know I can wire it using the 2-wire or 4-wire method.

But my questions are:

Is it possible to drive 2 of them? What are the modifications I will need to make to the circuit? Will this harm my Arduino? Do I need a stepper motor shield?

asked Dec 18, 2014 at 11:23

2 Answers 2

1

No problem. Just use two ULN2003 chips, one for each stepper.

No need for a motor/stepper shield on these unipolar steppers.

It will not harm the arduino (if wired correctly).

answered Dec 18, 2014 at 16:16
2
  • 1
    Two fully independent unipolar-stepper axis will require two chips, as these have only 7 channels while unipolar steppers require four each. Commented Dec 19, 2014 at 15:18
  • @ChrisStratton Good catch. That's what I meant to say. Bad wording on my part. Edited it. Commented Dec 19, 2014 at 15:27
0

I'd suggest to have a look at the EasyDriver stepper motor drivers developed by Brian Schmalz. They are easy to set up and do support microstepping, which might be interesting for a more fine control of the microscope.

answered Dec 18, 2014 at 11:42

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.