Inverse Kinematic Arm icon Inverse Kinematic Arm Control robot arms with inverse and forward kinematics, converting X/Y/Z positions into joint motion and reporting end-effector location. Try it →

All Community Content

ARC Pro
Learn More
Upgrade to ARC Pro
Join the ARC Pro community and gain access to a wealth of resources and support, ensuring your robot's success.
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 Overlay by Synthiam
Featured
Camera Overlay

Displays trained object names as overlays on the Camera Device video stream using Camera Device's object-tracking (shows $CameraObjectName).

New video - using Floor map and Touch path maps and Navigator for simple path following  with audio by EzAng
Featured
Robot By Ezang

Floor Map, Touch Path and Navigator enable simple path following; IoTiny hotspot guides your car-Intel RealSense required for waypoint navigation.

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

Ez-Robot Kit Shipping

I have emailed Ez-Robot about my order # 10-1885 on 5/10 but did not receive a reply. It status is still new order (toady is 9/10). I selected xpresspost USA hoping it will arrive before 12/10. Anybody has any idea how long it will take to arrive. i cannot find any options in the orders page even if i wanted to cancel the order, there is not...
release
Release 2011.10.23.02

Release 2011.10.23.02

Synthiam ARC supports 5 EZ-B boards, fixes serial and I2C performance, adds Sound Movement for stereo mic tracking and real-time Script Console.
question

Hbridge & Servo Control By Radar

Modified a Radio Control car ( single motor )driven forward and reverse by one output of HBridge Steering on front wheels controlled by a servo motor. works ok. tried to incorporate ultrasonic or ir distance sensor but no joy. cannot find an example in tutorials, or has anyone setup similiar using the custom controls. Thank you Pat
question

How To Mask The Serial 8Th Bit

Hi all and DJ, I'm trying to figure out the syntax to mask the 8th bit of a packet serial command from EZ-B to RobotClaw Motor Controller, any help would be appreciated if it's possible on the EZ-B. On other MCU's that I have I use this format... Serout P15, i19200, [128, 0, 127 (255 & 0x7F) ] Serout - well that's the command for output from...
question
It May Be Me. But I Cannot Create A Shortcut

It May Be Me. But I Cannot Create A Shortcut

It may be me. But I cannot create a shortcut I tried on two computers, but it did not work. It was a GREAT idea to have. Thanks for...
release

Release 2012.10.09.00

Synthiam ARC makeover for EZ-Robot: new visuals, splash intro & audio, ESC skips, camera device restore, external movement panel, Live Remote mouse.
question

Ez-Script If And And And Syntax?

I'm trying to teach my robot to center a red can with the cameraX variables and use the center of 3 ping sensors to know when it's in punching distance per my video. Click To Watch Video Is there currently a way to do the equivalent of this C# script in ARC: if ((LeftDistance>Far) && (CenterDistance>Far) &&...
question

New Camera Tracking Functions

Hello Forum, Has anyone found the syntax for using the new camera tracking?
question

Servo Support

i qould like to know how much servo can i use with ez-b
question
Power Regulator Fell Off - Still Waiting And Getting Desperate!

Power Regulator Fell Off - Still Waiting And Getting Desperate!

Well it's nearly been 3 months since I first mentioned that my power regulator busted off on...
question
Help ?Longer Range Bluetooth Replacement For Ezb?

Help ?Longer Range Bluetooth Replacement For Ezb?

I have found these that resembles the Bluetooth unit on ezb. They claim some long range in comparison of Bluetooth and...
question

Sdk: C# Adc

I'm building a robot arm controlled by a master with potentiometers. I'm having trouble reading the ADC value from the pot with C#. I keep getting an error that says "Identifier Expected". I'm fairly knowledgeable in C++ and, try as I might, I can't figure out what is wrong. This is the code that causes the error....