Robot Building Questions

Upgrade to ARC Pro
Elevate your robot's capabilities to the next level with Synthiam ARC Pro, unlocking a world of possibilities in 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....
DialogFlow by Google
Featured
Dialogflow

Add Google DialogFlow NLP to ARC: conversational intents, parameter prompts, scripted responses, service-account setup and programmatic robot control.

Crustybot 1.2 by thecrustychicken
Featured
Robot By Thecrustychicken

CrustyBot 1.2: Jet3 mobility base with EZ-B 3.0 and Sabertooth 2X60, running Synthiam ARC on a netbook for Bluetooth/WiFi remote control and TightVNC.

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

Material In Finnish?

Hello all I am again (the second time today) reaching out for information.  Has anyone out there, been trying to translate any instructions or tutorials into Finnish?  I do not wish to be doubling up on this most valuable effort.  There is a tendency to keep it all in English here, and thats fine for an older person but it would great to introduce...
question

Battery / Charging Tactics In Classes And Clubs

Hello all.  I am reaching out for tips and solutions regarding battery life of EZ robots in classroom situations.  When it comes to double class periods or club events, most robots have issues with battery endurance.  As robots like JD and Roli have their lipos' locked up inside their chassis, a quick battery swap is not possible.  What does a...
question

Arduino Mega, Autoposition: Servo Release Or Closing Arc Forces Servo Into 0 Deg

Hello everyone, Arduino mega, 2 servos controlled by the auto positioner: Close the arc app or pressing "release all servos" makes all my servos try to reach 0 degree in max speed. As i have neutral position 90deg +-40 deg its a big issue for my mechanics and the robot looks like hes having a overdose - which he actually has - lol For now...
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...
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...
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,...