The only mod was that I didn´t connect the yellow cable to Analog 0 but to digital pin 9 instead. It works fine.
But when I try to attach the second servo there is only one 5v pin in Arduino, so I can't connect it directly. I need to do some kind of circuit using the breadbord right?
I have finally done it. I followed your instructions John and now I can power the two servos from the Adruino. Is a real breakthrough for me. Thanks for the help!
But there are a couple of things to be careful about. What are you powering the Arduino from and how much power can it deliver ? How big/powerful are your servos ? Some take a lot more power than it's safe to take from an Arduino, particularly if you're powering that via the onboard regulator which can't reasonably be expected to deliver more than about 5-600mA.
Putting in my 2 cents here, the SG90 servo motors can draw up to an amp at peak but you must remember that they pull the most (when there's no resistance) when staying still, this can easily be solved by using a supply of 6v to the motors in batteries (they will supply as many amps as needed to a certain point, they just drain faster) and you don't have to worry about over powering through the arduino or pulling too much, I know the arduino can run 3 SG90's no problem as long as youre not putting so much force on them that they stall, you'll know if you stall because the lights on the board will dim, die and the Uno will disconnect from the computer. Back to the batteries; 4 AA's can run 12 SG90's from my experience, I haven't tried with more but IDK why anyone would need to use more than 12 and youd need more pins like in a Mega instead of a Uno, posing more issues. Just thought you guys would want some more info, best of luck!