Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is there a way to use the Arduino motor control shield, which has two dir pins, two enable pins? #2

Closed
KeepingOn opened this issue Jun 16, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@KeepingOn
Copy link

Perfect for my application of having a telescope tracker - continuous motion needed for long periods. Suspect it doesn't support the driver board, buy wanted to ask.

@bblanchon
Copy link
Owner

Hi @KeepingOn,

Indeed, I don't think it will work with the motor shield, but I can probably add support in a future version.
The only problem is that I don't have the hardware to test...

Best regards,
Benoit

@bblanchon bblanchon added the enhancement New feature or request label Aug 20, 2022
@bblanchon
Copy link
Owner

Hi @KeepingOn,

From what I read on the Arduino Motor Shield, the four pins are not "two dir pins, two enable pins" but four bridge drivers that you could use for a four-pin stepper motor or two DC motors.

Version 3.0 of the library supports four-pins stepper motors, so I think it's safe to say it is now compatible with the Arduino Motor Shield.
Note, though, that only the "full step drive" mode is supported at the moment.

Best regards,
Benoit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants