Robot Building Questions

Upgrade to ARC Pro
Unleash your robot's full potential with the cutting-edge features and intuitive programming offered by 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
Add remote telepresence capabilities to your robot from your phone or PC
Add your robot to Exosphere
Sythiam Swag
Robot Builder's Phone Case

Robot Builder's Phone Case

No one will mistaken whos phone it is - its the robot builders phone! Protect your phone in style with a customizable...
Watson Speech To Text by ptp
Featured
By ptp

Watson Speech To Text

Watson Speech to Text is a cloud-native solution that uses deep-learning AI algorithms to apply knowledge about grammar, language structure,...

Ogie The Bear In Action by Kab_Art
Featured
By Kab_Art

Ogie The Bear In Action

www.facebook.com/kabartstudio/videos/882456251867419/ Finally finished making Ogie the talking bear with the EZ Robot kit! I have a video...

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
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 V4s

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 issue relates...
question

Press Move , Release Stop

Hi guys. Heres 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) heres what i have now. what i need to add to make...
question

Ez-Sdk Windows / Simple Project Not Running

Im 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(quot;Connecting to EZ-B v4...quot;);...
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 Ive noticed that the Talk Servo Control does not move when it receives a numeral in the Say command. For example: Sayezb(quot; two hundred and fourty eightquot;) # the servo moves and the audio plays Sayezb(quot;248quot;) #the servo does not move but the audio plays Is there...
question
Apollo Computer

Apollo Computer

Its amazing we made it to space at all! Wow, how far weve 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?