Robot Building Questions

Upgrade to ARC Pro
Experience the transformation – subscribe to Synthiam ARC Pro and watch your robot evolve into a marvel of innovation and intelligence.
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
Info Add Remote telepresence to control any 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....
Stream All The Video Sources by Synthiam
Featured
Stream All The Video Sources

Stream video from any URI/protocol (RTMP, RTSP, HTTP, UDP, etc.) to a selected ARC camera device for real-time network feed playback.

Walmart R2d2 by Andy Roid
Featured
Robot By Andy Roid

Convert a Walmart R2D2 into a functional droid with LED panels, camera, servo-driven dome, motorized legs and 3D-printed front foot mounts

Your Community Content

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

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...
question

Ultrasonic Sensors Troubleshooting And Alternative

Here’s my project setup: I have a lawnmower that stays in a small garage. As soon as it moves outside, a camera mounted on the mower should rise using a scissor lift. The lift should move up when the mower leaves the garage. My idea is to use an EZ-Robot ultrasonic sensor to measure the distance from the side walls: If the distance is below 40 cm,...
question

Understanding Servo Position Limits

, I am trying to understand the purpose of setting a servo's minimum and maximum positions within an initialization script in Synthiam ARC. For example, if I set Servo 1's minimum position to 20 within the initialization script and later in another script attempt to set Servo 1's position to 10, will the servo continue to move to position 10, or...
question

Integrating STL-19P-TOF Lidar Sensor

Hello Synthiam Team, I am currently using the ARC Free version, and I have an STL-19P-TOF LiDAR sensor that I would like to integrate with ARC. However, I have noticed that there isn't an existing skill for this specific LiDAR model in the Skill Store. Could you let me know if it is possible to use this LiDAR with ARC Free? If it is not directly...
question

Help With Sorting Array Implementation

Hello @Athena, I'm currently working on a project where I need to sort values and utilize the lowest value within my script using Synthiam ARC. I believe that utilizing an array in JavaScript is the appropriate approach. Although I have researched JavaScript commands and sorting techniques, I would appreciate some assistance to jumpstart my...