ESP32_MPU6050 icon ESP32_MPU6050 ESP32/Arduino EZB firmware with MPU6050 support: provides accelerometer angles and Yaw/Pitch/Roll gimbal servo values for stabilization and scripting Try it →

Robot Building Questions

ARC Pro
Learn More
Upgrade to ARC Pro
Discover the limitless potential of robot programming with Synthiam ARC Pro – where innovation and creativity meet seamlessly.
Power Up Your Scripts with AI
Describe what you want — get working robot code. The project-aware AI Script Assistant built into ARC.
Synthiam Credit
Log In
Earn synthiam credit to lower synthiam product costs
Earn Free Credit
Share your robots, answer questions, and help others — earn credit toward ARC Pro, AI credits, and robot swag.
Remote control robots or add telepresence capabilities with Exosphere

Drive Real Robots, Anywhere

Remotely operate robots around the world or add live telepresence to your own build — straight from your browser.

Discover Exosphere
Wowwee Rovio by Wowwee
Featured
Wowwee Rovio

Movement panel integrating WowWee Rovio with Synthiam ARC for remote drive, live camera, audio and docking control. Under development.

Meet Pinhead! by Troy
Featured
Robot By Troy

Concept model scale mismatch: stacked components and an overly long neck.

Community

Join the Synthiam Robotics Community

Connect with thousands of robot builders, educators, and engineers. Share projects, get answers, and learn to build smarter robots with ARC.

  • ✓ Showcase your robots & projects
  • ✓ Get help from experienced builders
  • ✓ Earn credit toward Synthiam products
Create Your Free Account Log In
question

Battery / Charging Tactics In Classes And Clubs

Hello all.  I am reaching out for tips and solutions regarding battery life of EZ robots in classroom situations.  When it comes to double class periods or club events, most robots have issues with battery endurance.  As robots like JD and Roli have their lipos' locked up inside their chassis, a quick battery swap is not possible.  What does a...
question

Arduino Mega, Autoposition: Servo Release Or Closing Arc Forces Servo Into 0 Deg

Hello everyone, Arduino mega, 2 servos controlled by the auto positioner: Close the arc app or pressing "release all servos" makes all my servos try to reach 0 degree in max speed. As i have neutral position 90deg +-40 deg its a big issue for my mechanics and the robot looks like hes having a overdose - which he actually has - lol For now...
question

No Servospeed With SSC32

I discovered something tonight, while using the "servospeed" in a script.  I have a servo sonnected to D0. Got the servo to move fast or slow using servospeed just fine per the instructions. Then, with a SSC32 controller, and the same servo now connected to V0, the servo moves at one speed only, The servospeed command has no effect either...
question
How To Extract VR Goggle Data That Is Used To Move JD Humanoid Head?

How To Extract VR Goggle Data That Is Used To Move JD Humanoid Head?

Hi Currently, I'm able to use an HTC Vive VR goggle to control and move JD...
question

Controlling Servo Speed And Fluidity With Joystick Control

I recently posted a question about getting my PS3 to work with ARC. I now have a driver that allows it to be recognized and connect. The issue I am having is with the speed of the servos and the robot jitters. It just isn't a smooth movement. I am using a dynamixal robot arm (AX12) and an OpenCM controller. Is there a way to control the speed or...
question

Exosphere (Machine Learning)

Good Morning, coffee time :-) I don't know where to put this question,  Just thinking, what is the latest activities with Exosphere? I have not seen any threads or heard anyone talking about it. I am still interested and would like to know what are the latest new activities. Any new links to explore? thanks, EzAng
question

ARC On Startup, Workspace Not Setting Up Right

More of an observation than a question maybe? but  can we get rid of the "Tip&Tricks" window that pops up everytime I open up ARC? I cant seem to turn it off even when Ive selected that little box on the bottom.  when I open the same project over and over, it still pops up. Also, when I open up the same project Ive been working on, it...
question
Sabertooth Movement Panel Question

Sabertooth Movement Panel Question

Greetings everyone.. I have the sabertooth 2x60 motor controller hooked up and accepting commands in simple serial mode to my v4 EZB.  Problem is the...
question
Arduino Motor Shield With Iotiny

Arduino Motor Shield With Iotiny

Is it possible to connect a motor shield like an Arduino A000079 Motor Shield to the iotiny to control a pair of DC motors? If so, how would it be wired?
question

The Receptionist

Hi Guys, iam planing to put my ongoing build (inmoov) into the hallway of our office (with the idea in mind to motiviate my supervisors and maybe build up our own robotics department - someday) Therefore I would like to code a little more sophisticated script. As Iam a total newbie to Synthiam i could need some ideas on how to start, especially if...
question

Can Someone Spot The Error In My Code?

Can someone tell me why I am getting this error? I must be going code blind or I found a bug. ARC version 2020.05.18.00 Error on line 4: Missing ) in Expression $HumanSaid = "birds can fly" $Sentence = $HumanSaid $xCount = 0 repeatwhile(contains($Sentence, " ")) $xStrLength = Length($Sentence) $xIndex1 = IndexOf($Sentence,...
question

EZ Script: Servospeed (Servoport, Speed) Without Any Effect

Hi Guys, coming from My Robotlab iam very happy with the way this software works, awesome. To start Iam trying to move a few servos with EZ-Robot script and a Arduino Mega. Connecting worked suprisingly well and i can move the servo to any position, however i cant change the speed. I used pin2 (PWM) and regular digital pin22 both show no interest...