Voice Activity Detection icon Voice Activity Detection Real-time VAD using 300-3400 Hz FFT to trigger scripts on speech start/stop, with sensitivity tuning, live audio level graph, and TTS pause. Try it →

All Community Content

ARC Pro
Learn More
Upgrade to ARC Pro
Stay at the forefront of robot programming innovation with ARC Pro, ensuring your robot is always equipped with the latest advancements.
Synthiam Credit
Log In
Earn synthiam credit to lower synthiam product costs
Earn Credit
Contribute to the community and earn credit to lower the cost of Synthiam robotics products and subscriptions.
Loading...
Remote control robots or add telepresence capabilities with Exosphere
Advanced Speech Recognition by Microsoft
Featured
Advanced Speech Recognition

Advanced Azure-backed speech-to-text for ARC allowing custom Azure Cognitive Service keys, scripting hooks, and configurable output variables.

Well Its A . Start by Wolfie
Featured
Robot By Wolfie

Convert an RC snowcat into a robot chassis: test servos, wire an H-bridge to an EZ-B controller, and power up a working starter bot.

Community

Welcome to the Synthiam Robotics Community

Sign in to unlock your personalized community feed — browse your posts, track replies, follow discussions, and join the conversation.

Log In to Access Your Content
question
Left Motors Stall Until Scan Request

Left Motors Stall Until Scan Request

@Athena - can you review the Arduino sketch below and explain why the left motors (LeftFront and LeftBack) do not run until...
question
Open
Sound Servo To XL-320 On Darwin Mini

Sound Servo To XL-320 On Darwin Mini

I’m trying to get my ROBOTIS DARWIN MINI (OpenCM9.04, 16x XL-320) to "talk" using the Sound Servo (PC Speaker) skill, but the selected...
question
Open
Dialogflow Driving Sphero Reliably

Dialogflow Driving Sphero Reliably

I’ve got a Sphero (SPRK+) paired over Bluetooth and the Sphero Movement Panel works great for manual driving. I’m now layering in the DialogFlow robot...
question
Global Variables Between Scripts In ARC

Global Variables Between Scripts In ARC

@Athena, can you help me set up global variables in one script (LEG_v6) so they can be read and sent by another script (UART_v6)? Context: I'm...
question
Open
Why Does Speech Recognition Pickup Background Nois…

Why Does Speech Recognition Pickup Background Nois…

One thing I still don't understand: whenever I have the "Speak Rec" Robot Skill operating, it picks up...
question
Obstacle Scan Only Once

Obstacle Scan Only Once

, #include #include static const uint8_t UART_HEADER = 0xA5; // ARC -> Arduinostatic const uint8_t CMD_STOP_MOTORS = 0x01;static const uint8_t CMD_ACTUAL_BEARING =...
release
ARC 2026.05.24.00 (Pro, Runtime And Free)

ARC 2026.05.24.00 (Pro, Runtime And Free)

Synthiam ARC update improves stability, STL loading, camera handling, quieter logs, browser support, and fewer crashes.
general
ARC Startup Error With Chromium Browser

ARC Startup Error With Chromium Browser

I just received this error message after installing the latest version of ARC (the ARC application on my Windows 11 laptop). The error...
general
Inmoov Head Fiber Optics Question

Inmoov Head Fiber Optics Question

I see you designed a nice InMoov head with full movement, and I'm printing one now. Are the fiber optics included with the design, or do they need to be...
general
Restore Inmoov Ear Cutout

Restore Inmoov Ear Cutout

Hi all, Is there anyone who can undo the cutout on an InMoov ear? I mean restoring the 3D model (STL/CAD) rather than repairing a printed part. If you can help, please...
question
Stepper Reset Issue In Arduino Sketch

Stepper Reset Issue In Arduino Sketch

I'm using an Arduino Mega as the hardware controller (acting like an EZB/microcontroller) to provide PWM to four stepper motors via the...
question
Open
Gripper Servo JS Conversion

Gripper Servo JS Conversion

, This is a Script Skill question - could you help convert some EZ-Script I used previously into a JavaScript (ARC Script) version? Context: This is for a two-arm...