Kondo KRS ICS Servos icon Kondo KRS ICS Servos Control Kondo KRS ICS2/3.5 servos via EZ-B UART; experimental, untested. Supports chaining, virtual servo ports, Release() and Servo() commands. Try it →

All Community Content

ARC Pro
Learn More
Upgrade to ARC Pro
Stay on the cutting edge of robotics with ARC Pro, guaranteeing that your robot is always ahead of the game.
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
EZMQTT Broker by Synthiam
Featured
EZMQTT Broker

Local MQTT broker for ARC: host pub/sub messaging on TCP port 1883, relay topics between publisher and subscriber clients.

Cybot2.0 by RoboHappy
Featured
Robot By Robohappy

Cybot 2.0 updated with compact head controlled by an Acer W3, featuring speaker, ezb camera and RGB animator, expandable sensors planned.

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

Monitor The Serial Communications Between ARC And An Arduino Board

Is there a way to monitor the serial communications between ARC and an Arduino connected by USB?
question

Can See Camera On The Wifi But Not The Actual Board

I have an Ez-B Tiny. On the wifi the 'camera' shows up but not the board - although it did previously. Why?
general
3D Modelling Help

3D Modelling Help

One of the fingers of my robots hands broke.  I tried making another one in tinkercad but they have indentations and curves so I failed miserably.  The fingers are all the same so I can...
question
What Do You Think Of The New Look?

What Do You Think Of The New Look?

We've been busy! Now that kits are flying out of our lab, we've had some time to tick off items on the to-do list. I personally like the change to the...
robot
Davidh's BOB

Davidh's BOB

Inmoov robot BOB built with PET-G using EZ-B v4 and Synthiam ARC for eye tracking, voice/chat, servo scripts; runs on older mini PC.
release

ARC 2024.01.08.00 (Pro & Runtime)

Restore original Interface Builder full-screen mode to fix alignment issues across DPIs and resolutions caused by hiding the top menu bar.
Remote Control
Interface Builder
By Synthiam

Interface Builder

Create touchscreen robot control panels with buttons, joysticks, sliders, camera views and scripts; multi-page fullscreen UIs for PC and...
general
Using Openai GPT4 To Control A Robot Arm

Using Openai GPT4 To Control A Robot Arm

We've been working on a few things using Open AI's API, such as navigating any robot around any environment and avoiding obstacles with only...
question

Multiple Xbox Wireless Joysticks

I'd like to request to have the ability to have multiple xbox wireless joysticks in ARC. I realize the that the first one would have movement panel associated with it but the next ones could have all of the other buttons available and for the potentiometer it could just send out to the variables direction and speed and let us manipulate the data as...
question

Myfunc In Blockly

Could you explain how myfunc and return are used in Blockly. Can you give me a few examples of how they are being used in Blockly scripts. I would like to use them to oversee certain scenarios in the script, and if it does happen do something to correct it. Can you show me how to do this?
question

I2C Color Code Freezes EZB

Dear robot friends, I have noticed the following issue. When BlinkM I2C is connected, the code works: I2CWrite(0,0x09,"o") and I2CWrite(0,0x09,"c",0x00,0x00,0x00). No problem at all. However, if the BlinkM is not connected and this code is started via EZ-Script, the EZB freezes. This happens with every single EZB. Therefore, if...
question

Is There An Outside Area For Script In ARC That Can Keep An Eye On Blockly?

Is there an outside area for script in ARC that can keep an eye on Blockly and override it if necessary, rather than writing it in each Blockly script to avoid a certain scenario which amounts to a crash of the end effector. Hypothetical scenario: Swing the base of the robot 180 degrees but if the second arm is extended it will hit an obstruction...