Hi Ken,
Servos are controlled by sending them an electrical pulse of variable width. ...
The
servo expects to see a pulse every 20 ms.
The length of the pulse will determine how far the motor turns. For example, a 1.5 ms pulse will make the motor turn to the 90 degree position (neutral position).
Normally the pulse would range from 1ms through to 2ms with 1.5ms being the central neutral (90 degree) position.
This type of signal is normally referred to as
PWM -
Pulse
Width
Modulation
A very cheap way to achieve what you are after is using an Arduino - cost less than £10
Have a look at this video - the switches are push button rather than throw type - ( a very easy thing to change)
https://www.youtube.com/watch?v=Y6l4wRgkX-wand a little about PWM & Servos
https://www.youtube.com/watch?v=YMwp3g4q2M4For more info hit Youtube and search for PWM & Servo's - you will find hundreds of video's
Happy to help you get a working solution
Regards
C-3PO