Now I have greased up the gears and attempted to use the first tutorial program. What i've found is that I can only seem to get one direction of rotation. Am using these lines to test servo:
i=250;
while (i>0)
{
servo_left(x);
i--;
}
Between 40 & 44 in the "servo_left(x)" will give me varying speed, but if I go below 40, instead of a direction reversal, the gears just click slightly forward & back continuosly. This behavior is on both the left and right servo's. I have not attempted to send PWM by the 1, 1.5, 2 ms, as I do not yet know the code for that. I have inspected the gear assebly & there are no physical/gearing problems.
I had replaced the 5K feedback pots (as they were crap quality, lots of drift) with a 2K2 either side as a voltage divider. If that didnt balance it, I would still be able to forward and back my servo in an offset range, no?
I have had one wheel spontaneously start rotating in the unusable direction once, when not even referred to! that might indicate a (sporadic) wiring problem, but have gone over it twice now.
Am using an ATMEL ATmega8, have tried 2 different micro's & same results. Kinda hopin I missed somethin obvious, this is drivin me nuts.......