Robot Building Questions

Upgrade to ARC Pro
Your robot can be more than a simple automated machine with the power of ARC Pro!
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
"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...
Sound Script (ezb) by Synthiam
Featured
Sound Script (Ezb)

Trigger a script when EZB audio plays, exposing live Min, Max and Avg audio-level variables for looped monitoring; stops when audio ends.

Zeus - A Monowheel Robot (work In Progress) by Hexxen
Featured
Robot By Hexxen

Balance a two-propeller robot and configure Xbox 360 joystick analog buttons, featuring setup photos.

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

Add Custom Python Modules No Module Named

The module installed with 'pip install' in Python cannot be found in ARC. ex. No module named 'speech_recognition' how to pip install?
question
Powering Mini/Micro PC With Lipo

Powering Mini/Micro PC With Lipo

Hello, Does anyone power there mini pc with a lipo? Example would be a Beelink computer.  If using lipo, what voltage do you have? Thank you
question
Wheeler Chair Robot

Wheeler Chair Robot

I saw that last year somebody had built a wheel chair robot?. My idea for the new Robot will be as a stage mascot that can also pretend to play the drums on stage. My brother has a...
question
Is There Anyway To Control A Dc Motor Like A Servo?

Is There Anyway To Control A Dc Motor Like A Servo?

Is there anyway to control a dc motor like a servo with position feedback using ACR an Arduino?
question

Servo Control

How do I reset all servos and calibrate each servo? I am performing the initial JD Humanoid Robot assembly, and after the assembly, I connected JD to WiFi and then started on the Servo setup. I had to stop the process because one of the arms was not in the correct orientation when attached. Can I restart the servo calibration positions?
question
Speech Recognition - Language Issue

Speech Recognition - Language Issue

Hello everyone, I've recently been experimenting with different languages for my robot. English and Mandarin are working fine and amazing, but I'm...
question

How To Write The EZ-Command In Python

Hi, Can I know, how to write the ("Speech Recognition", "PauseOff") command in python? Thanks in advance!
question

Invert Direction With A Script

What is the script to Invert direction pragmatically for V1 and have it change the checkbox in Setting for the V1 port at the same time?
question

How To Create Robot Skills?

Using an external API to generate Speech-to-Text (STT) as a robot skill. I don't know how to create an external skill even if I click on 'Create External Skill.' I want to input code to fetch data from an external API and apply it to the robot. "How do I apply an external API to the robot by entering code?"
question

4 Pin Ultrasonic Sensor Iotiny

Hello can you use a 4 pin ultrasonic  sensor, like the SR-04, with the iotiny and if so how would it wire up? I'm guessing it would use 2 digital ports on the iotiny. Thank you
question

How To Write The Audio.Say In Python

How to write the code in Python for "audio.say" to instead "print(text)"? import time import random def SayWait(text, wait_time): print(text) time.sleep(wait_time) # Story 1 def story1(): SayWait("Once upon a time, there was a dear little girl...", 1) # Story 2 def story2(): SayWait("What a tender young...
question

Monitor The Serial Communications Between ARC And An Arduino Board

Is there a way to monitor the serial communications between ARC and an Arduino connected by USB?