💬 Servo Control Actuator
-
This thread contains comments for the article "Servo Control Actuator" posted on MySensors.org.
-
Im trying to get this sketch do make continuos motion..I have hacked the Futada S3002 for this but I cant get my head around editiing the sketch for it.Help?
-
Sorry, Futaba S3003 is the servo
-
Sorry for being a noob...#define DETACH_DELAY was the answer
-
I had issues with this sketch only doing what looked like 90° of motion when using a slider.
Turned out, it was doing 100°.
To rectify change the myservo.write line to:
myservo.write(SERVO_MAX + (SERVO_MIN-SERVO_MAX)/100 * 1.8 * val); // sets the servo position 0-180 -
hello, Im getting following error during compilation this examle (latest libraries)
\libraries\Servo\avr\Servo.cpp.o (symbol from plugin): In function `ServoCount':(.text+0x0): multiple definition of `__vector_11'
-
hello. I have a problem with this sketch. After restart, the servo moves only once, then the whole system locks.
-
nothing, node is blocked, i think this is due to servos time measurement in sketch, but when i replace servo with led, led blinks. I'm using MYSController
-
@Andrzej Maybe power related - what power supply are you using and are you connecting servo to arduio for it's power?