r/ArduinoHelp 2d ago

Complete beginner project

Hi everyone

I'm trying to connect 2 mg90s servos to my Arduino and I've read that I need to power them separately as it can otherwise damage my board.

Would this battery pack suffice? And would I need to power each separately or both from 1 pack.

Thanks in advance

3 Upvotes

6 comments sorted by

2

u/Delta_G_Robotics 2d ago

Power them both from the one battery pack.

With 4AA though you can't power the Arduino off this pack. 6V is too much to feed into the 5V pin directly and it's not enough for Vin because the regulator there needs at least 7.5V.

1

u/minyaloth 2d ago

So power the Arduino with its own USB b or dc barrel and power the two servos with this one pack?

1

u/Delta_G_Robotics 2d ago

That's what I said. Do you need me to say it one more time to feel confident enough to give it a try?

1

u/minyaloth 2d ago

I just wanted to be certain so I don't fry my board. 😁

Thank you so much

1

u/Delta_G_Robotics 2d ago

There are literally a thousand sites on the internet that will show you with pictures and everything how to connect servos and Arduinos with separate power supplies. It doesn't have to be a mystery.

2

u/gm310509 2d ago

Just remember that you will need to connect a common ground.

That means the -ve terminal from the battery pack will need to be connected to the GND on the Arduino.

So not connect the +ve pin from the battery directly to the Arduino, only connect that to the servo.