All Community Content

Upgrade to ARC Pro
Your robot can be more than a simple automated machine with the power of ARC Pro!
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
"I build robots" Hoodie

"I build robots" Hoodie

This heavy hooded sweatshirt is perfect for robot builders. The material mix of cotton and polyester provides warmth...
EZ-SLAM by Synthiam
Featured
EZ-SLAM

Creates a map in a global variable; proof-of-concept SLAM visualizer (very experimental).

Omnibot 2000 by DJ Sures
Featured
Robot By DJ Sures

Omnibot 2000 converted with Synthiam EZ-Builder and EZ-Robot kit: servos, camera, speech, glyph vision, autonomous or tablet/Wii/web remote control

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

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...
robot
Fxrtst's Mecha Morphix Robot Platform

Fxrtst's Mecha Morphix Robot Platform

Build and program the Mecha Morphix robot head ALAN with hours of 3D printing, assembly, wiring and coding tutorials plus BOM and modular parts.
general
Arcx Release And Questions

Arcx Release And Questions

I just discovered this thread and read a bit more about ArcX. https://synthiam.com/Community/Questions/Smooth-start-of-the-servo-movements-when-starting-ARC-22019. I...
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.
general
Help With Iqbot Wiring Colors

Help With Iqbot Wiring Colors

Hi fellow roboteers, About 10 to 15 years ago, a robot called IQBot was released as a building kit. It came with a lot of books and nice pictures, so I bought...
general

ESP32 Development; New And Final Directions

Because I need a life too, I'm preparing a hard stop to finalize my ESP32 development after my last final changes. I only have time to work on it in my off-time and it's been consuming every spare moment for weeks.  V13 is what i just finished tonight... lucky 13. This is the first step toward the final ESP32 firmware I'm working on, which you can...
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...