MPU6050 Tilt Angle Sensor icon MPU6050 Tilt Angle Sensor Flash Arduino Uno firmware to read DHT11 temp/humidity and MPU6050 IMU simultaneously; provides $AngleX, $AngleY and $AngleZ variables. 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

With Synthiam ARC Pro, you're not just programming a robot; you're shaping the future of automation, one innovative idea at a time.

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()