All Community Content

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
I Make Robots Crew Socks

I Make Robots Crew Socks

Exclusive to robot builders, these are a one-size-fits-all solution up to a men's size 12. The construction is 73%...
Camera Overlay by Synthiam
Featured
Camera Overlay

Displays trained object names as overlays on the Camera Device video stream using Camera Device's object-tracking (shows $CameraObjectName).

Dt Ezb Weather For Weather Underground Api by Luis Vazquez
Featured
Robot By Luis Vazquez

Control EZ-B robots with a Weather Underground API handler: fetch forecasts, speak templates, map variables, and run ezbscript commands on update.

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

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
Misc
EDU Activity Editor
By Synthiam

EDU Activity Editor

Design, edit and export structured Blockly-based lessons, groups and hints for ARC Lite Portable; supports rich HTML, images, JSON...
general

Dangers Of Improper Battery Replacement

Hello, Roboteers! It seems that for some devices, you practically need a hammer to change the battery. It's astonishing that some companies advise this approach because customers aren't always aware of where the battery is located. This can be a very dangerous situation. Imagine you have a LiPo battery and you accidentally hit it with a hammer....
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...