Personality Generator icon Personality Generator Background randomizer that executes timed scripts to add lifelike actions (movement, servos, camera/control) and unique personality to your robot Try it →

All Community Content

ARC Pro
Learn More
Upgrade to ARC Pro
ARC Pro is your gateway to a community of like-minded robot enthusiasts and professionals, all united by a passion for advanced 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
Conversational Menu by Synthiam
Featured
Conversational Menu

Voice menu tree to navigate options and run scripts on ARC robots. Multi-level, customizable prompts, speech I/O, timeout and repeat/back.

Say Hello To little Frankie by joseph4760
Featured
Robot By Joseph4760

Little Frankie robot downsized to 1ft, built from mixed parts, driven by 12V motors and 11.1V LiPo, running EZ-B V3 and soon V4.

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

Resetting ARC Remote UI Password

How can I locate or reset my password for the ARC Remote UI app on my Android phone? I initially set up everything a few months ago, and I've forgotten the password I used to connect to my ARC project. Can someone guide me on how to retrieve or reset this password?
question

GPT Image1 As DALL-E Replacement?

With the deprecation of the DALL-E 3 image generator, will the new GPT Image1 be available for use as a replacement? GPT Image1 is described as a state-of-the-art image generation model that accepts both text and image inputs to produce image outputs.
question

Improving Digital Write Efficiency Arduino

Hi , I am working on increasing the efficiency of my digital write statements in C++ on an Arduino Mega 2560. I've read that the digitalWriteFast.h library can help with this. Here is my current digital write statement in C++: cpp #include desiredCourseScaled = round(desiredCourse); if (desiredCourseScaled != lastDesiredCourseScaled) { int byte0 =...
general
Inmoov Head Design Modifications

Inmoov Head Design Modifications

Hello InMoov Builders, I've encountered some design issues with the EZ-Robot InMoov head that I’d like to discuss and share my solutions for. Firstly, I...
general
Help Identifying HDD Rover Components

Help Identifying HDD Rover Components

Hello, Roboteers, I recently found a complete HDD Rover Rolli listed for $130 on eBay. However, I am unfamiliar with some of the parts included in...
robot
Joesox's CARL

Joesox's CARL

CARL on JD humanoid uses Synthiam ARC to see, learn, feel and act-face/object recognition, emotional speech, bio-inspired emotions.
general

Resolving HTTP 417 Error In ARC

I am experiencing an issue this morning with the following error message in Synthiam ARC: Version: 2025.06.22.00 System.Net.WebException: The request failed with HTTP status 417: Expectation Failed. at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean...
question

Chatgpt Slow Response Issue

I am experiencing a very slow response time when using ChatGPT within the Synthiam ARC software. It frequently times out after approximately 15 seconds. I notice that during the processing of my request, the message "Sending Convo request 44 msgs (0 images)" is displayed. Could anyone explain what the "44 msgs" refers to?...
question

Running Multiple Personality Generator Skills

I've been toying with the idea of installing a second personality generator skill in myARC project that operates three EZBs in my robot. While I haven't actually installed a second one, I "think" ARC may allow me to run two of these skills simultaneously. Please let me know if I'm wrong.  WHY? Well, I have many scripts in the one...
question

How To Use Chat GPT Robot Skill

@Athena I am trying to run the InMoov head demo that has a chatgpt function, but it fails. It keeps saying I exceeded some tokens, hey I have never used it before. What am I missing when it comes to setting up the chatgpt via synthiams ARC?
general
Resuming Marmalade Robot Development

Resuming Marmalade Robot Development

Hi Friends, Over three and a half years ago, I began developing a companion dog-type robot, which I have been codenaming "Marmalade."...
question

Camera Device Index Error Resolution

I'm trying to use the Camera Device Index to automatically start the correct camera when connecting my robot. Currently, I perform this task manually because my robot is using the read-only version of ARC. When I execute the command ControlCommand("Camera Device", "CameraStart", 3) to start the fourth device on the list, I...