Robot Building Questions

Upgrade to ARC Pro
With ARC Pro, your robot is not just a machine; it's your creative partner in the journey of technological exploration.
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
22oz Vacuum Insulated Bottle

22oz Vacuum Insulated Bottle

Keep liquid away from my robots! Vacuum insulation is a big deal if you care about beverage temperature change during...
Brushless Motor Movement Panel by Synthiam
Featured
By Synthiam

Brushless Motor Movement Panel

A movement panel to control brushless motor controllers. These are used in hoverboards or many other robot types.

My new Adventure Bot by EzAng
Featured
By EzAng

My new Adventure Bot

My new Modified Adventure Bot with: Ultrasonic radar RGB  back wheels I made thanks

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

Connecting To Arduino Using A Script

How would you use a script to connect to an Arduino that is connected to your SCB that is running ARC? As part of the robots initialization I would like to connect to all the the Arduino’s programmatically.
question

Init Script

How would I write an init script that would allow me to set the min and max and speed before it moves a servo to its starting position?  I want to be able to have the robot move slowly when it initializes each servo.   I also want to be able to initialize each servo individually so I can keep the current draw to a minimum.    After the...
question
How To Connect Arduino To Ezb With Uart

How To Connect Arduino To Ezb With Uart

@DJSures it has been awhile since we discussed my attempt to use Roboclaw library with ESP32 and ARC. But I have made some progress (not real...
question

Need Tip On Javascript Counter Script

, I need a little help with Javascript.  * I have a working script that moves an arm motor up and down on an arc. * There is a opto switch in the center of the arc that that when blocked indicates that the arm is centered. * This opto switch is attached to an ADC port on an EZB v4.  * The motor is controlled with a Kangroo/Sabertooth and commanded...
question

Voltage Regulator Getting Very Hot

hi i hope i can ask this question here . i use the HITEC 6 volt big servos for the inmoove . i notest the regulators getting very hot very rapidly .  can i use the 6volt servos with the 7.4 volt batterie without the 5 voltinline regulator ? thanks
question

Robot Video Display Face

does Arc have a robot skill to create an a robot animated face via a computer video display? if not, how would i create one?
question

Wifi Problem With Outside People Connecting

First time teaching with the JD humanoid, I have several classes, currently only using the robots for one class. We just learned how to connect though the Iphone App. The issue I am having is that someone is connecting to our robots outside my classroom, Is there any way to stop them like maybe set up passwords for the wifi? I plan to teach...
question

A Couple Autoposition Actions Not Responding On First Call

or anyone who can help. There is something going on with a couple actions Ive built in my Autoposition control that I dont understand. I have about 8 actions built from from a larger number of frames that position 6 servos. Three servos in each of two robot arms.  Ive noticed that at least two of my actions in the Autoposition control will not...
question
Kinect 360 Body Control Skill

Kinect 360 Body Control Skill

How do I pause and unpause the Kinect Body Control skill within a program? There doesnt seem to be a ControlCommand to do this. Without this ability, I have to...
question
Error Playing Audio

Error Playing Audio

What does the following error mean when playing an audio file using PlayAudio command? My files are MP3 but I might change them to WAV. The error message is occasional. error playing...
question

Which Skill Gives Coordinates Of Objects In Camera View

Which skill gives coordinates of objects in camera view? I remember seeing a skill that had many different variables listed for the camera view but I cannot find it.
question

Making Motion Arrive At The Same Time

Is there a certain command/parameter that I need to put in Javascript and if possible in Blockly to move axes with different values arrive at the same time? Example: Move servo V1 to 5565 and Move V21 to 8755 at the same time and then arrive at the same time. I know it can be done with Auto position but Id like it in Javascript so that I can...