Robot Building Questions

Upgrade to ARC Pro
ARC Pro is your passport to a world of endless possibilities in robot programming, waiting for you to explore.
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
Gaming Mouse Pad

Gaming Mouse Pad

While programming your robot, these 9x7 inch personalized mouse pads deliver a smooth experience with a custom flair....
Dynamixel by Robotis
Featured
Dynamixel

Control Robotis Dynamixel XL-320/AX-12/XL430 via ARC virtual servos; supports position, speed, velocity, acceleration, bidirectional UART.

Shogun V2 by Sudo
Featured
Robot By Sudo

Shogun humanoid's redesigned knees reduce bend and boost load capacity; EZ-B and camera repainted; ready for walking and gestures.

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
Open

JD Robot Connection Issue

Hi all, I recently acquired a used JD robot and am experiencing difficulty connecting it to ARC through the EZ-Robot EZ-B v4. Each time I try to connect, the connection fails. Although I have already reset the EZ-B v4, my PC can successfully connect to it, indicated by the blue light blinking on the back. Interestingly, I am able to connect to and...
question

Organizing Ports In Servo Profile

Is there a way to organize the ports in the "Configure Servo Profile" section for better management? Additionally, can I configure the degrees for servos in a straight format instead of incrementing by 1, 2, 3, up to 90? Here is a short video explaining the issue: YouTube Video
question

FT232RL To EZB UART Connection

Is it possible to connect an FT232RL USB-to-serial adapter to an EZB controller using the UART TX, RX, and GND pins, instead of connecting to the camera port with those same pins? I've attempted this setup without success. I assume there's a difference between the UART pins and the camera port pins. I'm utilizing the Connection Robot Skill in this...
question

Handling Script Errors In ARC

How can I handle errors in a script within ARC, especially errors like "Error in response received: The remote name could not be resolved: 'admin.synthiam.com'"? This issue occurs even though my robot's computer is connected to the internet. I am using the ChatGPT Robot Skill.
question
Connection Robosapien V2 2005 Et 2006

Connection Robosapien V2 2005 Et 2006

Do you know where and how make connection to the WowWee Robosapien V2 to connect the output D1 EZ Card. thank you,
question

Arduino Loop Increment Issue Fix

@Athena, I am currently running the following code on an Arduino Mega to adjust a variable iteratively: cpp float psudoActCrs = 90.7550; float actualCourse = 92; while (true) { if (psudoActCrs actualCourse) { psudoActCrs -= 0.1; } Serial.print("psudoActCrs: "); Serial.println(psudoActCrs, 4); Serial.print("actualCourse: ");...
question

Roli Rover H-Bridge Button Issue

I chose the Roli Rover because my question is about the H-bridge in the Roli. I accidentally broke off the small button near the power connector. Is this still usable or repairable?
question
Converting Motor To Digital Signal

Converting Motor To Digital Signal

Are there any small boards available that can convert a two-wire motor into a digital signal? I have a motor with two wires, one red and one black, and...
question

RTSP Stream Compatibility Issues

, I am attempting to use a Reolink E1 Pro camera with ARC's Camera Device Robot Skill using its RTSP stream. I'm connecting it through an IoTiny controller. - Camera IP (local): 192.168.178.10 - RTSP links (without password): - Main stream: rtsp://192.168.178.10:554/h264Preview_01_main - Sub stream: rtsp://192.168.178.10:554/h264Preview_01_sub Both...
question

Error With Soundboard File Name

I am using the PC Soundboard skill in ARC and attempting to add an MP3 file named alert.mp3 to the board. However, I'm encountering the following error message: System.Exception: The audio filename contains invalid characters. Rename the file and remove quotes, single quotes, slashes, and control characters. Filename alert.mp3 at...
question

Connection Diagnostic Skill Functionality

I have a question about the ARC Robot Skill called Connection Diagnostic. Does this skill monitor the connection of only the EZB at index 0, or can it manage other indices as well?
question

Monitoring EZ-B V4 Info Index

I have a question regarding the ARC Robot Skill called "EZ-B v4 Info." I assume that since I can't select a specific EZB index to monitor, only the EZB at index 0 is able to be monitored with this Robot Skill. Is that correct?