Sign in to our website and become an InMoov member. It will allow you to post message, pictures, and share with others InMoov builders. It's just one click away!
Identifiant ou adresse e-mail
Mot de passe
Se souvenir de moi
smattachai.p a publié une note il y a 6 ans et 8 mois
I tried to set servo motor for finger but it did not stay in the zero position.
I did easy command as follows. #include
Servo myservoindex; // set 0 position
void setup() { myservoindex.attach(3); }
void loop() { myservoindex.write(0); // set 0 postion }
Gael has a new video on the main page is a link or his youtube channel. it is about the elbow, but has info on exactly how to set the servo’s
Thanks