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...
Joystick (XInput) by Synthiam
Featured
Joystick (Xinput)

XInput joystick skill for ARC: maps Xbox controllers to movement, servos, triggers, vibration, variables; supports analog inputs and scripts.

Project Gizmo Underway! by Robotz012248
Featured
Robot By Robotz012248

Project Gizmo robot build converting a kitty igloo into multi-deck robot with motors, casters, threaded-rod decks and developing robotic arm.

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

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