EZB Connection icon EZB Connection Connects EZ-B I/O controllers to ARC via COM or IP (5 connections). Supports init scripts, battery monitoring, TCP/EZ-Script server and serial/I2C. Try it →

All Community Content

ARC Pro
Learn More
Upgrade to ARC Pro
ARC Pro is more than a tool; it's a creative playground for robot enthusiasts, where you can turn your wildest ideas into reality.
Synthiam Credit
Earn synthiam credit to lower synthiam product costs
Earn Credit
Contribute to the community and earn credit to lower the cost of Synthiam robotics products and subscriptions.
Log In to Earn Credit
Synthiam Swag
See All Swag
"I build robots" Hoodie

"I build robots" Hoodie

This heavy hooded sweatshirt is perfect for robot builders. The material mix of cotton and polyester...
View Product
Camera Overlay by Synthiam
Featured
Camera Overlay

Displays trained object names as overlays on the Camera Device video stream using Camera Device's object-tracking (shows $CameraObjectName).

Project Magnus On Hold by rgordon
Featured
Robot By Rgordon

T.E.C.H. humanoid with EZ Board brain, two-wheel tank drive, scooter chain drive, camera-ready head, voice control, follow and avoid obstacles.

Community

Welcome to the Synthiam Robotics Community

Sign in to unlock your personalized community feed — browse your posts, track replies, follow discussions, and join the conversation.

Log In to Access Your Content
question

What To Skip If Any In Lessons

Hello All, So I am new to robot programming but have recently completed an Inmoov build. My ultimate goal is to eventually create a few different custom robots from scratch. I purchased a JD Robot to learn on before taking a chance on damaging my Inmoov. When I visit the LEARN section on the EZ-Robot website I see there are lessons using...
question

ARC Iraspbian Compatibility?

Would ARC run on iraspbian? https://boingboing.net/2020/05/18/raspberry-pi-operating-system.html https://raspbian-x.com/
blog
Exosphere Beta Q&A Highlights

Exosphere Beta Q&A Highlights

Exosphere by Synthiam enables remote, Uber-style robot operation and AI-trained autonomy using Synthiam ARC for drones, humanoids, ROS and custom UIs.
question
Why Won't My Batteries Connect?

Why Won't My Batteries Connect?

I'm sorry if this question sounds really stupid, but I am so lost it's not even funny. The tutorials recommend that rechargeable batteries be used to power...
robot
Ezang's Roman The Robot

Ezang's Roman The Robot

Roman the Robot using Synthiam ARC with EZ-B v4, Arduino and servos for articulated arms, grippers, camera pan, animatronic eyes and mouth.
question

Strange Issue With File.Appendstring

Hi, I have a very strange issue with File.AppendString. I have a very simple python script to write a text in a file: file = "C:\Users\FredWin\Documents\ARC\Scripts\ten.txt" File.Delete(file) File.AppendString(file, "text") but it returns me Start Caractères non conformes dans le chemin d'accès. Done...
robot
Ezang's Mr. Big Bot For You See Laugh And Enjoy

Ezang's Mr. Big Bot For You See Laugh And Enjoy

My New Robot offers fun, entertaining demonstrations for you to see, laugh, and enjoy
release

ARC Beta 2020.05.23.00

Optimized image object training, GUI render fixes, option to skip file-open at launch, smart arrange across desktops, copy servo positions to clipboard
question

What Ports Do I Plug A Ultrasonic Distance Sensor Into?

I have an ultrasonic distance sensor from maybe 2014 or 2015 it has 4 wires, what ports do I plug the sires into?
robot
DJ's Robot Blinds Control

DJ's Robot Blinds Control

Control deck blinds from your phone with a simple DIY setup using hot glue, wood screws and 2x4 scraps.
robot
Lars1989's Omnibot 2020 - The Next Generation

Lars1989's Omnibot 2020 - The Next Generation

Revive Omnibot 2000 with an ez-robot kit and L298N motor controller; add small servos for arms and test a 6V 5Ah gel battery.
question

Adc Value To Servo Movement

Hi all. I am trying to get my ADC values to move a normal servo. In this project a potentiometer will move a normal servo as in if at 2.5v the servo is centre. If 0v it will move to 1 if 5v it will move to 50 and so on. Please bare in mind I do hard ware, coding even in this simple way is tough for me. Thanks all. Matt