X27 stepper driver

Hi,

im building a project with multiple X27 steppers datasheet and a controller that can not provide the needed current savely (I know it’s not a lot, but I have a lot of motors).

Does anybody have experience of using driver boards for the X27 stepper? I can not find a suitable board because most projects just connect them directly.

I am searching for a board that has a small footprint (because there will be multiple) and found the A4988 but the board is pretty much an overkill for such a small current motor.

Thanks already for any hints.

Did You try Google on “Arduino + X27”?

Do you need ready built modules or just a chip?
ULN2803 or TPIC6B595?

Instead of a motor driver, one option is to use an 8 pin ATtiny chip for each motor.

How many would that be.

Most current controlling drivers can't be set low enough for these 20mA motors.
I see no need for stepper drivers for these high impedance automotive steppers. They can be driven directly with a basic H- bridge. I would be inclined to drive them directly from an Arduino pin (4 pins per motor). Or with 74HC595 shift registers (one per two motors).
See this page..
Leo..

Edit: Note that an X27 stepper needs an unusual 6-step sequence, which most srepper software doesn't do. There are special libraries for this motor.

The is dedicated chip for the x27 that can operate 4 motors separately - you need to google ( I can’t recall it) .
It operates with out a library - one pin sets direction , another you send pulses .

https://www.conevoelec.com/product/search?search=AX1201728SG

But what's the point if you can drive the motor directly from an Arduino pin.
True, moving the step sequence to hardware could simplify the Arduino code and reduce thenumber of pins used. I guess the choice depends on the number of motors in the project and your coding skills.
Leo..

Thanks for your hints.

The problem is, that they may use up to 10mA per pin but the recommended max output on my controller pins is just 4mA.

I will look into the H-Bridge you recommended. I didn’t know about those.

Time to reveal the whole project. The answers may depend on the hardware.

Which Arduino.
How many motors (I already asked that).
Is this project related to @barbess, who currently has a similar x27 project.
Leo..

Hi, @joulz
Welcome to the forum.

What controller are you using?

Can you please tell us your electronics, programming, arduino, hardware experience?

Tom.... :smiley: :+1: :coffee: :australia:

The x27.168 coils are 260 Ohm.
That's close to 20mA with 5volt drive.
Leo..

Found this page.

Think this is your best bet

1 Like

Depends on the number of motors (which is still unknown).
A common H-bridge (TB6612) requires you to use software with a 6-step sequence.

If a special (STI6606z) chip for these motors is used, then any stepper software can be used.

One ASTI6606z chip can drive four X27.168 motors.
Leo..

The OP asked foe a board not ICs!

There are break outs for these on ebay

Or you can use a SMD adapter board ( bare ) and solder it on

These are popular with the flight sim people

I couldn't find.
Perfect!

Or the board in post#7.
We still have no idea of the complexity of the project.
OP seems to have left the conversation.
Leo..

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.