Network Change icon Network Change Execute scripts on WiFi/network connect or disconnect; monitor adapter, store status in a variable and trigger custom scripts for headless SBC robots. Try it →

All Community Content

ARC Pro
Learn More
Upgrade to ARC Pro
Subscribe to ARC Pro, and your robot will become a canvas for your imagination, limited only by your creativity.
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
Graphy by Synthiam
Featured
Graphy

Plot live data with ControlCommand scripts: multi-series charts, many chart types, legend toggle, add/remove series, export graph data to CSV

6/9/2021 New Borg robot - combination of my robots by EzAng
Featured
Robot By Ezang

Combine Borg and crane robots with EZ-B4 controller, servos and strobe light; programmed with Synthiam ARC for voice commands and verbal responses.

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
live hack
Exosphere Community Beta Live Q&A

Exosphere Community Beta Live Q&A

Exosphere community beta introduced by DJ Sures, learn why Synthiam created it and how to start using it.
release

ARC Beta 2020.04.13.00

Execute scripts when the soundboard PC finishes playing audio and fix fast playback by matching 44kHz mixer settings
question
Q & A Input Question

Q & A Input Question

So, I would like my robot to be able to ask people questions, and save their responses as variables. Idealistically, I would love this to be verbal/audio input. I have installed D...
Scripting
On Variable Changed
By Synthiam

On Variable Changed v3

Run scripts automatically when specified ARC variables change; define variable-to-script pairs, monitor status, and trigger actions.
release
ARC Beta 2020.04.11.00

ARC Beta 2020.04.11.00

Updated Python compiler engine with IntelliSense and controlCommand support, plus improved variable manager performance.
question

Send Serial Data From Arduino Mega To Uno Using ARC

Hello I can't wrap my head around how to send serial data from a Arduino Mega to a Arduino Uno USING arc (2020-04-10) Installing EZ-Mega-v1-636848729355769322.zip on the Mega and using ARC to talk to it works fine. (only done basic servo and LED control) The Uno has just a standard Arduino sketch (See below for code) The mega pins using 18-TX1...
question

Assistance With Slow Scripts

I am running 7 scripts at once.  Each is looping and looking for a variable that is generated by other scripts.  Once these variables are triggered,  each script runs a series of commands and returns back to looping. Some of my scripts have nested loops operating inside of other loops and break out as necessary. I am using FOREVER LOOPS because...
release
ARC Beta 2020.04.10.00

ARC Beta 2020.04.10.00

Synthiam ARC beta Python support lets you control servos, digital ports, UART and COM like JavaScript; intellisense and imports are limited.
question

Speech Recognition - Pause Not Working

Howdy When my voice recognition is paused it still activates. The sound wave is red and pause check box is grey. I have an enable phase as well, but doesn't seem to make a difference, the saved phrases seem to activate when paused and even if enable phase has not been  activated. ControlCommand( "Speech Recognition", PauseMS, 10000)...
question

Chatbot And Speech Recogniton

how can I hook up the free speech recognition to PandoraBot?
question

Question About Servos

is there a way to add a joystick or something similar to the workspace in ARC to control servos? I'm adding a Pan/Tilt servo mount to my robot to give the camera movement on the X and Y axis. I want to control the servos with mouse movement or use keys on a keyboard to control the pan-tilt mount. maybe use a wired video game controller? from finn
question

I2C Device Voltage Question

Is it possible to connect an I2C device to the EZB v4/2 with just the SDA and the SCL lines connected with the device its self getting its voltage from a higher voltage source (Greater than 3.3v)?