Hi, SaturniX

try this first ...


start:
Low PortB.0
PulsOut portb.0, 150 'Send pulse out on rb0
Pause 18 'Delay needed to send pulse at 55hz
GoTo start 'repeat

END

- Be sure your 5v supply can handle more than 500 mA for the servo ...
- connect servo to Portb.0 via a 220 ohms resistor to protect the PIC.
- Check all connexions and be sure servo ground and Pic ground connected.

then apply Power ...

Alain