Display Popup icon Display Popup Full-screen popup display for ARC: show custom text with configurable timeout, font, text/background color, size and position via controlCommand(). Try it →

Robot Building Questions

ARC Pro
Learn More
Upgrade to ARC Pro
Experience early access to the latest features and updates. You'll have everything that is needed to unleash your robot's potential.
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
SSC-32 Servo Controller v2 by Lynxmotion
Featured
SSC-32 Servo Controller V2

Bridge ARC to Lynxmotion SSC-32: maps V0-V31 to SSC-32 channels for reliable, high-performance serial control via USB, EZB/Arduino UART.

Lynx Robot 1996? Reborn W/ez Robot by Steve S
Featured
Robot By Steve S

Vintage Lynx robot arm reborn with EZB3, internal LiPo and Synthiam ARC for wireless control, Auto Position and voice commands.

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

Set(Digital Port,On/Off) Questions

I'm having a problem getting the Set(digital port,on/off) to work. If I run this code, it works....once. Set(1.D22,on) Sleep(300) servo(1.D22,90) sleep(5000) servo(1.D22,40) sleep(5000) servo(1.D22,90) sleep(5000) servo(1.D22,130) sleep(5000) servo(1.D22,90) sleep(2500) Set(1.D22,off) When I run it again, the servo does not move. The code runs...
question
Selling

Selling

talking about selling.1000 units in less then minut.
question

Soundboard V4 And Speaker In Ezbv4

Okay, I finally fired up the EZB for the first time. Took a while to figure out how to connect it and ultimately it was in fact the antivirus and the forum pointed this out. I wanted to do something as simple as possible. I want to play an audio file when a button is pressed. I put in the Soundboard v4 control loaded one .WAV file. It does not...
question
Ezbsay() And Say()

Ezbsay() And Say()

Why is it my pc sound card works off the say script but I don't get any sound off the sayezb script. I wrote script and when I changed all the sayezb (" I see a") to just...
question

Sitting Position Changing During Initialization

Hello All Yes! I got my DJ :-) did assembly and servo calibration... play with him a little and close connection and turn DJ off in sitting position Some time after, I turn it On again and then the sitting position change like a yoga man then I connect via ARC, open my project and now my DJ is taking another position (standing with straight arms...
question
Unable To Install ARC

Unable To Install ARC

I just upgraded to Windows 10 and now upgrading Ez-robot is not possible. The software attempts to uninstall my old installation but tells me I have an invalid install package. I...
question

Suggestion For Revolution Tutorials

Just a quick suggestion. I think the Servo Calibration instructions should come before the assembly instructions in the tutorials. I just got a new Six from Brookstone, and because I have some experience, I calibrated the servos before starting assembly. It is a good thing because one of them was off by 90 degrees (and most were off by one or two...
question

These Guys Need Some V4's

Impressive group of robots. https://www.facebook.com/Sydney-Robot-Workshop-129941170519078/
question
Mono Ezb.Connect Not Working

Mono Ezb.Connect Not Working

Hello, i tried to program my EZ Robot with C# under Ubuntu 15.04. using System; using EZ_B; public class HelloWorld { public static void Main() {...
question
Windows 8 Speech Synthesis And ARC Question

Windows 8 Speech Synthesis And ARC Question

Hey guys. I have asked this question in another thread, but I decided to create a new "assistance required" thread as my...
question

Press Move , Release Stop

Hi guys. Here's what i want to know how to do . I want to make the button on the mobile app to only move when pressed. means , when i release , it will stop moving. instead of click front, it goes front until i press other button or stop. # Forwards Set(D0, on) Set(D2, off) PWM(D1, 50) PWM(D3, 50) here's what i have now. what i need to add to make...
question

Ez-Sdk Windows / Simple Project Not Running

I'm trying to connect to EZ-B through code (Console Application) without success. this is the code: namespace EZConsoleApplication1 { using System; using EZ_B; internal class Program { private static EZB ezb; private static void Main(string[] args) { ezb = new EZB(); Console.WriteLine("Connecting to EZ-B v4...");...