Servo from starter kit hums, heats up

Hi @spongefile

OK, Tinker is not setup to drive servos. You want to use myservo.write(position).

You don’t want to use analogWrite() with a servo, since I think the timing will be off.

If you look at the sketch in my tutorial here, they are easy to drive:

1 Like