using a modded(continuous) servo


hey everyone! modded couple servos while back, , i'm trying use them in arduino. understand can't use standard servo library, instead send analog signal it(pwm). correct? anyways not working. here's schematic:

and code
code: [select]
int servoone = 9;
int servotwo = 10;




void setup()
{
pinmode(servoone, output);
pinmode(servotwo, output);
}


void loop()
{
analogwrite(servoone, 255);
analogwrite(servotwo, 255);
}

what kind of servos?  how modded?  if regular rc servos still use servo library.  pulse width 1.5ms stop, 1.0 ms fast reverse , 2.0 ms forward fastest.


Arduino Forum > Using Arduino > General Electronics > using a modded(continuous) servo


arduino

Comments

Popular posts from this blog

Convierte tu Raspberry en un NAS. Firmware fvdw-sl 15.3 - Raspberry Pi Forums

How to format a Get Request

avrdude: verification error, first mismatch at byte 0x0000 0x0c != 0x62