hello.
i converted a normal servo motor to continious servo motor witn two 2.2k ohm resistors but it wont stop.
i believe that heat couses this problem. the value i found to stop servo (1590ms) is changin after one hour( 1610ms).
the value is always changing so it is impossible to stop srvo at proper position.
here is the code:
thanks.
#include <Servo.h>
Servo Servo1;
void setup() {
Servo1.attach(8);
}
void loop() {
Servo1.writeMicroseconds(1610);
}