EZB Connection icon EZB Connection Connects EZ-B I/O controllers to ARC via COM or IP (5 connections). Supports init scripts, battery monitoring, TCP/EZ-Script server and serial/I2C. Try it →

Robot Building Questions

ARC Pro
Learn More
Upgrade to ARC Pro
Unleash your robot's full potential with the cutting-edge features and intuitive programming offered by 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
Smart Variable Watcher by Synthiam
Featured
Smart Variable Watcher

Efficient ARC Variable Watcher - lower CPU for large projects; slow initial array render but faster updates; shows name, type, value, length

Ez-robot Halloween Witch esmeralda by Smarty
Featured
Robot By Smarty

Esmeralda the Witch prop: 180 cm tall, 6.6 kg, PIR sensors, camera, light & sound sensors, loud onboard sound system and illuminated eyes

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

How Do I Delete A Trained Object On Jd Robot?

I trained JD to recognize my nose by accident and need help deleting the trained object i.e my nose
question

Jd Running After An Small Ball And Kick It :)

Hello, i am very new to EZ-Robot, and from Germany so sry for my bad Englisch. I want that my JD walk to an red ball, for example, and if he is in front of the ball he should kick it with his feet, and run then after the ball again. I am using the normal ARC, and have actually no ideo how to solve thos problem blush... Thanks in advance, Patrick
question
Inline Voltage Regulator Question

Inline Voltage Regulator Question

I received my developers kit yesterday and have been working with the hardware and software and things have been progressing quite well. I tried...
question
Robot Building Workshop (March 29, 2015)

Robot Building Workshop (March 29, 2015)

More Information: https://www.eventbrite.com/e/robot-building-workshop-tickets-16159108328 Build and Program your own autonomous robot in...
question

Custom Firmware

Hey, I asked this in another Category, probably not the right one... but anyways I'm trying to replace the EZ B code in my board with custom AVR code as I know the board is an ATMega128. The thing is I do not have a programmer, but I know the EZ B has a bootloader for us to update the firmware over bluetooth. The code 14 activates the boot loader,...
question

Final Transaction Error

Final transaction cannot be processed. What errors need to be corrected?
question

How To Customize Ez Ai Voice?

So I have been watching some of xlrobots.com videos and I have noticed the ez ai system that the robot use have a custom voice that differs from the regular Siri voice. I have found this rather fascinating and I would love to know how to customize the ez ai voice modulator to use E-123 Omega's voice from sonic heros becuase I love the way it gives...
question

Camera

I ordered and received the camera. I just got around to plugging it in, and when I test the video it is very foggy, not clear. Can I return for another or are there some settings I should try in order to make the camera image clear? Thanks.
question

Question Of Community Robot Sells

Does any one know if we are allow to sell projects on here or sell any extra parts robots on our ez robot community forums?
question

New Myo Stuff Anyone

Just wondering what is the newest stuff yall have going on with your Myo? I have mine in but have not had a chance to play with it and EZ together Anyone have projects out there to share ( i am curious )
question
Error Message. Please Help

Error Message. Please Help

Hi, I'm am rather new to Ez-Robot. I need to program the robot in c# for my final year project and am getting this error as I am adding a reference while viewing the...
question

How To Convert Integer To Hex

I wish to convert an integer to Hex. For instance, if I subtract one Hex value from another Hex value, the result is an integer. I would like to get the Hex value of that integer. Here is the code I have tried: $val = (0xff - 0x28) print($val) $hex = ToHex($val) print($hex) The results I get are: start 1: $val = (0xff - 0x28) 2: print($val)...