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
Add remote telepresence capabilities to your 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...
Programming with Pictures by Synthiam
Featured
By Synthiam

Programming with Pictures

Program your robot using images printed on paper.

Hey guys...this Adafruit 16-ch by Mickey666Maus
Featured
By Mickey666Maus

Hey guys...this Adafruit 16-ch

Hey guys...this Adafruit 16-channel PWM/Servo Shield integrates seamlessly to ARC now... So if you are having one sitting on the shelf...

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
Spin Master Bb-8

Spin Master Bb-8

Has anyone seen this BB-8...I believe it is new. I think this would be an interesting project to convert to ARC. Head and body are independent, it would be cool to have a camera in head...
general

Battleflipper Restoration And Excitement

Hi everyone, BattleFlipper is ready for battle! I was able to restore all the settings successfully. I have ordered new remote controls because the ones I have now are damaged. The package came with two containers filled with a blue liquid; unfortunately, one was cracked and leaked onto the internal electronics. The kids are going to be excited!...
question

Building Omni-Wheel Robot With Iotiny

I am interested in building a three-wheeled robot utilizing omni-directional wheels, and I plan to power these wheels with 3-6V DC motors. For this project, I intend to use the IoTiny microcontroller. I would like to understand how to effectively execute this project using Synthiam ARC and the IoTiny. Could you provide guidance on the best approach...
question

Custom Movement Panel Mobile App Issue

I have been working on implementing a custom movement panel in Interface Builder and trying to use it via the mobile app, but Im encountering issues. It doesnt seem to work. Can you let me know if movement panels are supposed to function in the mobile app? I am currently using an L298N motor controller. When I attempt to use the joystick or...
general

HD Servo Top Cover Sourcing

Hi everyone, Has anyone ordered a top cover (or case) for an HD servo? If so, could you please share a link to where you purchased it from? Thank you!
question
RGB Lighting Remote Control Issue

RGB Lighting Remote Control Issue

Hi everyone, I have a question regarding the use of a remote control with RGB lighting. When using the remote, the RGB lights are not turning on. Perhaps...
general

STL Files For Rolli Body?

Hi everyone, Does anyone know if there are existing STL files available for the Rolli body? Thanks!
question
Missing Motions In Cheat Sheet

Missing Motions In Cheat Sheet

I believe I may have asked this question previously, but Im unable to locate the topic in the forum. I am experiencing an issue where the motions or scripts I...
question
Trouble Receiving Arduino Serial Data

Trouble Receiving Arduino Serial Data

I have an Arduino connected to my PC, where Synthiam ARC is running. Additionally, there are some EZ-Bs connected. I am able to send serial...
question

Assistance With C++ Map Function

Hi @Athena, I am experiencing some difficulty with the implementation of the map function in C++. Could you help me review the following code snippet to determine if it is correct? The code is designed to adjust the speed of two stepper motors based on a variable, psudoDesCrsDiffSum, which can take values from -500 to 500. cpp // leftSpeed = speed...
general
Insights From Stepper Servo Experience

Insights From Stepper Servo Experience

Reflecting on my experience with the Stepper Servo Skill, I realized there were 41 pages of collaborative brainstorming between DJ and the...
question

Triggering UART At Travel Milestones

Hello @Athena, Im working on a project using an Arduino Mega 2560 to control stepper motors and need help with setting up recurring events that trigger at specific points during the movement. Specifically, I want to send a signal when the motors have traveled 33% and 66% of the total path endpoint distance. Heres a code snippet representing the...