Touch Path icon Touch Path Sketch paths with finger or mouse and set turn/move speeds; interactive, educational demo of timing-based, sensorless robot navigation and limits. Try it →

All Community Content

ARC Pro
Learn More
Upgrade to ARC Pro
Synthiam ARC Pro is a new tool that will help unleash your creativity with programming robots in just seconds!
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
Robot Sticker

Robot Sticker

People know your robot is capable when they see it is powered by Synthiam. These stickers are heavy...
View Product
Wavefront by rz90208
Featured
Wavefront

Wavefront grid planner computes collision-free, deterministic paths from start to goal using known occupancy maps for indoor robots.

Maria ,the green Bot by sakis33
Featured
Robot By Sakis33

Maria robot runs on LiPo or 10W solar power with a DC-DC 9V regulator, battery monitor and two hands for grasping, enabling extended outdoor...

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

Does ARC Beta Still Support Ezb V3?

Trying to use Latte Panda to connect Bluetooth to older EZB-3.  Win 10 does seem to see EZB-3 and assigns com ports asks for the 1234 pairing code but then open ARC Beta and I don't see how to select com ports,  before I used to see a support button for EZB V3 but I can't find that either now in the Beta? Also tried the Ez3 firmware update but it...
question

Mobile EZB And USB Connection

Is it possible for EZB-mobile have support for USB connection?  My robot has an embedded pc with USB connection at the moment, but I would rather use something smaller if possible.  I had problems, in the past, with WiFi dropping connection or struggle to gain connection in large crowds. I settled with an embedded computer for the last 1-2 years....
question
Waiting For Audio From Soundboard (PC) To Finish

Waiting For Audio From Soundboard (PC) To Finish

Is there a way to wait for the end of an audio file from the Soundboard (PC) control? The following code does not wait but...
question
Error Plugin In Visual Studio

Error Plugin In Visual Studio

hello, i am not familiar with plugin creation and am having trouble with errors in visual studio, i hope someone can help me? Sincerely thank you! M-TP ! M-TP
live hack
Rock Em' Sock Em' Robots Live Hack.....Wednesday Of Wonder!

Rock Em' Sock Em' Robots Live Hack.....Wednesday Of Wonder!

Robotize Rock'em Sock'em Robots using micro HDD servos, X-Y gantries and EZ-Builder for two-player USB...
robot

Tknick0205's Nick’S Robie SR

Convert Robie SR into a personal robot pet with an EZB kit, webcam, arm servos and Google Voice Kit; replacement treads planned.
question
Use Voice Recognition For Unsupported Languages

Use Voice Recognition For Unsupported Languages

I am working on a science project and I have had good contact with problems but there is one problem I cannot do well - using...
tutorial
Setting Servo Speeds And Initialization Script Tutorial

Setting Servo Speeds And Initialization Script Tutorial

Initialize EZ-Builder projects with Init (Run Once) scripts to prime controls, devices, set servo speeds and...
question
Calibrate Problem

Calibrate Problem

first i choosed six in the list above cause the galapagosbot is not in the list. so here is my problem,aldo i made the galapagosbot before ,i cant seem to find the problem. witsh is he...
robot
Ezang's Mr. Spider Sapian Meets Spider Bot

Ezang's Mr. Spider Sapian Meets Spider Bot

Meet Mr. Spider Sapian and Spider Bot, the fastest bot on four legs.
question
Leap Motion Combine With ARC To Control In Space

Leap Motion Combine With ARC To Control In Space

I'm trying to use LEAP Montion on ARC but I'm still not successful and I posted this question in the hope that someone in...
question

Synchronising Commands In A Custom Behavior Control Plugin In C#

I’ve made a custom behavior control plugin and use the EZ_Builder.Scripting.Executor.StartScriptBlocking method to run commands. However, I can’t get it to properly run the Test Script in Script Manager: Code in Script Manager - "Test": ControlCommand("Auto Position", AutoPositionAction, "Disco Dance")...