SMTP Client icon SMTP Client Send SMTP email (text or camera images) from ARC robots via ControlCommand; configure SMTP/auth and sender; saves credentials in project. Try it →

Robot Building Questions

ARC Pro
Learn More
Upgrade to ARC Pro
Experience early access to the latest features and updates. You'll have everything that is needed to unleash your robot's potential.
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
Servo Sketch 3d by Synthiam Inc.
Featured
Servo Sketch 3D

Real-time 3D servo visualization with motion trails, interactive camera controls and clear trail for ARC debugging and analysis.

Drd 3d Printable Robot by DJ Sures
Featured
Robot By DJ Sures

3D-printable Farscape DRD-inspired robot with two clip-together parts; includes Synthiam ARC app, project and STL files.

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
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...
question

Wireless RPLIDAR A1 With Raspberry Pi

Can I Make RPLIDAR A1 Work Wirelessly with ARC Using Raspberry Pi 4? Hi everyone, I'm working on a robotics project and I want to use the RPLIDAR A1 sensor wirelessly with Synthiam ARC. I was wondering if it's possible to stream LIDAR data over Wi-Fi from a Raspberry Pi 4 (connected to the RPLIDAR via USB) to ARC running on my Windows laptop. My...
question
Building Autonomous Robot For Terrain Cleanup

Building Autonomous Robot For Terrain Cleanup

Mitch Torri, the owner of ASI in Mendon, Utah, generously provided my V2R_AG_Robotics 4H club with a robot project reminiscent of...
question

Understanding Servo Resolution In ARC

Could someone help refresh my memory on servo resolution settings in ARC? I'd like to revisit this topic to better understand how it affects my robot's performance. I'm using the high-quality, low-cost EZ-Robot HD servos in my robot. I love that they're quiet and durable under tough conditions. I've explored the Support section on the Synthiam...
question

Synchronized LED Blinking Iotiny

Hello, Athena! I am trying to use the PWMRandom(D6, 0) and PWMRandom(D7, 0) commands to control two LEDs, simulating human-like blinking simultaneously. I'm utilizing the IoTiny controller for this project. Could you please advise on how to achieve this synchronized blinking effect? Thank you!