Getrss icon Getrss Fetch RSS via GetRSS command; populates $RSSSuccess, $RSSErrorMsg and arrays $RSSTitles, $RSSDescriptions, $RSSLinks, $RSSDates for scripts. Try it →

Robot Building Questions

ARC Pro
Learn More
Upgrade to ARC Pro
Get access to the latest features and updates before they're released. You'll have everything that's 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
Task Script by Synthiam Inc.
Featured
Task Script

Split complex robot tasks into sequential scripts, synchronizing asynchronous skills via NEXT/CANCEL commands for staged automation.

RE3D the ROBOT has been watching too much television, and thinks he will be on a commercial. by edbot
Featured
Robot By Edbot

RE3D tried to audition for a Superbowl commercial but got rejected and now blames me.

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
Dumb Question Of Terminal Colors On EZB-V4

Dumb Question Of Terminal Colors On EZB-V4

After blowing a fuse on my EZB-V4, when measuring pin voltages, I think I shorted between Vcc and Ground. Is this the correct assignment...
question
Auto Position Source Code Export

Auto Position Source Code Export

sorry if this is a silly question but let me ask you how to export C # SDK code file, I can't export C # code file with Autoposition Frames?
question

Does ARC Beta Still Support Ezb V3?

Trying to use Latte Panda to connect Bluetooth to older EZB-3.  Win 10 does seem to see EZB-3 and assigns com ports asks for the 1234 pairing code but then open ARC Beta and I don't see how to select com ports,  before I used to see a support button for EZB V3 but I can't find that either now in the Beta? Also tried the Ez3 firmware update but it...
question

Mobile EZB And USB Connection

Is it possible for EZB-mobile have support for USB connection?  My robot has an embedded pc with USB connection at the moment, but I would rather use something smaller if possible.  I had problems, in the past, with WiFi dropping connection or struggle to gain connection in large crowds. I settled with an embedded computer for the last 1-2 years....
question
Waiting For Audio From Soundboard (PC) To Finish

Waiting For Audio From Soundboard (PC) To Finish

Is there a way to wait for the end of an audio file from the Soundboard (PC) control? The following code does not wait but...
question
Error Plugin In Visual Studio

Error Plugin In Visual Studio

hello, i am not familiar with plugin creation and am having trouble with errors in visual studio, i hope someone can help me? Sincerely thank you! M-TP ! M-TP
question
Use Voice Recognition For Unsupported Languages

Use Voice Recognition For Unsupported Languages

I am working on a science project and I have had good contact with problems but there is one problem I cannot do well - using...
question
Calibrate Problem

Calibrate Problem

first i choosed six in the list above cause the galapagosbot is not in the list. so here is my problem,aldo i made the galapagosbot before ,i cant seem to find the problem. witsh is he...
question
Leap Motion Combine With ARC To Control In Space

Leap Motion Combine With ARC To Control In Space

I'm trying to use LEAP Montion on ARC but I'm still not successful and I posted this question in the hope that someone in...
question

Synchronising Commands In A Custom Behavior Control Plugin In C#

I’ve made a custom behavior control plugin and use the EZ_Builder.Scripting.Executor.StartScriptBlocking method to run commands. However, I can’t get it to properly run the Test Script in Script Manager: Code in Script Manager - "Test": ControlCommand("Auto Position", AutoPositionAction, "Disco Dance")...
question
Firmware Iotiny

Firmware Iotiny

My IoTiny has corrupted the Firmware and now it no longer works with just a blinking blue Led and does not recognize on the Wifi network. What can I do to recover the firmware?
question

Waitforservomove And Servowait

I am looking for a way to wait for a servo to get to a certain point before continuing on with my script. I have tired both the waitforservomove and servo_wait. But I cant get the servo to move. The script example is below: Servo(d1,100) waitforservomove(d1,1000) and I tried servo(d1,100) Servo_wait(d1,higher,99) I am trying to get my servo to 100,...