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

Supported Motor Shields #25

Open
npayne10 opened this issue Aug 11, 2017 · 4 comments
Open

Supported Motor Shields #25

npayne10 opened this issue Aug 11, 2017 · 4 comments

Comments

@npayne10
Copy link

Is there a list of supported motor shields that can be used with this? For instance:

  1. 2A MOTOR SHIELD FOR ARDUINO from DFRobot
  2. L298 Dual Bridge DC Motor Driver Shield 2A
  3. Arduino Motor Shield rev3
@chrisridd
Copy link

The code only supports:

//  0 = ARDUINO MOTOR SHIELD          (MAX 18V/2A PER CHANNEL)
//  1 = POLOLU MC33926 MOTOR SHIELD   (MAX 28V/3A PER CHANNEL)

The official Arduino motor shield R3 is shown in the videos, so presumably is 0.

If you know of any boards that behave identically to those two, I'd suggest updating the documentation.

@positron96
Copy link

FIY: I successfully controlled my railroad with a bare L293D (my layout is small) and a logical inverter chip. Had to disable current sensing though.

@DCC4N
Copy link

DCC4N commented Jul 16, 2019

You can find much more motor shields on www.locoduino.org. I am testing a motor shield for nano from Deek Robot or Gravitec.using the 2 channels allow to get 4A.

@Nightstalker350119
Copy link

I saw the need to create a doc, I created a public doc that is editable by anyone here: https://docs.google.com/spreadsheets/d/1aX81e8RtBGNq1Nm77MHVLQLgZCR7iYQC71rElTNzbmw/edit#gid=0

A ticket is open, so everyone can see the list. Unlikely anything will ever get merged.

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

No branches or pull requests

5 participants