Read Digital icon Read Digital Read TTL digital input from an ARC I/O port; real-time red/green status for low (0V) or high (+3.3/5V), selectable board/port and read interval. Try it →

All Community Content

ARC Pro
Learn More
Upgrade to ARC Pro
Unlock the true power of automation and robotics by becoming a proud subscriber of 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
Single Camera Servo Server by Synthiam
Featured
Single Camera Servo Server

TCP video server for Unity clients to stream camera video and send servo positions to ARC for remote robot control

Inmoov Doing Math by bhouston
Featured
Robot By Bhouston

InMoov robot performs math using EZ-B v4 and Synthiam ARC scripting, highlighting community-built scripts and advanced robot capabilities

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 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)...
question
Using Different Types Of Battery

Using Different Types Of Battery

While discussing ways to dock and charge a robot in a thread @Doombot created, it got me thinking about different types of battery that can be used with the...
release

New Release 2015.03.30.00

Synthiam ARC: Myo pause checkbox, new installer slideshow, All Users example installs, camera snapshot filename, faster loading, PrintHex fix
question
Charging Dock Ideas

Charging Dock Ideas

Repost : @Everyone I am designing a charging dock for my bot, and a lot of what @Rich said, I'm already doing in the background...I'm already in touch with a few great programmers...
question
5V Relay Not Responding As It Should

5V Relay Not Responding As It Should

So I've just been trying out a 5v relay (with 5v regulator) on port D0 but it's not working as expected. I first tried "Set(D0,on)" and it...
question

Ping Sensor Detects Object And Play Soundfile And Movement

hi averyone this is my first script for the ping sensor.whit some help from RR and STEVE G more ideas may welcome. here the script and here pic for the servo
question

Script Help - Reading From A File

Hi, I am looking for help with a script or to help guide me to a script that will allow me to read contents from a saved file and compare to a string value. I already have a script that will get the value of a servo, and store it to a file. I would like to read that same file and compare the values. Thanks.