All Community Content

Upgrade to ARC Pro
ARC Pro will give you immediate updates and new features needed to unleash your robot's potential!
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
Add remote telepresence capabilities to your robot from your phone or PC
Add your robot to Exosphere
Sythiam Swag
Robot Sticker

Robot Sticker

People know your robot is capable when they see it is powered by Synthiam. These stickers are heavy duty for both indoor...
Ez Line Chart by leversofpower
Featured
By leversofpower

Ez Line Chart

Basic 4 series historical line chart for comparing your robots sensor values over time.

Halloween Synthiam - Annabell by Smarty
Featured
By Smarty

Halloween Synthiam - Annabell

Dear EZ-Robot Friends, here my new Halloween EZ-Robot: Annabell! I hope you like it!

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

Sabertooth Motor Controller For Chassis

I have a few questions about using a 2-wheel outdoor chassis with DC motors (not 360-degree servos) and the Sabertooth motor controller. Is the Sabertooth Movement Panel in ARC suitable for controlling a chassis with two DC motors (differential drive)? What is the difference between the Sabertooth skill with Kangaroo and the one without Kangaroo?...
general
We Are Getting Ready To Release Our Next Generation Open Source Robot The XR-2

We Are Getting Ready To Release Our Next Generation Open Source Robot The XR-2

The XR-2 robot platform, available at Robots Builder, is...
question
Open

Free Up Lattepanda Slot

Hi, I have a LattePanda integrated into my robot system. On my main PC, it indicates that two slots are being used. How can I free up one slot to allocate it for the robot? Thank you!
general

Freeing Slot For Native SBC

Hi, how can I free up a slot? I currently have two, but I'm unable to reassign one to the native SBC (Single Board Computer) in the robot. Thank you in advance!
question
Open

EZ-B V3 Connectivity Issues

I have not used my EZ-B V3 for many years, and I have the Bluetooth dongle plugged into my computer running Windows 11. However, no matter what I try, it does not connect or recognize the EZ-B V3. I am currently using the latest version of ARC software. Do I now need to upgrade to a newer version of EZ-B, such as one with Wi-Fi capability? Thank...
question
Open

Camera Snapshot Feature Not Functioning

The Camera Snapshot feature appears to not function. Reproduction Steps: -Open ARC, open the appropriate project (in this case the JD example project). -Turn on the robot and connect to it via WiFi and then the software. -Verify the robot's camera works by turning it on. -Go to Project > Add > Camera > Camera Snapshot to add the Snapshot...
Artificial Intelligence
ZAMA Emotion Model
By University of Glasgow - AZRAM Project

ZAMA Emotion Model

Give your robot emotions! The ZAMA (Zoomorphic Robot Affect and Agency Mind Architecture) skill calculates emotional responses to events,...
question
Open

Changing I2C Address For RGB Matrix

I have a question regarding the Robot Skill, RGB 8x8 Animator. My understanding is that the 8x8 Animator is designed for a single RGB 8x8 matrix. How can I change the I2C address to accommodate a second RGB 8x8 matrix if both are connected to an EZ-B v4 controller? Thank you!
question

Resetting ARC Remote UI Password

How can I locate or reset my password for the ARC Remote UI app on my Android phone? I initially set up everything a few months ago, and I've forgotten the password I used to connect to my ARC project. Can someone guide me on how to retrieve or reset this password?
question
Open

GPT Image1 As DALL-E Replacement?

With the deprecation of the DALL-E 3 image generator, will the new GPT Image1 be available for use as a replacement? GPT Image1 is described as a state-of-the-art image generation model that accepts both text and image inputs to produce image outputs.
question
Open

Improving Digital Write Efficiency Arduino

Hi , I am working on increasing the efficiency of my digital write statements in C++ on an Arduino Mega 2560. I've read that the digitalWriteFast.h library can help with this. Here is my current digital write statement in C++: cpp #include desiredCourseScaled = round(desiredCourse); if (desiredCourseScaled != lastDesiredCourseScaled) { int byte0 =...
question

Handling Weather Script Connection Errors

I have a JavaScript in ARC that go onto the Internet and retrieves a full weather report from a Weather service, parses information out of the returned file and has the robot speak the information For Example: A section of my ARC Setup INT script will set the  variable $OutsideTemp to "1" and then a ControlCommand will start a separate...