All Community Content

Upgrade to ARC Pro
ARC Pro is your gateway to a community of like-minded robot enthusiasts and professionals, all united by a passion for advanced robot programming.
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....
Sabertooth Movement Panel by Dimension Engineering
Featured
Sabertooth Movement Panel

Sabertooth movement panel: control two motors via Simplified Serial with variable speed sliders, movement buttons, and serial port options.

MyModifiedAdventureBot by EzAng
Featured
Robot By Ezang

Modified Adventure Bot with ultrasonic radar, camera, RGB animator and custom back wheels

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
general

MP4 And Other Video Formats On The Synthiam Website

I don't know if this is meant to be in Feature Requests. Probably not, because that is for requests on ARC. However, I want to discuss other video formats on the Synthiam website. I know I have brought this up in previous posts. However, I wanted to have a centralized discussion about this. It could be beneficial for other content formats to be...
robot
Johnnybib's Edi Mech Warrior

Johnnybib's Edi Mech Warrior

EDI Mech Warrior robot with legs, wheels and elastic-band cannon, built by an ezrobot intern for versatile mobility and playful combat
question

Bettter Navigator Map Saving And Loading

why do i not see an obstacle map when loading a saved map from the better navigator? When saving a map, the file appears to be created, but when that file is loaded into the better navigator, no map or obstacles are visible. This feature would be very useful for navigating a house, as the obstacle map takes a lot of time the develop,  becomes very...
question

Uploading Images To GPT 4.0 For Analyses

I wanted to send images to GPT 4.0 to be analyzed (Robot what can you see)  how do I do this using ARC.  OpenAI does support image upload via their API but I don't see this in the ARC plugin.   How do I get the robot to take a photo of a person, place or thing (example a cat)  and when I ask it what it can see and then upload this photo image to...
robot
Chris9's Jd's Adventures At Microsoft

Chris9's Jd's Adventures At Microsoft

Combine Microsoft Cognitive Services with Synthiam ARC robot skills to make JD intelligent, easy-to-use, and accessible for innovation.
question

EZB Firmware Update

, I know this is a EZ Robot EZB question but the firmware update tool is downloaded with ARC from Synthiam. I went to thrie website and was directed to come here for EZB Firmware update help. I thought I'd look for my answer here.  I want to check the Firmware and update my EZB if needed. I have done this many times to other EZB's but over WIFI. My...
question

Where Is Action Editor

I want  to edit action on my spider robot on ez b4.? I can't find precise scripts but they are in my actions?
question
Javascript Question - Var Or Setvar?

Javascript Question - Var Or Setvar?

@Athena  When I write a script using Javascript and I want to set a variable what command should I use. I've used both setVar and simply just Var....
question
Connect Wiring For Iotiny To Arduino

Connect Wiring For Iotiny To Arduino

Hello, How do I connect the iotiny  to the arduino, wiring that is? I want to use arduino for motors and led. Also what skill would I use? Do you...
question

Community Robots

.I have not been on community forum for a while but I noticed that there almost no new robots project show case? Any reason ?
robot
DJ's Tamiya Bulldozer Robot

DJ's Tamiya Bulldozer Robot

Convert Tamiya Bulldozer to use modified servos for precise speed control and greater strength, driven and controlled via Synthiam ARC.
question

How To Send 'Controlcommand' Via Custom Skill C# Code?

how to send 'ControlCommand' via custom skill c# code? I'm trying to add Talk Servo v2 skill, then add my custom skill, and in code use: ``` base.SendCommand("Talk Servo v2", "Speak", transcribedText);