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
Elevate your robot's capabilities to the next level with Synthiam ARC Pro, unlocking a world of possibilities in 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
AimlBot by Synthiam
Featured
Aimlbot

Localized AIML chatbot with editable AIML files, ez-script support, session memory and ControlCommand API; integrates with speech and robot skills.

Jd The Headless Horseman by DivideWorks
Featured
Robot By Divideworks

JD dressed up for Halloween showcasing a festive costume and holiday spirit.

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

Separate Forums For Jd, Roli & Six

I wish there was a section specially for the people who have bought the new products in JD, Roli & Six. I am very confused in a lot of the community forums on other robot info. I do not have any robotic background so trying to understand how to program my JD is a very challenging experience!
question

Unable To Save Project To Ez-Cloud

Hello, I would like to ask why im unable to save my project to ez-cloud, the error i get is : " Error saving to ez-cloud: Server did not recognize the value of HTTP Header SOAPAction:"https://tempuri.org/EZBuilderFileExist."
question

Connecting 2 Ezb V4's

I followed rich's instructions setting the first v4 to ap mode set the ssid and passwd. set the second v4 to client mode, ssid and passwd of thr first v4. Now niether v4 shows in my list of wifi and both v4's are flashing red. they were blue when i started. Hope i explaned this correct. Thanks
question
Anyone Willing To Part With Their V3 Wireless Cam?

Anyone Willing To Part With Their V3 Wireless Cam?

Just as the title suggests I'm looking for the old v3 USB camera if anyone has upgraded and looking to part with theirs....
question
Microphone

Microphone

is it possible to connect a microphone to the ez-b?
question
Sparkfun Mp3 Trigger

Sparkfun Mp3 Trigger

Does anyone one know where to grab a trigger off the Sparkfun MP3 trigger board? I am using one to make the GBot speak but my neon does not light reliably. Im pretty sure its...
question
Mayday Mayday Mayday

Mayday Mayday Mayday

HELP! When I try to open my project file I get this; I was doing some script writing and the program started acting weird, so I saved the project and shut down ARC. Now I can't...
question

Neato Project - How To Unplug The Fan Without Stopping The Neato

Hello everyone, It's been a long time since I didnt dive into my hobby again. After having built two awesome remotely controlable robots to play with my cats when I'm away, I am now trying to retrofeed a Neato XV21 vacuum into a floor scrubbing robot, using an EZB to activate a pump that will inject the cleaning solution when the wheels are...
question
Where's Waldo?

Where's Waldo?

Who can find waldo?
question
Movement Scripting Help Please?>

Movement Scripting Help Please?>

Can anyone help with scripting? I need to be able to have the speed of the G-Bot be ramped up and down rather than full on/off or there is a serious risk it...
question

Can't Download Andriod App

Hi, I'm a newbie... I'm having trouble downloading the Android version of ARC from the EZ Robot website. I'm getting a message on my tablet that says "For security, your tablet is set to block installation of apps obtained from unknown sources." There's a "Settings" button just below the message which I would assume leads you to...
question

Is There An Sequence To Escape / When Using In A String For Path Vars?

example This is ok $BasePath = "G:" but this gives error $BasePath = "G:/" it is because of the / , im asuming is being used as an escape char in Ez-Script. is there a way to escape this?