Indoor Positioning System icon Indoor Positioning System Infrared indoor positioning for ARC robots: dual-camera tracks IR beacon, shows real-time heading, path and EZ-Script navigation variables Try it →

All Community Content

ARC Pro
Learn More
Upgrade to ARC Pro
Harnessing the power of ARC Pro, your robot can be more than just a simple automated machine.
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
Task Script by Synthiam Inc.
Featured
Task Script

Split complex robot tasks into sequential scripts, synchronizing asynchronous skills via NEXT/CANCEL commands for staged automation.

Iotiny Recon 6.0 Rovers , Educational Robots by jstarne1
Featured
Robot By Jstarne1

Convert used robots into IOTINY+camera donor units for durable, kid-safe hands-on robotics demos and classroom projects.

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
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)...
question

Help With Simple Script To Restart Camera

So I am trying to get my camera to restart automatically when connection is lost and reestablished... I have script running just fine to get connection back.. however I cant get the script to restart camera back up after connection is back.. I am trying this with no luck.. :loopcam if(IsCameraActive=0) repeatuntil(iscameraactived=1)...
question

Changing Over To Lifepo4 Batteries

I am now seriously thinking about converting the ALTAIR robots over to LiFePO4 (Lithium polymer) batteries they are expensive but the advantages are so great that I just have to do the conversion! LiFePO4 are far safer that LiPo and less prone to catching fire, they also last for many more charging cycles before wearing out (up to 10 times as...
release

Windows Release 2015.06.12.00

RGB Animator supports 20+ EZ-Bs and fixes Auto Positioner connection issues when loading saved projects.
question
Control Windows Media Player

Control Windows Media Player

Friends, how can I control the windows media Player (or the Itunes) from ARC ? I want my robot (that has an PC inside) to play my sound library, and of course I can...