0

I need to power an Ardumoto Shield to drive two 12V DC motors. I was planning to connect a 12V battery to the Max 18V input on the Ardumoto and a 9V battery to the barrel jack input of the Arduino Uno. Can you tell me if this should be ok or if it would cause any damage to the Arduino?

It mentions in the Ardumoto hookup guide:

Ardumoto Supply Voltage

There's no mention of the Max 18V input on the Ardumoto.. Advice appreciated, thanks.

asked Feb 4, 2018 at 22:43

2 Answers 2

1

Do not supply power to both the Arduino barrel jack input and VIN on the shield!

There goes the simple answer. Choose one.

If you power the system through arduino barrel jack input, you will have polarity protection, but the voltage output on VIN pin (which also used by Ardumoto shield) is slightly lower, about 0.6V lower than the input voltage because of the voltage drop on the protection diode.

If you have want to differentiate the supply for Ardumoto and Arduino (as described on your plan), you have to tamper the Ardumoto shield to isolate both supply. Although I never try it myself, it seems possible if you understands how L298 works.

answered Feb 5, 2018 at 1:58
1
  • I'll probably just use the 18V Max Vin on the Ardumoto shield. Or maybe get rid of the Vin header pin on the Ardumoto that connects to the Arduino Vin. Commented Feb 5, 2018 at 15:11
1

The L298 used in the Ardumoto shield has a maximum supply voltage of 46V. Hence 18V should be sufficient to power it as long as the motors have enough power too.

The Arduino voltage regulator, on the other hand, won't be able to handle such a high voltage. Hence you will have to remove the Vin pin that connects the Arduino & the shield in order to isolate the power supplies of the two.

Only then should you attempt plugging in the shield & then powering the Arduino through the 9V battery.

answered Sep 3, 2018 at 11:06

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.