QR Code Generator icon QR Code Generator Create customizable QR codes for ARC, display/scan via Camera Control, trigger scripts on recognition and save decoded text to variables. Try it →

Robot Building Questions

ARC Pro
Learn More
Upgrade to ARC Pro
Harnessing the power of ARC Pro, your robot can be more than just a simple automated machine.
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
Wheel Encoder Counter by Synthiam
Featured
Wheel Encoder Counter

Arduino UNO wheel encoder: reads left/right ticks, provides counts, configurable ticks, wheel & pivot sizes, optional pose telemetry to ARC NMS.

Ez-robot Halloween Witch esmeralda by Smarty
Featured
Robot By Smarty

Esmeralda the Witch prop: 180 cm tall, 6.6 kg, PIR sensors, camera, light & sound sensors, loud onboard sound system and illuminated eyes

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
Dumb Question Of Terminal Colors On EZB-V4

Dumb Question Of Terminal Colors On EZB-V4

After blowing a fuse on my EZB-V4, when measuring pin voltages, I think I shorted between Vcc and Ground. Is this the correct assignment...
question
Auto Position Source Code Export

Auto Position Source Code Export

sorry if this is a silly question but let me ask you how to export C # SDK code file, I can't export C # code file with Autoposition Frames?
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
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...
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...
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")...
question
Firmware Iotiny

Firmware Iotiny

My IoTiny has corrupted the Firmware and now it no longer works with just a blinking blue Led and does not recognize on the Wifi network. What can I do to recover the firmware?
question

Waitforservomove And Servowait

I am looking for a way to wait for a servo to get to a certain point before continuing on with my script. I have tired both the waitforservomove and servo_wait. But I cant get the servo to move. The script example is below: Servo(d1,100) waitforservomove(d1,1000) and I tried servo(d1,100) Servo_wait(d1,higher,99) I am trying to get my servo to 100,...