Sound Servo (EZB) icon Sound Servo (EZB) Map EZ-B audio volume to servos; multi-servo mirroring, scalar range control, invert/min-max, waveform feedback to sync mouth motion. Try it →

All Community Content

ARC Pro
Learn More
Upgrade to ARC Pro
Unlock the true power of automation and robotics by becoming a proud subscriber of Synthiam ARC Pro.
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
Conversational Menu by Synthiam
Featured
Conversational Menu

Voice menu tree to navigate options and run scripts on ARC robots. Multi-level, customizable prompts, speech I/O, timeout and repeat/back.

Easy Led Visual Test For Digital Ports Tutorial J Starnes by jstarne1
Featured
Robot By Jstarne1

Test H-bridge ports using a servo connector: cut the red wire, use white as + and the short lead to ground to watch toggles

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

Voltage Regulators

I found this very informative guide on voltage regulators from Dimension Engineering and why switching regulators extends your battery life between charges. ------------------------------------------------ A Beginner's Guide to Switching Regulators What is wrong with a linear regulator? Linear regulators are great for powering very low powered...
question

Revolution Hardware List

Hi guys, Firstly thank you so much for uploading the new STL files for printing ! I have already printed some servo brackets, JD's head and have just started printing his body and feet ! They are all coming out incredibly well so I will post pics ASAP there does seem to be a strange line that comes out in the front section of the head (about 13mm...
question

Greetings From Europe!

Hi EZ-Robot community, Just wanted to take the time to say hi from Europe and let you know that Im spreading the EZ-Robot Revolution world wide! Having more EZ-Robots in more peoples hands will bring new and exciting ideas and challenges for us to conquer together here in this forums. I hope youve all polished up your foreign language skills ;-)...
question
For Those Who Have Received Confirmed Shipping Email?

For Those Who Have Received Confirmed Shipping Email?

I know that Rich got a confirmed shipping email... Anyone else? Can you post here and let us know?
question

Intro And Project

Hello all, my name is Ryan, I bought the EZ B v4 unit to try and build a UAV DRONE and I saw that Ez Robot has beat me too it, they built an AR drone 1.0 on the v3 Ez b model, now I'm new to robotics; my question is can I use a AR DRONE 2.0 with the EZ B v4, and control it with my IPhone 5 but run the display through my Recon Jet HUD (still on pre...
question
For Jazzy Wheel Chair Owners

For Jazzy Wheel Chair Owners

I turned the wheelchair over and got to the back of the motors. (phew! what a job!) I found white and yellow wires going to the brake. I clipped them. Have I done...
question
3D Designing

3D Designing

Hi guys I was looking at a few of the threads and I found a lot of 3d designs so I was wondering what designing program is cheap and good for designing robots
question

I2c Read

When I try to follow the scripting for I2C read it says to enter the information like as follows $val = I2CRead(0, 0x68, 1). now when I do this I get an error that I need to enter 4 values and that that I entered only 3. second thing is I am trying to read values from an accelerometer (mpu 6050) how do i read from a specific register rather than...
question

Ar Drone ARC

Any suggestions on how can I alter the ar drone control code on ARC?
question
Change Of Alias

Change Of Alias

Just wanted to announce that I've changed my Alias from @skater_j10 to my real name. I've been a long time forum member, even before I was employed by EZ-Robot, and still kept my normal...
question
Freez Up

Freez Up

Every time I try to start camera, I get a "no dlls on waterfall message and the ez program locks up. anyone had this problem? confused Thanks, Dean
question

Trying To Get The Esc Into Reverse (Tamiya 101Bk)

Hi, I'am having trouble with my programming, I cant seem toe get the ESC to go into reverse. I'm a new user of the ARC software so it could just be me interpreting the code wrong but this is what I wrote to try and get the ESC into reverse. Move(D0, "stop") Movement_Wait("stop") Move(D0, "reverse")...