All Community Content
Drive Real Robots, Anywhere
Remotely operate robots around the world or add live telepresence to your own build — straight from your browser.
Discover Exosphere
Hugging Face
Connects a robot camera to Hugging Face AI models for vision chat, object tracking, classification,...
Autonomous AI
Autonomous AI robot agent with vision, speech, movement, animations, memory, and self-directed task...
Advanced Speech Reco…
Azure Cognitive Speech recognition for ARC with custom API credentials, scripting, language control,...
WebSocket server for ARC: accepts clients, stores messages, runs per-message scripts, tracks connection status, supports debug, needs Windows admin
Watch two videos showcasing my robots in action, have fun.
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
Press Move , Release Stop
Hi guys. Here's what i want to know how to do . I want to make the button on the mobile app to only move when pressed. means , when i release , it will stop moving. instead of click front, it goes front until i press other button or stop. # Forwards Set(D0, on) Set(D2, off) PWM(D1, 50) PWM(D3, 50) here's what i have now. what i need to add to make...Ez-Sdk Windows / Simple Project Not Running
I'm trying to connect to EZ-B through code (Console Application) without success. this is the code: namespace EZConsoleApplication1 { using System; using EZ_B; internal class Program { private static EZB ezb; private static void Main(string[] args) { ezb = new EZB(); Console.WriteLine("Connecting to EZ-B v4...");...Differences Between Old And New V4 Cameras
I just received my new Revolution Six robot I got through Brookstone. (Paid only $150 for it on sale!) How can I tell if it has the new V4 camera included? I have an older V4 camera that I got when V4 Revolution started shipping (years and years ago. LOL) and do see a few differences. Mostly only text printing on the little boards though. DJ did...Ricog's Robots That Can Help With Chor
Robots that help with household chores, like picking up rooms before the robot vacuum arrives to streamline cleaning.Cleaning Out My Laboratory, Have Parts For Sale. Anyone Interested Also In The L
We are talking about a working Leaf Project robot that I...Jeffnp's Ez Encapsulated
EZ robot power-up performances, preinstalled moves, repeatable standalone routines, self-righting, obstacle sensing, voice controlTalk Servo And Numerals
I have been developing a script that generates a series of numerals and I've noticed that the Talk Servo Control does not move when it receives a numeral in the Say command. For example: Sayezb(" two hundred and fourty eight") # the servo moves and the audio plays Sayezb("248") #the servo does not move but the audio plays Is...Apollo Computer
It's amazing we made it to space at all! Wow, how far we've come...Release 2015.12.13.00
Synthiam ARC/EZ-B fixes joystick PWM enable, adds TCP client close per MS bug, uses System.Timer for benchmarks, talk servo converts numbers to wordsServo Rotation
Does anyone have any code they could share that would turn a servo from side to side. I need it to move the servo from position 50 to position 80 and back again not exceeding those positions but I cant seem to figure out the logic to make it happen. Any examples?