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
Remote control robots using your phone or PC, or grant access to others for collaborative control.
Add your robot to Exosphere for telepresence and remote operation
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...
Movement Joystick by Synthiam
Featured
By Synthiam

Movement Joystick

A joystick that controls any movement panel

Mini-zip V3 Upgrade. by jdebay
Featured
By jdebay

Mini-zip V3 Upgrade.

I had the following hexapod. It had a dead controller. After v3 upgrade. Also found a bad mini servo to and replaced. learning actions...

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, Ive recently been experimenting with different languages for my robot. English and Mandarin are working fine and amazing, but Im...
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 dont 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? Im 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 creature., 1) # Randomly choose a story chosen_story...
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?