Ez430-Chronos Wrist Watch icon Ez430-Chronos Wrist Watch Map TI eZ430-Chronos watch accelerometer X/Y tilt to ARC servos for intuitive, Wii-Remote-style control of servo positions. Try it →

Robot Building Questions

ARC Pro
Learn More
Upgrade to ARC Pro
ARC Pro is more than a tool; it's a creative playground for robot enthusiasts, where you can turn your wildest ideas into reality.
Power Up Your Scripts with AI
Describe what you want — get working robot code. The project-aware AI Script Assistant built into ARC.
Synthiam Credit
Log In
Earn synthiam credit to lower synthiam product costs
Earn Free Credit
Share your robots, answer questions, and help others — earn credit toward ARC Pro, AI credits, and robot swag.
Remote control robots or add telepresence capabilities with Exosphere

Drive Real Robots, Anywhere

Remotely operate robots around the world or add live telepresence to your own build — straight from your browser.

Discover Exosphere
PCA9685 Servo Driver by Synthiam Inc
Featured
PCA9685 Servo Driver

Drive 16 servos over EZB I2C with a PCA9685 PWM controller, using ARC servo commands and hardware-timed outputs.

lilian Is Assembled And Running by Andy Roid
Featured
Robot By Andy Roid

Lilian DIY robot with EZB v4: face/color tracking, voice-controlled drive, arm servos and grippers, MP3 replies; owner seeks scripting help.

Community

Join the Synthiam Robotics Community

Connect with thousands of robot builders, educators, and engineers. Share projects, get answers, and learn to build smarter robots with ARC.

  • ✓ Showcase your robots & projects
  • ✓ Get help from experienced builders
  • ✓ Earn credit toward Synthiam products
Create Your Free Account Log In
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...");...
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...