Custom Movement Panel V2 icon Custom Movement Panel V2 Custom Movement V2 panel for ARC: scripts for F/R/L, Reverse, roll left/right, up/down with speed mapping to PWM for drones, mecanum & custom drives Try it →

All Community Content

ARC Pro
Learn More
Upgrade to ARC Pro
Get access to the latest features and updates before they're released. You'll have everything that's needed to unleash your robot's potential!
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
Display Popup by Synthiam
Featured
Display Popup

Full-screen popup display for ARC: show custom text with configurable timeout, font, text/background color, size and position via controlCommand().

My Robot : Boybot by teslatool
Featured
Robot By Teslatool

Boy Marx' erster Roboter: Freude, ihn zum Leben zu erwecken und Grüße aus Deutschland

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

Ping Distance To Servo

is it possible to use Ez Script to read Ping Distance and output a specific value to a servo motor, eg Ping_wait(d15, d16, lower, 150) then give a servo a specific value eg, move servo(d0, 45) My Robot uses two servo motors to control a joystick --------------------------------- Panic over it now accepts commands
question

Chat Bot

i want to make a advanced chatbot for my website but i dont know how to i can only find websites that let you make simple chatbots
robot
Tachyon's First Robot

Tachyon's First Robot

Convert household junk into a remote-controlled robot using EZ-Robot EZ-B and Synthiam ARC for quick video control, SONAR and servo prototyping.
question

Maybe Someone Could Offer Help With My Script

Here is a miserable script, but maybe someone could offer suggestions. I am trying to work on the basic logic. Once I get that done, I can fill in the rest of the code. This script is failing, however. Take a look, Please. Thank You.MasterControl.EZB
question
Robot Arm On Wheels

Robot Arm On Wheels

Here is a cool little arm on wheels I bought from ServoCity, its called the Stacker. I ordered the Stacker and the stronger lift and grip servo but not the wheel servos, EZ-B servos...
question
Exoskeleton Help

Exoskeleton Help

I was wondering if anyone had any ideas on how to make an exoskeleton like the ones in the pictures below. Especially motors, power, etc. I would like it to be battery operated and be able...
question

Floor Map Is Fun But Can It Be Used As Repeat Path For Robot ?

Just been playing with Floor Map...the drawings great but can you use to have the robot retrace his steps...sorry if I'm missing the obvious...
question

Only 3 Pins On The Distance Sensor????

I saw the tutorial on distance sensor and wanted to attempt it myself however, the ping sensor i have only has three pins: ground, 5v, and SIG https://www.radioshack.com/product/index.jsp?productId=12326359 what do i do? / How do i do it p.s. I'm a newbie so please explain in dumbest way possible confused
question

Rover Brookstone Doesn't Work

Hi, my rover doesn't turn to blue light, only stay in Orange light Can you help me Thank you
question

Brookstone Rover Tank Robot Not Responding

hi guys, Im having trouble connecting to the Brookstone Rover Tank Robot with the Ez-b Controller. I connected with it the other day and messing around with the movement, camera voice recognition and ects. Today, I connected with the EZ-B and tried to connect to the Brookstone Rover Tank Robot and failed aand I got a "Not Responding"on...
question

What Is Best Way To Assign Wii Remote Buttons With Servos ?

The Wii remote is fun but I want to assign Bobs arm servos to buttons - and +. I tried servoup(d6,1) and servodown(d7,1) and his arms nearly flew off through the window. Any suggestions where I went wrong anyone ?
question

Question About Return In Script.

OK, I pretty well understand how to do the goto/label/Return , etc. inside of the same script. but, what if I want to call another script from inside of a script and have it return back to the same position in the first script with a RETURN. could I call up a script with the controlcommand function and the at the end of the script that I called...