Prevent PC Sleep icon Prevent PC Sleep Prevents a PC from entering sleep mode via a tiny, resizable control-keeps the system awake while minimizing UI real estate Try it →

Robot Building Questions

ARC Pro
Learn More
Upgrade to ARC Pro
ARC Pro is your passport to a world of endless possibilities in robot programming, waiting for you to explore.
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
Gaming Mouse Pad

Gaming Mouse Pad

While programming your robot, these 9x7 inch personalized mouse pads deliver a smooth experience...
View Product
Omron HVC-P by CochranRobotics
Featured
Omron HVC-P

Omron HVC-P ARC plugin: real-time body, hand, face, gaze, gender, age, expression and eye estimation; facial recognition via Omron software

Robot building by R2D2
Featured
Robot By R2D2

Build a 2.5-3 kg butler robot with ez-b: 15kg continuous wheel servos, 2-axis head, arm servos, 3 Ping + Sharp IR sensors, voice control

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

Set(Digital Port,On/Off) Questions

I'm having a problem getting the Set(digital port,on/off) to work. If I run this code, it works....once. Set(1.D22,on) Sleep(300) servo(1.D22,90) sleep(5000) servo(1.D22,40) sleep(5000) servo(1.D22,90) sleep(5000) servo(1.D22,130) sleep(5000) servo(1.D22,90) sleep(2500) Set(1.D22,off) When I run it again, the servo does not move. The code runs...
question
Selling

Selling

talking about selling.1000 units in less then minut.
question

Soundboard V4 And Speaker In Ezbv4

Okay, I finally fired up the EZB for the first time. Took a while to figure out how to connect it and ultimately it was in fact the antivirus and the forum pointed this out. I wanted to do something as simple as possible. I want to play an audio file when a button is pressed. I put in the Soundboard v4 control loaded one .WAV file. It does not...
question
Ezbsay() And Say()

Ezbsay() And Say()

Why is it my pc sound card works off the say script but I don't get any sound off the sayezb script. I wrote script and when I changed all the sayezb (" I see a") to just...
question

Sitting Position Changing During Initialization

Hello All Yes! I got my DJ :-) did assembly and servo calibration... play with him a little and close connection and turn DJ off in sitting position Some time after, I turn it On again and then the sitting position change like a yoga man then I connect via ARC, open my project and now my DJ is taking another position (standing with straight arms...
question
Unable To Install ARC

Unable To Install ARC

I just upgraded to Windows 10 and now upgrading Ez-robot is not possible. The software attempts to uninstall my old installation but tells me I have an invalid install package. I...
question

Suggestion For Revolution Tutorials

Just a quick suggestion. I think the Servo Calibration instructions should come before the assembly instructions in the tutorials. I just got a new Six from Brookstone, and because I have some experience, I calibrated the servos before starting assembly. It is a good thing because one of them was off by 90 degrees (and most were off by one or two...
question

These Guys Need Some V4's

Impressive group of robots. https://www.facebook.com/Sydney-Robot-Workshop-129941170519078/
question
Mono Ezb.Connect Not Working

Mono Ezb.Connect Not Working

Hello, i tried to program my EZ Robot with C# under Ubuntu 15.04. using System; using EZ_B; public class HelloWorld { public static void Main() {...
question
Windows 8 Speech Synthesis And ARC Question

Windows 8 Speech Synthesis And ARC Question

Hey guys. I have asked this question in another thread, but I decided to create a new "assistance required" thread as my...
question

Press Move , Release Stop

Hi guys. Here's what i want to know how to do . I want to make the button on the mobile app to only move when pressed. means , when i release , it will stop moving. instead of click front, it goes front until i press other button or stop. # Forwards Set(D0, on) Set(D2, off) PWM(D1, 50) PWM(D3, 50) here's what i have now. what i need to add to make...
question

Ez-Sdk Windows / Simple Project Not Running

I'm trying to connect to EZ-B through code (Console Application) without success. this is the code: namespace EZConsoleApplication1 { using System; using EZ_B; internal class Program { private static EZB ezb; private static void Main(string[] args) { ezb = new EZB(); Console.WriteLine("Connecting to EZ-B v4...");...