All Community Content

Upgrade to ARC Pro
With ARC Pro, your robot is not just a machine; it's your creative partner in the journey of technological exploration.
Synthiam Credit
Earn synthiam credit to lower synthiam product costs
Your Synthiam Credit is $0.00
Discover ways you can lower the cost of Synthiam products by contributing to the platform and community.
Earn Synthiam Credit
Exosphere
Loading...
Remote control robots or add telepresence capabilities with Exosphere
Add remote telepresence capabilities to your robot from your phone or PC
Add your robot to Exosphere
Sythiam Swag
Gaming Mouse Pad

Gaming Mouse Pad

While programming your robot, these 9x7 inch personalized mouse pads deliver a smooth experience with a custom flair....
Soundboard v2 (PC) by Synthiam
Featured
By Synthiam

Soundboard v2 (PC)

This Soundboard will play MP3 or WAV files out of the default sound output device on your PC. Scripts can be added to the timeline of each...

Moshi Is Alive by rb550f
Featured
By rb550f

Moshi Is Alive

Well i finally got EZB 4 installed and connected inside MOSHI. Everything works great.I have a few cosmetic items to do and add additional...

question

Windows 11 TTS With ARC

Can ARC utilize the Windows 11 Text-To-Speech (TTS) engine in conjunction with ChatGPT, instead of the other TTS skills provided within ARC? This would allow users who are implementing projects on Windows 11 Single Board Computers (SBCs) to take advantage of the onboard TTS capabilities built into the Windows operating system.
question

Auto-Start Script On Iotiny

, is there a way to have a script on the IoTiny start automatically as soon as its powered on ? i have a prototype of a small robotic arm, one camera, 2 servos connected to an iotiny, works fine. The idea is, the arm should move as soon as the iotiny is powered on. As far as i understand a project must be loaded and then a script will be executed....
question

Connection Control Button Color Change For Lost USB Connections

Hello,  In my ARC project I connect three EZBs mounted on my robot directly to the computer through USB, not WIFI. Recently while working through connection issues with one of my USB connections I noticed in the ARC Connection Control that if I lost that troubled connection its button would stay green. This would indicate its still connected...
question
Display Issue With 4K Monitor

Display Issue With 4K Monitor

When I load my project into ARC version 2025.6.12.0, Ive observed a display issue in the main window where the right arrow appears to be cut off. Additionally,...
general

AI Moderation Impact On Engagement

Too Much AI? How much AI involvement is too much when it impacts user engagement? For me, it becomes an issue when it feels restrictive. Ive noticed that the Synthiam forum has become very specific and regulated. Recently, an AI system rewrote the content of my question and even changed the title, unfortunately in an incorrect manner. I havent...
question

Seeking Complete Python API Document

Im in the process of refactoring my EZ-Script code to Python for my R2-D2 project. I have numerous scripts in use, but the good news is that I can refactor them gradually-allowing some parts to continue using the old scripting while introducing Python code to others. This incremental approach is quite beneficial! For this extensive task, I aim to...
general

EZ-Robot Parts For Sale

I have three controllers and a variety of other EZ-Robot parts listed for sale on eBay. You can find the listings by searching for EZ-Robot on eBay. Thank you, Stephen
question
Reverting ARC Update Issues

Reverting ARC Update Issues

After installing the latest ARC update, version 2025.06.12.00, Im encountering issues with some of my scripts that previously worked. Here are a couple of the error...
general

Robi 2 Servo Replacement Help

Hello, I am a volunteer helping handicaped persons with informatics. I have a young lady, severly handicaped, for whom Robi 2 is an important companion. 2 questions, - 1 servomoteur is broken and I cannot find a spare part - I would like Robi to speak english Can anybody help me ? Bedt regards Willem
release
ARC 2025.06.12.00 (Pro, Runtime And Free)

ARC 2025.06.12.00 (Pro, Runtime And Free)

A fresh new Synthiam ARC update has arrived, introducing a combination of polish, performance, and productivity enhancements. Let’s dig...
tutorial
Creating Frames By Moving The Robot Arm Servos

Creating Frames By Moving The Robot Arm Servos

Learn how to easily create motion sequences for your robot by physically moving its arm and recording positions using Synthiam...
question

Choosing EZ-Script Or Python Sleep?

Should I use the sleep(timeMs) EZ-Script API command in Synthiam ARC, or is it better to use the standard Python sleep function, such as import time; time.sleep(0.05)? I have been programming using the time.sleep() function, which is standard practice in Python for introducing delays in scripts. However, I recently noticed the sleep(timeMs) command...