How to address servo port on sensor shield...

Greetings and salutations. I am new to this whole thing, I've been looking for a way to start playing around with sensors and servos etc, and came across the Arduino.
I bought myselv an Arduino Uno and hooked it up to a led 8x8 matrix I have previously bought. Used some ready made code I found to display scrolling text on it :D.

So, acquired a Sensor Shield v5 (Error, Electronic & Electronics Components Depot United States) and I am trying to get somewhere in using the Servo library to control a servo with it...

Unfortunately, I have no idea what I am doing and I do not know how to address the digital servo output of the sensor shield...
Tried loading the Sweep example and played around a bit with the attach part, but did not fiure out what to use in order to "talk" to the servo I attached...

Has anyone used this shield before? I seem to find no reference to it anywhere...

Have you tried controlling the servo without the shield in place?

Tried loading the Sweep example and played around a bit with the attach part, but did not fiure out what to use in order to "talk" to the servo I attached...

The servo sweep example tells you which pin to connect the servo to. Did you connect it to that pin?

Servo sweep says pin 9... and I guess that will be nr 9 on the digital pwm side of the arduino... However, I have attached the Sensor Shield v5 and it has servo conectors... And I might actually have figured it out now ... ;).... let me play and get back to you :smiley:

Yes, got it working now :smiley:
Hehe, there is a logic to this afterall :smiley: