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!
Username or Email Address
Password
Remember Me
smattachai.p posted an update 5 years, 8 months ago
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