2

Is it safe to use a unique 12V 5A DC power source to feed both Arduino and its connected Motor shield, provided that

  • the motor (connected to the shield) will eat 3A maximum
  • the Arduino Vin will get the power

Arduino and the shield exchange information, and use both the same power supply, is there some risk of "interference" of some kind?

edit

This is the motor controller shield I intend to use. In the manual, the connections show that

  • the Arduino and the shield have different power supplies
  • the Arduino power pins are not used by the shield
asked Sep 1, 2016 at 10:03
1
  • Only if the motor gets it's power from the power source itself. If you power it through the shield and Arduino, you will still kill your Arduino. Commented Sep 1, 2016 at 11:27

2 Answers 2

3

In my case, when I was running my DC motors at full load, I noticed a large voltage drop in the circuit. This could affect the signals or transmission of data on the Arduino.

It is definitely recommended to power the arduino and motor shield with separate power source. Make sure the the share a common GND.

answered Sep 1, 2016 at 15:22
2

I'm assuming your shield has its own power input and you feed the circuit from there. If you are sure that your motor shield can hold that much current there shouldn't be any problem. You should see your motor shield's specs for that.

And actually if your shield has the standard arduino layout, it probably has an header goes into Vin pin. So even if you try to supply arduino from USB or power jack along with your power supply, the auto selector circuit of arduino board will use the power from 12 volt power source.

answered Sep 1, 2016 at 11:53
2
  • Please see my edit Commented Sep 1, 2016 at 14:37
  • Yea, it seems it's better to power the arduino seperately then like @goddar tells. Commented Sep 1, 2016 at 19:53

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.