Sound Script (Ezb) icon Sound Script (Ezb) Trigger a script when EZB audio plays, exposing live Min, Max and Avg audio-level variables for looped monitoring; stops when audio ends. Try it →

Robot Building Questions

ARC Pro
Learn More
Upgrade to ARC Pro
Unleash your robot's full potential with the cutting-edge features and intuitive programming offered by Synthiam ARC Pro.
Synthiam Credit
Log In
Earn synthiam credit to lower synthiam product costs
Earn Credit
Contribute to the community and earn credit to lower the cost of Synthiam robotics products and subscriptions.
Loading...
Remote control robots or add telepresence capabilities with Exosphere
Custom Servo Controller by Synthiam
Featured
Custom Servo Controller

Control up to 99 servos via Vx virtual ports over serial (Arduino/custom firmware), integrating with ARC for scalable servo management.

Raiko Personal Robot by CardboardHacker
Featured
Robot By Cardboardhacker

Raiko robot: tracked, curvy companion with removable wireless-powered head, LED eyes, carrying arms, social AI. EZ-B V4 + Raspberry Pi

Community

Welcome to the Synthiam Robotics Community

Sign in to unlock your personalized community feed — browse your posts, track replies, follow discussions, and join the conversation.

Log In to Access Your Content
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 =...
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?
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...
question

Advanced Speech Recognition Query

I have a question about the Advanced Speech Recognition Robot Skill. Hi Support Team, I wanted to reach out for clarification regarding a recent change I noticed in the Advanced Speech Recognition skill within Synthiam ARC. It appears that the auto-recording feature is no longer available in the latest version. This feature previously enabled the...
question
ARC Skills Needed For Inmoov

ARC Skills Needed For Inmoov

Servo Mapping EZ-B v4.pdf Hello Athena, I have built an EZ-Robot InMoov robot head and customized it. I have implemented a camera in each eye, with the right eye...
question
Making My Robot Walk

Making My Robot Walk

DJ, when you mentioned the EZ-SDK's Auto Positioner, were you specifically referring to the Auto Position (Gait) skill, or is there something else involved? Additionally, what...
question
Inmoov Legs

Inmoov Legs

Some extra filament rolls and servos.... Picture from the official InMoov site under activity members https://www.inmoov.fr/project/
question
Windows 11 Controller Python Integration

Windows 11 Controller Python Integration

Hello @Athena, I am currently exploring the feasibility of using a Windows 11-compatible controller to execute a Python client script that...