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
With ARC Pro, your robot is not just a machine; it's your creative partner in the journey of technological exploration.
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
Inverse Kinematic Arm by Synthiam
Featured
Inverse Kinematic Arm

Control robot arms with inverse and forward kinematics, converting X/Y/Z positions into joint motion and reporting end-effector location.

Inmoov Conversion by Perry_S
Featured
Robot By Perry_S

InMoov converted to EZ-Robot - custom GUI for servos, face tracking, speech, Pandorabot AI, MS Cognitive, neopixel rings and scripting

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

Iot Customization

Hi, Did anyone customized the wifi/IoT firmware ? can someone share some experiences or feasible ideas ?
question
Sound Sensor Recomendation

Sound Sensor Recomendation

Hey everyone. Can somebody recommend a good quality sound sensor to work with the v4, preferably analog. I had a pair of cheepo's laying around that I tried (pictured...
question

Nest Smoke Detector

Hi, I am thinking of buying a NEST smoke detector, because it can be used with ARC (and yes, also for safety reasons). I have seen the example for the thermostat, but nothing about the smoke/CO detector. Does anyone know what kind of variables can be recover in ARC with the smoke detector ? Thanks.
question

Array Index Reference Error

This script has run without errors. ControlCommand("Answer array", ScriptStart) #Get 1 0f 16 random phrases from the array Answers $z = (GetRandomUnique(0,15)) $phrase = ($Answers[$z]) ControlCommand("Script Manager"' ScriptStart, Speak (phrase") But, now with ARC - Version 2016.02.18.02 I get: Error on line 4: Input...
release

Windows Release 2016.02.20.00

Array index fix in EZ-Script; JPEG stream uses new EZ task scheduler with no FPS limiter; Brookstone rover panel and Syntax Check removed.
question

Orientation Sensor

I just purchased the orientation sensor and cannot find a control for it. I have searched the help files with no luck. I'm probably overlooking something simple but any help is appreciated. Thanks
robot

Dxpert's I Need A Robotic Arm To Get Me

Robotic arm fetches candy with smart daily limits, offering high-five and wave gestures for friendly, controlled interaction.
question

Script To Select Camera

Hi, Something is terribly annoying : ARC resets its default camera so if you are using a different camera than the ezb camera, any script that is supposed to boot your cam and then start it in the camera settings will not activate the one you want. Is there a way to select a camera in the list as default and lock it so it stops bugging me like...
question

Projects On The Cloud

Is there a way to remove a project/app from the Cloud? Thanks.
question
Servo Synchronization: Servospeed Delay Values

Servo Synchronization: Servospeed Delay Values

I need to synchronize the servo movements between a EZ-Script and an external device. ServoSpeed (Dx, speed) The speed is 0 =...
question
Another Way To Auto Release / Restart Servo

Another Way To Auto Release / Restart Servo

Last week we had a discussion about buzzing servo and capability to release it without loosing the mechanical position of the...
question
Question With Release() Command

Question With Release() Command

Greeting all, It has been a long while since I posted here. I have been working on my Inmoov whenever I can find time, which is not a lot, but slowly, very...