Wowwee MIP V2 icon Wowwee MIP V2 UART interface to hack WowWee MIP with ESP32/ESP32‑Cam or EZ‑B v4 for ARC; hardware UART preferred, configurable power and baud 9600/115200 Try it →
Asked — Edited
Resolved Resolved by Nomad 6R!

New To Robots / Ezrobot

Can someone explain to me or provide me script that will drive two servos at the same time. I have been able to get one servo to run using the add component of ARC . But I don't understand how to get two to rotate.

Thanks in advance.


ARC Pro

Upgrade to ARC Pro

Discover the limitless potential of robot programming with Synthiam ARC Pro – where innovation and creativity meet seamlessly.

Author Avatar
PRO
Belgium
Thingiverse
#1  

hi look on each page you see this mark (? ) click on that and you get a tutorial.

Author Avatar
PRO
USA
#2  

Thanks. I was able to get two moving at the same time.

Author Avatar
PRO
Belgium
Thingiverse
#3  

am newbie too.your in the best place you can be.

#4  

Are you using continuous rotating servos? Look at using the modified servo Movement Panel then in your script you can just use the following commands to drive both servos(robot)...


forward()
right()
left()
stop()
reverse()