Sharp IR Radar icon Sharp IR Radar Radar-style Sharp IR scanner for EZB ADC: sweeps sensor, displays distance dots, logs ADC voltage, and can steer/avoid obstacles via Movement Panel Try it →

All Community Content

ARC Pro
Learn More
Upgrade to ARC Pro
Stay at the forefront of robot programming innovation with ARC Pro, ensuring your robot is always equipped with the latest advancements.
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
RPLidar by Slamtec
Featured
Rplidar

Slamtec Lidar driver for ARC; scans 360° and publishes distance data to NMS for mapping, obstacle avoidance, and navigation.

My Ez Robot R2 Project :) by Jayutmb
Featured
Robot By Jayutmb

EZ-Robot R2 project progress with photos showcasing custom hardware, assembly, wiring and ongoing modifications.

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
release

ARC Beta 2020.04.07.00

Synthiam ARC: SetVar() supports arrays, EZ-Script variable picker fixed; Blockly adds procedures, Return/Break, goto renamed continue
release

ARC Beta 2020.04.06.00

Synthiam ARC: plugin installer supports proxy, JS ADC methods renamed to ADC.get()/get12Bit(), camera preview while editing scripts
robot
Nitrobot's The Six Alternate Power Source

Nitrobot's The Six Alternate Power Source

DIY battery upgrade for Six robot: swap 1300mAh for a 5000mAh Traxxas pack for ~4hr runtime, custom connector and head-mount for balance.
release

ARC Beta 2020.04.05.00

Fix project scrollbar on load, have JavaScript getVar() return ez-script global variable arrays, and cap cloud file loads to avoid excessive loading.
question
Motor Controller

Motor Controller

Do you know if ARC is compatible with a RoboClaw 2x30A Motor Controller? - see link: https://www.basicmicro.com/RoboClaw-2x30A-Motor-Controller_p_9.html
question

Dynamixel Servo Control Configuration

hello im having trouble with my configuration settings need to adjust the port setting and it gives me this error telling me to ask on a forum for help here is the error its giving me any help would be great first robot build thanks! also tried the most recently updated version same problem. Version: 2019.12.19.00 System.Exception: Not connected at...
question
Dynamixel AX-18A Support

Dynamixel AX-18A Support

I noticed the Synthiam platform and some Micro-controllers work with Dynamixel AX-12A. Will it also work with the AX-18A. I’m purchasing the Bioloid GP. The big brother to...
robot
Animator28's AVA (Advanced Visual Android)

Animator28's AVA (Advanced Visual Android)

Program robots with Synthiam ARC on Windows 10-add projector faces, extra EZ-Bs/Arduinos, 3D printed legs; free Thingiverse files.
question

Problems Connecting With Mobile App

I have a JD robot and operate under iOS.  After launching the app and switching on the robot, I sign in with email and password. I then hit "save" only to receive the following error: Error. Unable to connect to EZ-Robot Server. Server was unable to process request -----Object reference not set to an instance of an object -------...
question

How To Automatically Skip 'Update Release' Message On ARC Loading?

How can I automatically skip the 'Update Release' message when ARC is loading up, I'm running Auto scripts on a Latte Panda to run a project from power up, and want to auto connect from power up, without having to manually click to skip the Update release message? I try to have the latest release, but as the releases are changing so frequently at...
question
I Have Bought A 12V Relay And I Dont Seem To Get It Working (Its New)

I Have Bought A 12V Relay And I Dont Seem To Get It Working (Its New)

I am trying to connect my arduino uno to a electric lock, using a 12v relay. I...
question
Set Digital On In Javascript

Set Digital On In Javascript

When I use the following JavaScript code: Digital.set(1.d4, true); I receive error Line 1: Unexpected token ILLEGAL. I want to turn digital port d4 on, on my second...