Tutorial icon Tutorial Tutorial slide plugin for ARC: create, format and embed text and images per .ezb project; navigate/update slides via ControlCommand; auto-resize images Try it →

Robot Building Questions

ARC Pro
Learn More
Upgrade to ARC Pro
ARC Pro is your gateway to a community of like-minded robot enthusiasts and professionals, all united by a passion for advanced robot programming.
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
Network Change by Synthiam
Featured
Network Change

Execute scripts on WiFi/network connect or disconnect; monitor adapter, store status in a variable and trigger custom scripts for headless SBC...

Meet Suki  6dof Leg Dynamixel Ax-18a by adfe74
Featured
Robot By Adfe74

SUKI 6-DOF biped uses inverse kinematics, IMU for future balance, blob-based ball tracking, gait sequences with dampers to mitigate actuator...

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

How To Detect Face And Motion Using The If-Else Statement In The Ez-Script Edito

Earlier, I have asked about the coding of detecting the colours using the EZ-Script. bhouston gave a very good code and I made a coding of my own similar to what bhouston gave. The coding was working but camera gave flop results for eg. I show Blue, it detects as Green. So, I tried to do the If Else statement for Face and Motion but I cant find...
question

Can I Make A Robot To Send A Sms To My Mobile By Scanning A Qr Code?

I use this website, https://www.the-qrcode-generator.com/ to make my own qr codes so that the robot can do things like taking me to website on my computer or sending a sms to my phone. So far in the ARC, I have only discovered that the robot can only take me to website via QR code. I want to try another innovative thing: send sms to my mobile by...
question

Cannot Respond To Community 3D Print Request

Hello! My name is Edward and I'm from PrintME 3D we have received a request to 3D Print some EZ robot componets, however when the order is clicked on I get an error. "Now look, you've gone and broken something! Just kidding - it's probably our fault. The error has been logged and staff has been notified." Please Advise on how to proceed...
question
Steps For Troubleshooting The Motors & Firmware Question In Windows

Steps For Troubleshooting The Motors & Firmware Question In Windows

EZ-Builder software is not supported in every system(firmware above 2.0) of ours. One...
question

Need Help For Cracking Robotics Interview

Hello everyone,I am studying engineering in Electronics and Telecom discipline. I am fond of robots since my childhood. I have small doubt i.e. if I want to get placed in robotics / automation based company ,what should I study(reference books/software etc) particularly for cracking an interview ? In simple words,as electronics engineer what other...
question

Disconnecting

We got as far as connecting the EZ-B to our wifi network and then connecting to the EZ-B on that network, however, as soon as I try to add a single servo to the Builder program, the EZ-B disconnects on it's own (does not generate disconnect tone) and says that it has successfully connected to the network. Once it has done this, we are not able to...
question
Text To Servo Speech Engine

Text To Servo Speech Engine

Here is a little project I have been working on with fellow forum member Bob Houston.... It was originally written by another forum member Louis Vazquez.... who...
question

I Have A Few Items Up On Ebay

I have an omnibot 2000 tall shell. I have an SD-84 I have an Arduino and Basic Stamp Kit I have a Sabertooth 2X12 Anyone interest, pop over there. thanks, Mel :-)
question

Passing A Variable To Soundboard V4

I would like to do something like the following but can't get it to work. $SongID = "Track_0" ControlCommand("Soundboard v4", $SongID) I could do something like this but want to avoid it if possible because this becomes static instead of dynamically driven. if($SongID = "Track_0") ControlCommand("Soundboard...
question

Windows 7 Narrator Voice

Is there any way that I can get Windows 7 to use a different narrator voice? I have one that I would like to purchase from Cepstral.com.
question

Address Change

My physical and email addresses have changed, I need to update my information. I can change it all but my email address. Please change that to [email protected]. Donald D. Parker
question

Script Help For Custom Http Server Missing A Command

DJ, I just wanted to give you a heads up that the "ControlCommand("HTTP Custom Server", StartServer)" command is missing from the EZ-Script Functions manual in the Script Help section. Currently it shows the following. Custom HTTP Server ControlCommand("HTTP Custom Server", StopServer) ControlCommand("HTTP Custom...