Vuzix Augmented Reality icon Vuzix Augmented Reality Connect Vuzix 920VR AR headset to ARC to map head movement to robot servos or drive, control camera pan/tilt; deprecated 920VR support only. Try it →

Robot Building Questions

ARC Pro
Learn More
Upgrade to ARC Pro
Experience early access to the latest features and updates. You'll have everything that is 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
Programming with Pictures by Synthiam
Featured
Programming With Pictures

Use camera-detected printed cue cards (direction, pause, start) to record and run stored movement sequences for ARC robots.

Ryobi 40v Robot Mower With 40v Trimmer Whiskers By Jstarne1/ Starnes by jstarne1
Featured
Robot By Jstarne1

Back to building robots after moving to Chattanooga and starting a fiber optics technician role - resuming robotics projects and development

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

Few Commands Processing As Same Time?

Hi, I put few command lines from the cheat sheet in Audio - Speech Recognition. But it just run the script one by one. Sometimes, it just run last script. Anyone know, how to set the script that can process serval command lines as same time? Thanks for your attention! B. Regards Ricky Ma
question

So I Am Just Starting But Look

So I am just starting but looking to learn programming from scratch and not just click on prepackaged codes made for existing robots. I have searched the site over quite a bit and am not finding a lot other than tutorials that require you to load a robot package first.  Any advice, links..etc were I can learn EZrobot programming that will give me...
question
Hi,I'm Using A Six Hexapod

Hi,I'm Using A Six Hexapod

Hi, I'm using a Six Hexapod and I'm building my own plugin. I'm very new so please be indulgent ! I'm trying to do something very simple but it sadly doesn't work...
question

Hey,I Don't Seem To Find A

Hey, I don't seem to find a link to the EZ-SDK. Can somebody help? It was said to be on this website under software but I don't know where exactly that should be. I'm trying to talk to the ez-b v4 via tcp sockets in c++ on linux. I can connect and probably use the commands in the communication protocol ( didn't test every command yet). But I wanted...
question

Hey Guys, First Of All, This I

Hey Guys, first of all, this is my first post in the new website, YAY!  I am dragging out my omnibot 2000 stuff and making some changes as I never had him fully going. After the makerfare the omnibot 2000 had a accident in a move and broke a few pieces. Does anyone have any OMNIBOT 2000 parts laying around? heads? Arm or motorized arm? back or...
question
My Robot Video

My Robot Video

Has anyone hacked one of these yet with EZB and H-bridge? The specs are impressive,better than a kidding ride in car and it can hold an adult weight for 9 miles so I'm betting would make the...
question
Let Me Ask: Can Ez-B Be Used F

Let Me Ask: Can Ez-B Be Used F

let me ask: can ez-b be used for all types of servo? sorry i just got acquainted with ez-b!
question

Does The Camera From The EZ B

Does the camera from the EZ B version 1 board also work with the version 2 board?
question

Hello,I'm Trying To Play An

Hello, I'm trying to play an audio (I'm coding in C# SDK)  I converted .mp3 to raw by audio conversion software, and when i play the .raw on audacity is sounds pretty fine I tried to use _ezb.SoundV4.PlayData function like this: byte[] bytes = File.ReadAllBytes("../path"); _ezb.SoundV4.PlayData(bytes,100);  but the audio sounds really bad...
question
Fun With Sabertooth 2X25

Fun With Sabertooth 2X25

OK, so I have reached a bit of an impasse and need to reach out to the community. I am building a full size K-9. I have got him down to movement now. I am using an...
question
Hey Guys, Up For Discussion Is

Hey Guys, Up For Discussion Is

Hey guys, up for discussion is the speech API from Microsoft/Azure/Bing. I want to utilize a pay version of this service for CES display. I don't want the...
question

Hi,       I Am Currently Lea

Hi,        I am currently learning code on ARC and I found myself stuck on a problem I was having. I was wondering how to create a list in a variable to store multiple values. ex. ($value="yes","no", "maybe". I was trying to figure out how to do this because I was trying to make a variable that has multiple values to...