how do I connect unipolar stepper (858) using h-bridge without using shield?

General project help for Adafruit customers

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
kelp
 
Posts: 10
Joined: Wed Nov 28, 2012 6:21 pm

how do I connect unipolar stepper (858) using h-bridge without using shield?

Post by kelp »

is this possible ?

https://www.adafruit.com/product/858

I've been reading that it should use darlington array instead (not like I know what that is yet -noob here), but since the adafruit motor shield has h-bridge, I thought there might be a way.

I think these are correct for wire color indications

Coil #1 -- PINK  & ORANGE 
Coil #2 -- BLUE & YELLOW
Center Tap -- RED

if it is possible, can someone match those to the L293D assignments ?

thanks.

User avatar
adafruit_support_bill
 
Posts: 88136
Joined: Sat Feb 07, 2009 10:11 am

Re: how do I connect unipolar stepper (858) using h-bridge without using shield?

Post by adafruit_support_bill »

You can use either a H-bridge like the L293D or a darlington array like the LN2803
Here is a nice tutorial showing how to connect the L293D. It uses the Stepper library that comes with the IDE: http://www.arduino.cc/en/Tutorial/Stepper

User avatar
kelp
 
Posts: 10
Joined: Wed Nov 28, 2012 6:21 pm

Re: how do I connect unipolar stepper (858) using h-bridge without using shield?

Post by kelp »

thanks for replying.

i did want to use the arduino.cc tutorial.

i have my board setup like the bipolar layout, because i have a L293D, but then i realized that the diagram is not for a unipolar stepper, and i couldn't find any 5-wire diagrams or advice anywhere.

do the coil wire sets go to all the 'out' pins as in the 'bipolar' diagram, and then where does the center tap, red attach ?

User avatar
adafruit_support_bill
 
Posts: 88136
Joined: Sat Feb 07, 2009 10:11 am

Re: how do I connect unipolar stepper (858) using h-bridge without using shield?

Post by adafruit_support_bill »

That is weird. That is a redirect from the tutorial link which showed both wiring diagrams. The original link is gone now.

There is this one: http://www.arduino.cc/en/Tutorial/StepperUnipolar
No wiring diagram, but follow the comments. The center-tap goes to the positive terminal of your power supply. The other wires to the outputs of your bridge.

User avatar
kelp
 
Posts: 10
Joined: Wed Nov 28, 2012 6:21 pm

Re: how do I connect unipolar stepper (858) using h-bridge without using shield?

Post by kelp »

great, thanks so much.

Locked
Please be positive and constructive with your questions and comments.

Return to “General Project help”