Sabertooth Movement Panel icon Sabertooth Movement Panel Sabertooth movement panel: control two motors via Simplified Serial with variable speed sliders, movement buttons, and serial port options. Try it →

Robot Building Questions

ARC Pro
Learn More
Upgrade to ARC Pro
Take control of your robot's destiny by subscribing to Synthiam ARC Pro, and watch it evolve into a versatile and responsive machine.
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
Azure Text To Speech by Microsoft
Featured
Azure Text To Speech

Azure TTS for ARC robots: generate natural, customizable neural voices for companion, educational, assistive, and entertainment applications.

Trs-80 Model 100 Controlled Wall-e by DJ Sures
Featured
Robot By DJ Sures

Control an EZ-Robot Wall-e from a hacked 1983 TRS-80 via TTL Bluetooth; load BASIC programs over Bluetooth; EZ-SDK serial relay included.

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

Speaking Language

How can I change the speaking language of the head? Now it speaks in english and I want it to speak in italian
question

General Question Is Roli Rover Ok For Me ?

Hi, i already made some robots with arduino, servos,3d parts,dfplayer . I'd like to make something bigger, like johnny five.  must roll,not walking , face/object recognition,speech,head,eyes,arms,elbows,hands,fingers,no legs just a chassis with obstacle avoidance, ultrasonic oder lidar.  So my idea ,as i dont know arc environment , is to begin with...
question

Disable Low Batterie Warning

hi i'm not using any batteries anymore . how do i disable the warning in arc ? i try uncheck them all still hear it .i'm using a iotiny .
question
Using Openai Skill With Other Products

Using Openai Skill With Other Products

OK great I noticed GPT4o says give me any image in any format and I will work it out where everyone else wants base64 from openai import OpenAI...
question

Servo Panel For Hitec

hi wil there be a servo panel availeble to controle  the Hitec HS-805BB and HS-5765MH .  bolt doesn work anymore . i have power , ground averywere . servo's doesn move . they did worked before .  thanks
question

Openai Chatbot Returns Error

Version: 2022.02.22.00 System.MissingMethodException: Method not found: 'Void ARC.UCForms.UC.UCHelpHover.set_Image(System.Drawing.Image)'. at OpenAIChatGPT.ConfigForm.InitializeComponent() at OpenAIChatGPT.ConfigForm..ctor() in C:\My Documents\SVN\Developer - Controls\In Production\OpenAI ChatGPT\MY_PROJECT_NAME\ConfigForm.cs:line 16 at...
question

Bing Speech With Arabic Language

Dear @rickymahk2013 custom chatgpt does not work only paid token plan will work it cannot speaks Arabic language any Arabic response will stop the conversation
question

Mobile UI Setup

how do I set up the UI for the mobile app? I am unable to connect to the remote client UI server. Once i enter the IP address and port number then I enter the password and I dont have an option to save. Therefore when I try to connect to the UI mobile app I enter the IP address and port number and password and I get the error incorrect password.
question

Ezb Controller Disconnects

My ezb4 controller is connected to an ssc32u which works fine until I  run a repeating action using multiple servos. After about 20 seconds the ezb4 controller disconnects.Why is this happening?
question

Javascript ARC Command Sleeprandom() Does Not Seem To Work

I've got a Javascript that has a few commands that send simple Serial commands to a Kangaroo/Sabertooth motor controller with the UART.hardwareUartWriteString command. I want to pause the script for random periods between each motor movement. In the Support section under the Javascript API section it lists an example of a command that will do this...
question
Slight Change In Controlcommand In Blockly

Slight Change In Controlcommand In Blockly

I've run into a glitch in Blockly that renders the controlCommand unuseable I thought it may have been the fact that while you are in...
question

Small Change In Blockly

I'd like to request a small change in Blockly to fix the Add Comment. I figured out why ARC does not like this feature. If you look in the Javascript after you put comments on the Blockly code you will see that it is placing a # instead of a //  which would probably work with typical Javascript but not so much with ARC.     On a different note...