All Community Content

Upgrade to ARC Pro
Don't limit your robot's potential – subscribe to ARC Pro and transform it into a dynamic, intelligent machine.
Synthiam Credit
Earn synthiam credit to lower synthiam product costs
Your Synthiam Credit is $0.00
Discover ways you can lower the cost of Synthiam products by contributing to the platform and community.
Earn Synthiam Credit
Exosphere
Loading...
Remote control robots or add telepresence capabilities with Exosphere
Info Add Remote telepresence to control any robot from your phone or PC
Add your robot to Exosphere
Sythiam Swag
Robot Sticker

Robot Sticker

People know your robot is capable when they see it is powered by Synthiam. These stickers are heavy duty for both indoor...
NMS Example by Synthiam
Featured
NMS Example

Example NMS Level #1 navigation skill showing subscription to combined scan+location data, displaying position and scan info; source code included.

Introducing Vic The Vac by Steve G
Featured
Robot By Steve G

Victor Vac: Roomba-based EZ-Robot with EZ-B v4, sensors and Synthiam ARC scripting for autonomous vacuuming, voice, media and home monitoring

Your Community Content

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

Connecting RPLIDAR S2 To EZ-B V4

I am seeking guidance on connecting an RPLIDAR S2 from SLAMTEC to the EZ-B v4 controller. Could someone please provide detailed instructions or best practices for this setup? Additionally, is it necessary to use a separate power supply to ensure stable performance for the RPLIDAR S2 when connected to the EZ-B v4?
question
Integrating EZ-B With Inmoov Head

Integrating EZ-B With Inmoov Head

Hello everyone, I am in the process of upgrading my current InMoov robot head to be controlled by an EZ-B controller, replacing the previous setup that...
question
Integrating Voice Commands Into ARC

Integrating Voice Commands Into ARC

I have a question regarding the Robot Skill PushOver. Is it possible to integrate text input into ARC using this skill? The voice-to-text recognition...
release
ARC 2025.02.01.00 (Pro And Runtime)

ARC 2025.02.01.00 (Pro And Runtime)

Synthiam ARC boosts performance and stability with faster EZ-B scanning, improved audio/soundboard, RAS buffering, Blockly and script editor fixes.
question
Connecting To EZ-B V4 UART

Connecting To EZ-B V4 UART

I'm trying to identify the appropriate connector to use with UART 0 on an EZ-B v4 controller. According to the EZ-B manual, the connector is located at the bottom right...
question

Bing Speech Recognition Recording Issue

Occasionally, I experience issues with Bing Speech Recognition within Synthiam’s ARC software where the recording function continues indefinitely, even though I have set the recording limit to 6 seconds. What could be causing this behavior? I haven't come across any references to this issue in the Synthiam Community or support resources.
question
Adding The Caster And Extra Storage To Roomba

Adding The Caster And Extra Storage To Roomba

I printed the extra storage container on the roomba but when I went to install it I had to remove the guts of the robot.  Now...
question
Requesting Centerline Setting Feature

Requesting Centerline Setting Feature

Hi Athena, Is it possible to add an additional setting to the user interface on this page? Specifically, I'm looking to add a centerline setting,...
question
Button Color Change Issue

Button Color Change Issue

I'm currently developing two user interfaces in ARC, and each interface is comprised solely of buttons designed to execute scripts. I've configured the buttons to change...
question
Robot Skill Interface List Empty

Robot Skill Interface List Empty

I have a question regarding the Robot Skill Interface Builder in Synthiam ARC. When I attempt to access it, no skills appear in the list. Can anyone provide...
question
ARC Speech Recognition Issue

ARC Speech Recognition Issue

I am using a new Windows 11 PC, and I'm facing an issue with speech recognition in ARC. Although I've set my PC's language to English and the microphone settings...
question

Sending Float Value Via UART

Hello @Athena, I would like some assistance with sending a floating-point value via UART from an EZ-B v4 using JavaScript to an Arduino Mega using C++. Here's a snippet of my current code: EZ-B v4 JavaScript Code: js UART.initHardwareUart(0, 9600); var actualCourse = 91.55; // Need an appropriate method to send the floating-point value correctly...