Myo Gesture Armband icon Myo Gesture Armband Map Myo armband gestures and accelerometer to servos and ARC scripts for arm-mimic control; supports multiple armbands. 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
Stepper Servo by Synthian Inc.
Featured
Stepper Servo

Control up to 127 stepper motors via Arduinos mapped to ARC servos; supports any stepper driver, serial network, home calibration, speed/accel.

Dev Servo Bot by Morbeious
Featured
Robot By Morbeious

Build a simple Dev Kit hexapod with 3D-printed parts, camera and sonar options; parts list: body, servos, extension cube, modified foot.

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
Using Bing Speech Recognition With ARC Speech Recognition Control

Using Bing Speech Recognition With ARC Speech Recognition Control

I've been having a fun evening trying out the cognitive service plugins this evening for...
question
Telepresence Robot Idea

Telepresence Robot Idea

I would like to have my robot be controlled over internet with a Vr type Headset. Like one that you set the phone inside. I would tie the headset phone motions to the...
question
Radar And Rgb Dont Work

Radar And Rgb Dont Work

i read the tutorial tree times,try all kinds of stuff.bolt rgb and ping sensor dont work.i use an original roli ARC.the ARC disconnect when trying to use one of the rgb,got 2...
question
Newbie Needs Help With First Robot

Newbie Needs Help With First Robot

Hello, I've never posted in any forum before, so I hope I'm doing this properly. I've designed, 3D printed and assembled a robotic Gremlin using the EZB...
question
Compressorhead

Compressorhead

I saw this vid on another Inmoov site. For me, it is one of the best bot videos out there. The whole concept is wild, over the top, and just my style.
question

Tomy Omnibot

have in my possession a Tomy Omnibot for sale. Please contact me at 661-470-7815. [email protected].
question

Dead Battery

I have an AdventureBot that will not charge. Tried two different chargers and two different outlets. Tried charging for over 24 hours. Tried connecting and received a diagnostic report which showed N/A for voltage. I have a Roli and the same charger charged the battery in the Roli. I am assuming it is the battery that is bad in the AdventureBot. We...
question

Servo Shutting Off Ez-B

Hello, I have just bought some metal gear servos for the robot I am working on. When I go to plug in the servo into the EZ-B it just causes the board to keep shutting down. Is it drawing too much voltage or current? It is these two Kookye Servos: www.amazon.com/gp/product/B01I6AWBJI/ref=oh_aui_detailpage_o01_s00?ie=UTF8&psc=1
question
Compatible Ssc-32 Controllers

Compatible Ssc-32 Controllers

I was reviewing the threads discussing the use of a SSC-32 controller to add an additional 32 servo (analog) ports. My question is if there are any specific...
question

Power And Temperature

I am using scripting to get power and temperature for 2 ezb's. I have noticed that even if I disconnect the 2nd EZB, my script still shows power and temp for it even though it is no longer connected. I think there may be a bug in Ez Robot. Here is my script. $cputemp1 = 0 $cputemp2 = 0 $cpupower1 = 0 $cpupower2 = 0 $cputemp1 = ((GetCpuTemp(0) *...
question
Generic Answers To Any Question

Generic Answers To Any Question

Okay, this should be a fun one. So I’m all about AI, Chatbots and the like, but here I’m looking for something that does not use any of the above. So here it...
question

Script Help For Running And Stopped Mobile Image Buttons

Hey guys. I need a little script help with the mobile interface "Image buttons". I have two custom images I have made for one button... put simply, I have a green image for "script running", and a red image for "script stopped". I have the following script where if I press the image button once, the script runs....