Synbot Plugin icon Synbot Plugin Synbot plugin for ARC: local Bot Server chatbot integration with SIML dialogs, ControlCommand API, multi-language, learning and emotion support. Try it →

All Community Content

ARC Pro
Learn More
Upgrade to ARC Pro
ARC Pro is more than a tool; it's a creative playground for robot enthusiasts, where you can turn your wildest ideas into reality.
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
Dynamixel by Robotis
Featured
Dynamixel

Open-source ARC plugin to control Robotis Dynamixel servos (XL-320, AX-12, XL430) via EZ-B, Arduino or Robotis. Supports position, speed, accel.

Apple Watch Robot Control by DJ Sures
Featured
Robot By DJ Sures

Synthiam ARC adds Apple Watch support to the ARC iOS app, making the watch more useful and fun for ARC users.

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

Toy Hack

do you think i could fit the new ez-robot controller on one of those zu-zu pets?
question

Looking For Info On The New Chat Software

you are working on,any ideas when it will be ready,i know you are very busy guy also will you be selling the pre-program chip any time soon i know a lot of us would love to buy some and make our own size pcb arduino and basic stamp ,and c-stamp is doing it,and can make a lot of money selling it too
question

Need More Screen Space In ARC

Does anyone know a way around getting more space to fit script controls in the ARC window. I'm running command control to run scripts from voice for Head turn, neck turn, arms movement, wrist movement , claw actions and personality generator. Thats a lot of windows. I've tried closing them but if I do that I loose that control.I've tried to...
question

Mini Ez-Robot Controller

has it came out yet?
question

More Than One Command In Speech Recognition

As the tittle said, I am wondering if it is possible to give the speech recognition more than one command at a time? For example, if I say search for the glyph it will activate glyph tracking and say something like glyph tracking enabled. Any help would be appreciated, thanks in advance.
question

Auto-Connect To Ez-B. Anyone?

I have seen a few posts where people said they would like to have EZ-B auto connect and open their file. I would like this too. I know Robotmaker said he is working on something. Anyone else do something like this?
question

Robot Ideas

i need ideas for some robots please tell me what robot names you can think of
robot
JT's Jts Robie Sr.

JT's Jts Robie Sr.

Restoring a Robie SR for EZ-B-ification: raising height ~6 in, adding a turning/tilting neck, new paint, learning soldering and parts gathering
question

Only One Com Port On Bluetooth

Hi, While setting up my Bluetooth connection I noticed I'm only given one Com Port option to connect to. In all the instructions I read they say I'll see two choices. I've gone ahead and set everything up useing the one choice given (Com 3) and all seems to work nicely and has been for a couple weeks now. However I'm worried that may change if I...
question

Is Anyone Using Urbi Sdk ?

Is anyone using URBI and if so, what are the advantages ? Thanks
question

Wall-E Sound Files...Enjoy

Got really tired of searching for a good set of sounds, so, in a VERY unscientific way, I extracted all of the sounds from the sound chip on the U-Command Wall-e. If you have audio experience, you might want to re-equalize the sounds. But they're "good enough" for now. Enjoy.Wall-E_Sounds.zip
question

What Do You Think Is Wrong With My Script

:start stop() :test #See if someone comes too close to it GetPing( d18, d17) GetPing( d9, d8 ) Ping_wait(d17,d18,LOWER,20) Ping_wait(d8,d9,LOWER,20) goto (alarm) goto(test) :alarm ControlCommand("Soundboard",Track_10) goto(start) say ("Exit ting Security Mode!") halt() RETURN()