Variable Watch icon Variable Watch Live view of script variables, types, sizes and values for debugging; auto-refresh, hex view, pause/clear; may affect program performance. Try it →

Robot Building Questions

ARC Pro
Learn More
Upgrade to ARC Pro
ARC Pro will give you immediate updates and new features needed to unleash your robot's potential!
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
Myo Gesture Armband by Thalmic Labs
Featured
Myo Gesture Armband

Map Myo armband gestures and accelerometer to servos and ARC scripts for arm-mimic control; supports multiple armbands.

Lynx Robot 1996? Reborn W/ez Robot by Steve S
Featured
Robot By Steve S

Vintage Lynx robot arm reborn with EZB3, internal LiPo and Synthiam ARC for wireless control, Auto Position and voice commands.

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

Making Motion Arrive At The Same Time

Is there a certain command/parameter that I need to put in Javascript and if possible in Blockly to move axes with different values arrive at the same time? Example: Move servo V1 to 5565 and Move V21 to 8755 at the same time and then arrive at the same time. I know it can be done with Auto position but I'd like it in Javascript so that I can...
question

Libre Bot Connection

why can i not connect to bot libre from the ARC bot libre skill? i am using my correct user name and password but it will not authenticate?
question

Putting Controller In Wifi Client Mode

@Athena Why ca i not put my ezb4 controller in client wifi mode using arc pro there is no option in the connection skill?
question
Anyone Else Experiencing Cereproc Voice Causing ARC To Crash?

Anyone Else Experiencing Cereproc Voice Causing ARC To Crash?

Has anyone experienced the following: You have used Cereproc voices with your ARC projects...
question

Error Loading Native Control - Bing Speech Recognition

Hello, I added the 'Bing Speech Recognition' skill, after selecting the 'Auto Record Using Wake Word' option and then saving my project, I get the following error when i load my projet. The skill no longer loads and I am no longer able to open it or remove it from my project. --------------------------- Error loading native control: Bing Speech...
question

How Can I Use Ollama Webui With My Robot Head Instead Of Chat Gpt

I would like to use Ollama AI with my robot head in stead of pandorabots or chatgpt can you help me set it up or is there a skill already available for it ?
question
$Ezbplayingaudio Variable Not Changing To 1 When Playing Sound Files Through My

$Ezbplayingaudio Variable Not Changing To 1 When Playing Sound Files Through My

, Maybe I'm misunderstanding what the...
question

Bettter Navigator Map Saving And Loading

why do i not see an obstacle map when loading a saved map from the better navigator? When saving a map, the file appears to be created, but when that file is loaded into the better navigator, no map or obstacles are visible. This feature would be very useful for navigating a house, as the obstacle map takes a lot of time the develop,  becomes very...
question

Uploading Images To GPT 4.0 For Analyses

I wanted to send images to GPT 4.0 to be analyzed (Robot what can you see)  how do I do this using ARC.  OpenAI does support image upload via their API but I don't see this in the ARC plugin.   How do I get the robot to take a photo of a person, place or thing (example a cat)  and when I ask it what it can see and then upload this photo image to...
question

EZB Firmware Update

, I know this is a EZ Robot EZB question but the firmware update tool is downloaded with ARC from Synthiam. I went to thrie website and was directed to come here for EZB Firmware update help. I thought I'd look for my answer here.  I want to check the Firmware and update my EZB if needed. I have done this many times to other EZB's but over WIFI. My...
question

Where Is Action Editor

I want  to edit action on my spider robot on ez b4.? I can't find precise scripts but they are in my actions?
question
Javascript Question - Var Or Setvar?

Javascript Question - Var Or Setvar?

@Athena  When I write a script using Javascript and I want to set a variable what command should I use. I've used both setVar and simply just Var....