DccPlusPlus / BaseStation

DCC++ Base Station for Arduino Uno and Mega
207 stars 150 forks source link

Supported Motor Shields #25

Open npayne10 opened 7 years ago

npayne10 commented 7 years ago

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 commented 6 years ago

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 commented 5 years ago

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 commented 5 years ago

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 commented 4 years ago

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.