This mod will enable you to control the angle of the camera from the standard Spykee console. It works by reading the LED's on the base (green / red).
See the youtube video below
To enable the servo you need to turn on BOTH led's for 2 seconds. Then if you turn one OFF it will then move the servo until you turn it back on. If you turn them both off it will turn the servo off until both LED's are turned back on again for a further 2 seconds.
Items I used.
A standard Radio Controlled servo. (£5) I used a old HPI from a RC car I had.
Arduino Nano (the brains) The code for this is attached below. (£30)
Bits of wire (£0)
This is the wiring diagram I've used

You will need to redesign the Spykee to enable you to move the servo forward and backwards to tilt you head. I have attached my servo with tiewraps(zip things)
I drilled out one of the green plugs and left out one of the screws which enabled me to pass the servo wire through. I can then just stick a black plug back in and I'm not left with a hole (see below)

I have attached the code for the Arduino in a text file. Just copy and paste it into the Arduino IDE.
You can set the servo limits be altering these lines
int minPulse = 600; // minimum servo position
int maxPulse = 1900; // maximum servo position
600 is the minimum but you can go upto 2400 for the maximum (0 to 180 deg's)
Please post questions / results
-600.jpg)
-600.jpg)
-600.jpg)
thanks
Steve