Maker Pro
Maker Pro

Arduino - dual servos

8bit

Oct 30, 2013
97
Joined
Oct 30, 2013
Messages
97
Is there anyway to connect two servos to an Arduino without the use of a breadboard?
 

Harald Kapp

Moderator
Moderator
Nov 17, 2011
13,744
Joined
Nov 17, 2011
Messages
13,744
Of course you can always plug the wire ends from the servos into the respective GPIO ports of the shield connectors, if that's what you ask.
 

8bit

Oct 30, 2013
97
Joined
Oct 30, 2013
Messages
97
I don't have a shield. Does that mean that it is not possible on just the stand alone Arduino?
 

Bluejets

Oct 5, 2014
6,941
Joined
Oct 5, 2014
Messages
6,941
Must remember to power the servos from another common ground source.
 

8bit

Oct 30, 2013
97
Joined
Oct 30, 2013
Messages
97
Thanks again for the replies.

You might have to keep your replies simplified as I have very little experience and I am just starting my adventure into Arduino. :)

I am just trying to construct a 'simple' obstacle avoiding robot and I am loosely following a plan from the The 'Make: Arduino Bots and Gadgets' book but they do not clearly show how they make the connections from the servos to the Arduino. Each servo has three connections, as you probably know, and I am not sure there are enough connections on the board.
 

Bluejets

Oct 5, 2014
6,941
Joined
Oct 5, 2014
Messages
6,941
Arduino site has detailed hardware and software examples to cover servos and all other hardware.
 

8bit

Oct 30, 2013
97
Joined
Oct 30, 2013
Messages
97
Thanks.

Actually I studied the project guide a little harder, I have a bad habit of scan reading, and missed the part where two wires are squeezed into one socket. If fact this is done with another set of wires negating the need for extra sockets. :)

Must pay more attention in future! :)
 
Top