Robot Building Questions

Upgrade to ARC Pro
Unlock the true power of automation and robotics by becoming a proud subscriber of Synthiam ARC Pro.
Synthiam Credit
Earn synthiam credit to lower synthiam product costs
Your Synthiam Credit is $0.00
Discover ways you can lower the cost of Synthiam products by contributing to the platform and community.
Earn Synthiam Credit
Exosphere
Loading...
Remote control robots or add telepresence capabilities with Exosphere
Info Add Remote telepresence to control any robot from your phone or PC
Add your robot to Exosphere
Sythiam Swag
Gaming Mouse Pad

Gaming Mouse Pad

While programming your robot, these 9x7 inch personalized mouse pads deliver a smooth experience with a custom flair....
Camera Variable Overlay by James Graham Hu
Featured
Camera Variable Overlay

Overlay image packs onto camera feed and map images to control-variable ranges with auto/manual assignment, position and sizing options.

AVA (advanced visual android) update by animator28
Featured
Robot By Animator28

Synthiam ARC robot build: DLP face animations via EZ-Script/VLC, ezb camera object recognition, H-bridge DC neck control, high-torque metal servos.

Your Community Content

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

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...");...
question

Differences Between Old And New V4 Cameras

I just received my new Revolution Six robot I got through Brookstone. (Paid only $150 for it on sale!) How can I tell if it has the new V4 camera included? I have an older V4 camera that I got when V4 Revolution started shipping (years and years ago. LOL) and do see a few differences. Mostly only text printing on the little boards though. DJ did...
question
Cleaning Out My Laboratory, Have Parts For Sale. Anyone Interested Also In The L

Cleaning Out My Laboratory, Have Parts For Sale. Anyone Interested Also In The L

We are talking about a working Leaf Project robot that I...
question

Talk Servo And Numerals

I have been developing a script that generates a series of numerals and I've noticed that the Talk Servo Control does not move when it receives a numeral in the Say command. For example: Sayezb(" two hundred and fourty eight") # the servo moves and the audio plays Sayezb("248") #the servo does not move but the audio plays Is...
question
Apollo Computer

Apollo Computer

It's amazing we made it to space at all! Wow, how far we've come...
question

Servo Rotation

Does anyone have any code they could share that would turn a servo from side to side. I need it to move the servo from position 50 to position 80 and back again not exceeding those positions but I cant seem to figure out the logic to make it happen. Any examples?
question

Sound Board Color / Object Recognitiuon

I did a yellow cop object recognition and the ez is not recognizing it (maybe due to poor lighting) but that is not the issue. The script won't talk out of the ez b and instead, I have to set the say to the pc soundboard, So EZ robot built in speaker does not obey the script yet it does the startup network find and all of that ok. Here is the...
question
Plugin Icon Missing From General Tab

Plugin Icon Missing From General Tab

I have followed the steps in the ARC Manual for Plugins. I have done a search and don't see an answer to this question. Step#5) there is no icon,...