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

All Community Content

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.
Synthiam Credit
Earn synthiam credit to lower synthiam product costs
Earn Credit
Contribute to the community and earn credit to lower the cost of Synthiam robotics products and subscriptions.
Log In to Earn Credit
Synthiam Swag
See All Swag
Gaming Mouse Pad

Gaming Mouse Pad

While programming your robot, these 9x7 inch personalized mouse pads deliver a smooth experience...
View Product
Servo Recorder by Synthiam
Featured
Servo Recorder

Record and replay named servo movements with adjustable speed/direction (-5 to +5), multiple recordings, ControlCommand triggers and status var

Radio Shack Robie Meets Roomba by Kenny Storm
Featured
Robot By Kenny Storm

Convert a vintage 1984 Radio Shack Robie into a Roomba-mounted retro cleaning robot with ez-b, camera, and custom arms.

Community

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

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...
robot

Yunbens's Hi, EZ-Robot:I Like Your Cam

EZ-Robot lightweight camera/controller as wireless video source with API/SDK support and Visual C++ demo for ground control streaming
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)...