Arduinocoms icon Arduinocoms EZB v4-Arduino I2C bridge for ARC: supports custom C# code and reads gamepad or Wii controller inputs for robot control Try it →

All Community Content

ARC Pro
Learn More
Upgrade to ARC Pro
Stay at the forefront of robot programming innovation with ARC Pro, ensuring your robot is always equipped with the latest advancements.
Synthiam Credit
Earn synthiam credit to lower synthiam product costs
Earn Credit
Contribute to the community and earn credit to lower the cost of Synthiam robotics products and subscriptions.
Log In to Earn Credit
Synthiam Swag
See All 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...
View Product
Screen Recorder by Synthiam
Featured
Screen Recorder

Record your screen to WMV1/WMV2/H263P files with selectable bitrate, save-folder and start/stop controls, creating tutorial or demo video snippets.

Niek's Omnibot Hack & Restoration by Niek
Featured
Robot By Niek

Rebuilding Omnibot: fixing shoulders, wrists and claw, new head-servo mount, volt/ammeter panel, tidy wiring, battery replacement

Community

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

No Servospeed With SSC32

I discovered something tonight, while using the "servospeed" in a script.  I have a servo sonnected to D0. Got the servo to move fast or slow using servospeed just fine per the instructions. Then, with a SSC32 controller, and the same servo now connected to V0, the servo moves at one speed only, The servospeed command has no effect either...
question
How To Extract VR Goggle Data That Is Used To Move JD Humanoid Head?

How To Extract VR Goggle Data That Is Used To Move JD Humanoid Head?

Hi Currently, I'm able to use an HTC Vive VR goggle to control and move JD...
question

Controlling Servo Speed And Fluidity With Joystick Control

I recently posted a question about getting my PS3 to work with ARC. I now have a driver that allows it to be recognized and connect. The issue I am having is with the speed of the servos and the robot jitters. It just isn't a smooth movement. I am using a dynamixal robot arm (AX12) and an OpenCM controller. Is there a way to control the speed or...
question

Exosphere (Machine Learning)

Good Morning, coffee time :-) I don't know where to put this question,  Just thinking, what is the latest activities with Exosphere? I have not seen any threads or heard anyone talking about it. I am still interested and would like to know what are the latest new activities. Any new links to explore? thanks, EzAng
question

ARC On Startup, Workspace Not Setting Up Right

More of an observation than a question maybe? but  can we get rid of the "Tip&Tricks" window that pops up everytime I open up ARC? I cant seem to turn it off even when Ive selected that little box on the bottom.  when I open the same project over and over, it still pops up. Also, when I open up the same project Ive been working on, it...
question
Sabertooth Movement Panel Question

Sabertooth Movement Panel Question

Greetings everyone.. I have the sabertooth 2x60 motor controller hooked up and accepting commands in simple serial mode to my v4 EZB.  Problem is the...
robot
Nx2overide's Weeko The Robot V3

Nx2overide's Weeko The Robot V3

Robot build update: lighter battery and charging system, replacing heavy pack to protect servos; seeking quieter, faster drive. Video 7/7 11:00
question
Arduino Motor Shield With Iotiny

Arduino Motor Shield With Iotiny

Is it possible to connect a motor shield like an Arduino A000079 Motor Shield to the iotiny to control a pair of DC motors? If so, how would it be wired?
question

The Receptionist

Hi Guys, iam planing to put my ongoing build (inmoov) into the hallway of our office (with the idea in mind to motiviate my supervisors and maybe build up our own robotics department - someday) Therefore I would like to code a little more sophisticated script. As Iam a total newbie to Synthiam i could need some ideas on how to start, especially if...
tutorial
Vision Training: Object Recognition

Vision Training: Object Recognition

Program a robot to learn and memorize an object for reliable recognition and recall
question

Can Someone Spot The Error In My Code?

Can someone tell me why I am getting this error? I must be going code blind or I found a bug. ARC version 2020.05.18.00 Error on line 4: Missing ) in Expression $HumanSaid = "birds can fly" $Sentence = $HumanSaid $xCount = 0 repeatwhile(contains($Sentence, " ")) $xStrLength = Length($Sentence) $xIndex1 = IndexOf($Sentence,...
question

EZ Script: Servospeed (Servoport, Speed) Without Any Effect

Hi Guys, coming from My Robotlab iam very happy with the way this software works, awesome. To start Iam trying to move a few servos with EZ-Robot script and a Arduino Mega. Connecting worked suprisingly well and i can move the servo to any position, however i cant change the speed. I used pin2 (PWM) and regular digital pin22 both show no interest...