Ultrasonic Distance icon Ultrasonic Distance Displays HC-SR04 ultrasonic distance readings in ARC; scriptable via GetPing(), pausable, sets a variable with multiplier, optional NMS output 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
Servo Sketch 3d by Synthiam Inc.
Featured
Servo Sketch 3D

Real-time 3D servo visualization with motion trails, interactive camera controls and clear trail for ARC debugging and analysis.

I Added Something To My Inmoov by bhouston
Featured
Robot By Bhouston

Spot the added component on an InMoov robot and note its appearance in an EZ-Robot ad.

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

How Fast Are Scripts?

I'm entering Ez world now. I made many robots with embedded controllers (PICs) I designed and programmed. Now I'm exploring ARC, and trying to understand what it can do for me. Scripts seem a powerful tool to make my robots go. I tested them with a simple rover, and with surprise , I realized that the response time of ez scripts was extremely long...
question
Voice Recognition Error In Windows 7 Pro Without

Voice Recognition Error In Windows 7 Pro Without

Hello, I can not to operate, (in windows 7 pro), with the voice recognition of the new EZ-B v4 Developer Kit purchased. When...
question

Part Sizes Befor Buying

I am making a new HEAD for the hexapod. Can you give me the BODY sizes of the following parts so I can ensure they will fit. (befor I order) 1. 18 RGB LED Block X x Y x Z size please. Can I drive TWO of these from the control unit 2. Ultrasonic Distance Sensor Keep up the good work Paul UK based
question

Addressable Led Light Strip.

Hello, I wanted to experiment with an addressable LED light strip and either the camera (Color Tracking) or maybe a photo diode for distance measuring. Since these strips are machine made, I would think they are very accurate in their spacing. It doesn't work for many robots, but my robot travels a track and this could be a really cool way to...
question
Printing Jd

Printing Jd

I had purchase a EZ-B developer kit about 1 year ago. I was able to build some basic robots and had a blast. I wanted to build something more solid, so my wife gave me 3D printer for fathers day. I...
robot

Hackt's We Should Make A Zombie Robot.

Zombie robot concept: one normal hand, one wired-finger hand linked to brain, glowing green mouth, red/blue eyes, growls and 'eat head' moves.
question
How To Create A New Move

How To Create A New Move

This is about how to create a new move for yourself and for your apps: You have to combine different moves together. This is how I made my new moves. (You will find out...
question

I Hate To Ask Again But

DJ, how is the 4 in 1 Orientation Sensor and the Inverted Pendulum coming along? I'm working on a project that is going to depend on these sensors - any time frame yet? Also, did you post anything on the EZ-Cloud that shows the scripting you used in the video you posted to demonstrate the Inverted Pendulum? I've looked around the Cloud for an...
question

Is Twitter Broken?

Good Afternoon! I am trying to send remote commands contained in a tweet. I have configured ez-bulider/options/twitter/account settings and obtained account confirmation and got "result successfully configured" Then ARC /project/add//misc/twitter recognition. I have added the twitter username both with and without the @. After a few...
question
How To Use Auto Position Actions

How To Use Auto Position Actions

Hi , I want to know how to use auto position actions in vs using c# ,I've try that code ezb = new EZ_B.EZB(); ezb.Connect("192.168.1.1:23");...
question
How To Control 2 Motors Using Ez-B And Only S1, M1a And M1b Of The Sabertooth 2X

How To Control 2 Motors Using Ez-B And Only S1, M1a And M1b Of The Sabertooth 2X

Hello, I'm newbie and testing how to use EZ-B and Sabertooth...
question

Expression Parser Broken - Length Function

The code below does not work: 1: ClearVariables() 2: $buffer = "foo;bar;quux" 3: $sepPos = 3 4: $len0 = Length($buffer)-$sepPos-1 error: Quote: Error on line 4: Operator '-' invalid for strings. 1st attempt with a different code: 1: ClearVariables() 2: $buffer = "foo;bar;quux" 3: $sepPos = 3 4: $len1 = Length($buffer) -...