RGB 8X8 Animator icon RGB 8X8 Animator Create, edit and play animated frames on an RGB 8x8 LED matrix via I2C with looping, adjustable pauses and scriptable EZ-Script canvas control. Try it →

All Community Content

ARC Pro
Learn More
Upgrade to ARC Pro
Your robot can be more than a simple automated machine with the power of 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
I Make Robots Crew Socks

I Make Robots Crew Socks

Exclusive to robot builders, these are a one-size-fits-all solution up to a men's size 12. The...
View Product
On Variable Changed by Synthiam
Featured
On Variable Changed

Run scripts automatically when specified ARC variables change; define variable-to-script pairs, monitor status, and trigger actions.

E4-b4 Build Diary. (r2-d2's Little Brother) by Steve G
Featured
Robot By Steve G

Build a custom Astromech Smartdroid E4-B4 with dual EZ-B v4 controllers, tablet chest, pico projector, 12V drive motors, sensors and rotating head

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

Web Cam

Can I connect an ordinary Web camera to direct to the ez robot
robot

Agricultulator's The Perfect Robot For Me Would

Robot merging many ideas you like, designed to play games with you.
question
Cool Robot Gripper

Cool Robot Gripper

Found this interesting hand idea.... Don't know yet if these are for purchase....
question
How To Script

How To Script

Hello , I wanted to ask about the scripting in mobile interface I wanted to show the ping distance in a text box but I could not I wrote " $Distance " and when it gave me an err I...
question
Really Cool Animatronic Robot

Really Cool Animatronic Robot

This is what keeps me inspired....
question
Progress And Scripting

Progress And Scripting

Hello. Just a quick update and some issues I have. The hex that is still nameless is awesome. ARC is super awesome. Ive got the hex walking ( not quite in a straight line) and...
robot

Jphillipsnj's Warehouse Distribution Robot Prototype

Warehouse robot prototype using Thumper body and EZ Robot parts, adding a lifting platform and navigation, integrating with .NET/VB.NET and Microsoft Robotics...
question
Reversing Servo

Reversing Servo

Hi Is there any way of reversing servos in Auto Position when building frames . like there is in horizontal or vertical servo. It would make it easier to keep track of where I am in the...
question

Parts Needed

Does anyone in the easrern US area have any levers from lever servos they would sell? I have a project and need two of them. I will go to the 3d forum if not available here. Thanks, Ron
question
Flex Sensors

Flex Sensors

Has anybody used, or know if these can be used with the EZ-B v4? And if do, how do they connect? These flex/bend sensors would be great if they worked with the EZ-B and ARC. Not much information...
question

Ez Robot Cam

Is it possible to connect the cam to a arduino UNO with the ICSP Port? I can't find any datasheet fr the cam :-(
question

Variable Not Defined: $Associate

So I'm getting an error that says: " Error on line 21: Variable not defined: $Associate " So how do I define a variable? Code: :Start # check for motion if(getDigital(D18)=1) Print (" associate detected") $Associate = Y $AssociateTime = $time sayEZB(" I SEE a associate") sleep(3000) endif if(getDigital(D17)=1)...