EZB Stress Test icon EZB Stress Test Stress-tests EZ-B controllers (UART, ADC, voltage, temp, audio, digital I/O) to detect disconnects, corruption and stability issues. Try it →

All Community Content

ARC Pro
Learn More
Upgrade to ARC Pro
Elevate your robot's capabilities to the next level with Synthiam ARC Pro, unlocking a world of possibilities in robot programming.
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
Camera NMS Pose by Synthiam Inc.
Featured
Camera NMS Pose

Overhead camera tracks a glyph to give precise robot pose to ARC's NMS for multi-camera indoor/outdoor navigation and waypoint control

Project X-men juggernaut by joseph4760
Featured
Robot By Joseph4760

Merge an MGA-1 Quadtrax with a Robosapien torso: hack the circuit, remove canopy, mount torso, run on EZ controller then upgrade to new controller.

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

Camera Grid Lines

I find when using the Camera, the grid lines change or fail to stay as set. I try to save the set locations of the lines, but when I reload the project I have to reset the grids again. Thanks, Ron
question
Face Recognition, Age, Gender And Emotion Sensing Video

Face Recognition, Age, Gender And Emotion Sensing Video

Here is a video of the Face Recognition, Age, Gender and Emotion Detection system used on the ALTAIR Robots...
question

Script Question

Please have a look at this script. Will it run all the way through or will the Halt() command in the first "if" statement cause it to stop before it gets to the "Elseif" section? Thanks for looking. if ($ADC_Lft_Elbow => 160 )#160-350 is in Centered position $Lft_Arm_Centered = 0 #Reset varable 1=not cnetered, 0=centered...
blog
Six EZ-Robot Hexapod Color Tracking Red Ball

Six EZ-Robot Hexapod Color Tracking Red Ball

EZ-Robot Six Hexapod tracks a red ball using EZ-Builder software, showcasing precise object tracking and responsive control.
release
Windows Release 2016.01.30.00

Windows Release 2016.01.30.00

MPU9150 (All-In-One) sensor update
question

Looking For Stl Files To Print

Hi, I am trying to find a download point for the STL files to make the servo mounts for a JD arm servo? Anyone point me in the right direction? Thanks Paul
blog
Ezrobot New HDD Servo Introduction

Ezrobot New HDD Servo Introduction

EZ-Robot HDD servos introduced by DJ Sures, shipping in Revolution Robots and developer kits in February 2017.
question

Product Questions

Hi I'm interested in your platform, and I have a few questions: 1. Is communication established by direct WIFI connection or is a router or internet connection required? 2. Can the robot be programmed with Arduino? Are there libraries to allow programming with Arduino? Thanks.
question
Starting A Autoposition Action From A Script In A Different Action

Starting A Autoposition Action From A Script In A Different Action

I'm having troubls starting a AP action from a script located on a different AP frame...
question
Tutorial Permission Needed

Tutorial Permission Needed

I was hoping to run this through the Contact Us but was unable to find a email addy. I am starting to do a little home automation and thought others here might be...
release
Release 2016.11.07.00

Release 2016.11.07.00

ez-script rewrite adds escaped-char support, fixes parentheses, adds MAP(), continuous-rotation servo dual-speed control and mobile joystick/servo pad
question

Encoding Character Question

Hi I am trying to use TCP script interface client Tutorial 52 I have problem with french accent à é for example. The character is not received correctly in the TCP server and so not passed correctly to my plugin. I have tried to change encoding in the send command code tcpClient.Client.Send(System.Text.Encoding.ASCII.GetBytes(cmd +...