Stream All The Video Sources icon Stream All The Video Sources Stream video from any URI/protocol (RTMP, RTSP, HTTP, UDP, etc.) to a selected ARC camera device for real-time network feed playback. Try it →

Robot Building Questions

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
Rafiki Front Bumber by CochranRobotics
Featured
Rafiki Front Bumber

Rafiki front bumper plugin: reads 4 proximity sensors via serial, updates ARC variables, blocks motor movement toward detected obstacles for SLAM

2 ft Biped Walking(shuffle) Robot by Steve S
Featured
Robot By Steve S

Omni-wheel robot build: overcome turning and weight distribution with center-pivot knees/hips; PVC construction and RobotShop wheels.

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
Has Anyone Created A NFC Tag Reader Plug In

Has Anyone Created A NFC Tag Reader Plug In

Hi, I am looking at using NFC tags to identify objects. Has anyone integrated NFC reader capability into code?
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...
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...
question

EZ-B V4 Wifi Availability Goes Away

Quick question I two EZ v4 units both have same issue: They work for about ten min then d/c My script normally will auto reconnect, however when looking for the EZB connection on list of Wifi connections available in the home it is not there anymore. The normal blue light is still on and the red is not. I have tried different power sources on both...
question
How Do I Play Audio File In Blocky?

How Do I Play Audio File In Blocky?

How do I load an audio file in blocky? All I get is a small white line when I try to load an audio file. I am using ARC-Beta-2020-03-19-00-19052...
question

Mobile Interface With Pc

Hi I have a problem: I cannot pass the programming of the EZ ROBOT JD that it is generated in the mobile’s app, to the computer in the ARC> BLOKY application, before changing the ending of the file to .ezbloky, but now it won't let me do it I cannot open these files in any way. Has anything changed? I am doing something wrong?
question
Filereadline Getting Error Data Is In Wrong Format

Filereadline Getting Error Data Is In Wrong Format

I have created a file by downloading data from the web. this is the line of code FileWrite($DataFile,HTTPGet($url1))...