Vader Sentiment Analysis icon Vader Sentiment Analysis VADER sentiment analyzer for ARC returns positive, neutral, negative percents and a compound score from text; enables emotion-driven behaviors. Try it →

All Community Content

ARC Pro
Learn More
Upgrade to ARC Pro
Get access to the latest features and updates before they're released. You'll have everything that's needed to unleash your robot's potential!
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
Neopixel Ring by CochranRobotics
Featured
Neopixel Ring

ARC UI for onboard computers to control NeoPixel rings via serial: test/run patterns, preview and copy Arduino serial commands, includes sample code.

Antonn by Andy Roid
Featured
Robot By Andy Roid

Antonn robot prototype moves, speaks and reacts to 30+ voice commands, tracks with nose camera and moving eyes, controls lights via Alexa.

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

Multiturn Winch Servos Question

Willl the EZ board work with the 3 and 6 turn winch servos instead of multi-turn with gears, that way i'll still have step control instead of timing to stop. thanks alot for your help on the servo stop question, the ReleaseAll() works until the update. Thanks Mike
question

Sendserial Question

DJ, is it possible that there is a bug in SendSerial? I have an alternate MP3 board that worked fine up until a couple days ago. Not sure if I (ehem) messed something up on the board, or something happened with the scripting engine. Anyone else experiencing any SendSerial issues? I'm using the 40MP3 Module. Thanks.
question
Battery Level Sensor

Battery Level Sensor

I'm struggling to find any info on how to make/connect a battery level sensor for the EZ-B. Basically, I want to be able to have the EZ-B know when the battery is getting flat so...
release
Release 2012.12.19.00

Release 2012.12.19.00

Synthiam ARC: refined GUI, key control focus, Speech Volume, new EZ-Script: FileReadLineRandom, WaitForChange, virtual servos V0-V19
question
Nintendo Robotic Operating Buddy , Rob

Nintendo Robotic Operating Buddy , Rob

What to do? What to do? I have a ROB on the way and EZ Robot can give him new life , could rob learn to play the Wii? Lol maybe not but im not...
question

Variables; Local Or Global In Scripts?

If I want to set a variable based on a result in one script, can I pass that variable to another script? Man, this programming thing is getting complicated
question
On Board Mini Itx And Sound Questions With Speech Recognition

On Board Mini Itx And Sound Questions With Speech Recognition

Using a mini itx on board a robot keeps popping up in posts here and each time I see one I start...
question
Control Command Question

Control Command Question

Trying to implement some Auto Position actions in a script. Hopwever, when I try to execute a Command Control, I get a dialog telling me the Action can't be found, although...
question

Controlling Grippers On Both Arms

If I had a gripper w/ a rotating wrist for each arm: let's say O be the right arm, and SQUARE be the left arm (for PS3 controller). Is it possible to press O and have the arrows keys on the left side of the controller be for the left arm? Left and right arrows be to rotate the wrist of a gripper, and up and down be to open and close the gripper....
question

Wii-Mote

Ok guys, any help would be great ... I'm about to rip my hair out ... How do I control the servos with a wii-mote, not just uding the D-pad, but by tiliting the remote; ya know like you control Mario-kart on the Wii? I have tried and tried and failed, everytime. Is there a turorial? Did I miss it? Either way, this is my next hurdle to comple the...
question
What Servo Sizes Are Supported?

What Servo Sizes Are Supported?

Hey DJ. I just have a quick question. I know that regular standard servos are compatible with the EZB, but is there a chance that micro servos would work as...
question

Voice Command Arm Stop No Working

All voice commands seem to be working alright until i try to use voice to stop it. It prints what i say alright in the voice reconigtion box but it doesn't stop the motor, the command i'm using is Arm Stop using Move(D11, Stop) plus Arm Up and Down using Move(D11, Forward) and Move D11, Reverse) also the same for Shoulder Up Down and Stop on D10...