Diagnostic Report icon Diagnostic Report Collects and sends ARC diagnostic reports to Synthiam to help troubleshoot EZ-B and robot connection issues Try it →

All Community Content

ARC Pro
Learn More
Upgrade to ARC Pro
Unleash your robot's full potential with the cutting-edge features and intuitive programming offered by Synthiam ARC Pro.
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
Inverse Kinematic Arm by Synthiam
Featured
Inverse Kinematic Arm

Control robot arms with inverse and forward kinematics, converting X/Y/Z positions into joint motion and reporting end-effector location.

C3po Ez Robot by David mcsdaver
Featured
Robot By David Mcsdaver

Build a C-3PO robot with an EZ-Robot brain and servos, adding hearing, vision, speech, motion and interactive behaviors.

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

Jd Running After An Small Ball And Kick It :)

Hello, i am very new to EZ-Robot, and from Germany so sry for my bad Englisch. I want that my JD walk to an red ball, for example, and if he is in front of the ball he should kick it with his feet, and run then after the ball again. I am using the normal ARC, and have actually no ideo how to solve thos problem blush... Thanks in advance, Patrick
question
Inline Voltage Regulator Question

Inline Voltage Regulator Question

I received my developers kit yesterday and have been working with the hardware and software and things have been progressing quite well. I tried...
robot

Yunbens's Hi, EZ-Robot:I Like Your Cam

EZ-Robot lightweight camera/controller as wireless video source with API/SDK support and Visual C++ demo for ground control streaming
question
Robot Building Workshop (March 29, 2015)

Robot Building Workshop (March 29, 2015)

More Information: https://www.eventbrite.com/e/robot-building-workshop-tickets-16159108328 Build and Program your own autonomous robot in...
question

Custom Firmware

Hey, I asked this in another Category, probably not the right one... but anyways I'm trying to replace the EZ B code in my board with custom AVR code as I know the board is an ATMega128. The thing is I do not have a programmer, but I know the EZ B has a bootloader for us to update the firmware over bluetooth. The code 14 activates the boot loader,...
question

Final Transaction Error

Final transaction cannot be processed. What errors need to be corrected?
question

How To Customize Ez Ai Voice?

So I have been watching some of xlrobots.com videos and I have noticed the ez ai system that the robot use have a custom voice that differs from the regular Siri voice. I have found this rather fascinating and I would love to know how to customize the ez ai voice modulator to use E-123 Omega's voice from sonic heros becuase I love the way it gives...
question

Camera

I ordered and received the camera. I just got around to plugging it in, and when I test the video it is very foggy, not clear. Can I return for another or are there some settings I should try in order to make the camera image clear? Thanks.
question

Question Of Community Robot Sells

Does any one know if we are allow to sell projects on here or sell any extra parts robots on our ez robot community forums?
question

New Myo Stuff Anyone

Just wondering what is the newest stuff yall have going on with your Myo? I have mine in but have not had a chance to play with it and EZ together Anyone have projects out there to share ( i am curious )
question
Error Message. Please Help

Error Message. Please Help

Hi, I'm am rather new to Ez-Robot. I need to program the robot in c# for my final year project and am getting this error as I am adding a reference while viewing the...
question

How To Convert Integer To Hex

I wish to convert an integer to Hex. For instance, if I subtract one Hex value from another Hex value, the result is an integer. I would like to get the Hex value of that integer. Here is the code I have tried: $val = (0xff - 0x28) print($val) $hex = ToHex($val) print($hex) The results I get are: start 1: $val = (0xff - 0x28) 2: print($val)...