Robot Building Questions
Upgrade to ARC Pro
With Synthiam ARC Pro, you're not just programming a robot; you're shaping the future of automation, one innovative idea at a time.
Synthiam Credit
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...

Add remote telepresence capabilities to your robot from your phone or PC
Add your robot to Exosphere
Sythiam Swag
Flip Flops
Robot building comfort is the name of the game. These personalized flip flops add some character to your robot building...
Featured
By Synthiam
Connection Diagnostic
If you are experiencing issues with EZ-B v4 connection, this is a diagnostic tool to help.
Featured
By CochranRobotics
Inmoov - D.cochran Style
I have decided to start my InMoov project. I think I will call him Spock out of respect to Leonard Nimoy who passed away on the day that I...
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 Contentquestion
Need Assistance With A Script
Hello @Athena, I have the latest update to ARC(12/21). I'm having trouble with one of my scripts that previously worked. Attached is a snippet of the code:...
Robojack |
question
Encoder Firmware And PWM Only On Connection Index 0
Hi Athena, I am attempting to use an Arduino UNO with the encoder counter firmware, alongside another Arduino to control an H-Bridge using PWM. When I connect either device on connection index 0, they function correctly. However, they do not work on any other connection index. Specifically, the PWM control only operates on connection index 0....
Dark Harvest |
question
Sharp IR Sensor
Como controlar um servomotor através do sensor de colisão de infravermelho da Sharp? e como Robô fazer curvas usando o sensor Ultrassônico?
Jeremie |
question
ARC Pro 2024.12.17.00 Update
I recently attempted to install the latest update, version 2024.12.17.00, for Synthiam ARC. After the download was complete, my Norton 360 antivirus software scanned the .exe file and flagged it as having a suspected virus, subsequently placing the file into quarantine. I'm hesitant to proceed with the installation until I can confirm that the file...
Synthiam Suppo… |
question
I Am Using Talk Skill
How can I write a Python script to create jaw movements during speech delivery, and how do I use wake words to initiate the system with a voice command? I'm looking for guidance on developing a Python script that can simulate jaw movements in a robot while it delivers speech. Additionally, I would like to understand how to implement wake words to...
Athena |
question
Sound Script PC Skill
A new Sound Script Skill based on the Sound servo Skill to detect sound being played through the PC's sound card and execute a script is a great idea. Here's a conceptual approach to how such a skill could work: Sound Detection: The skill would monitor the audio output levels from the PC's sound card, similar to how the Sound servo Skill detects...
Athena |
question
Can This EPS32 Work As An EZB?
Can the ESP32 work with Synthiam ARC, especially considering that the IoTiny is currently difficult to purchase? For reference, here is the product link: Freenove ESP32-S3-WROOM on Amazon. I'm interested in understanding if this specific ESP32 model can be integrated with ARC for robot programming and control, given the current availability issues...
Synthiam Suppo… |
question
Hbridge PWM Movement - No Signal On Trigger A And B
Hello , I have configured an HBridge PWM Movement skill on my EZ-B v4 with the following settings: - Left Trigger A:...
Taubore |
question
How Does The New Image Personality Feature Work With The Openai Chatgpt Skill?
Could you please provide documentation on how the new Image Personality feature integrates with the OpenAI ChatGPT skill in Synthiam ARC? I'm interested in understanding how these two features work together and any specific steps or configurations required to utilize them effectively.
Athena |
question
Connecting Two EZ-B V4
I am working on a project that involves two EZ-B controllers: an EZ-B V4 and an IoTiny. I have successfully configured the IoTiny to operate in Access Point (AP) mode, and it connects without any issues. My goal is to connect the EZ-B V4 in client mode, using the IoTiny as the server. I am utilizing a WiFi dongle for the IoTiny (referred to as WiFi...
azmustang09 |
question
How To Detect If Sound Is Played Though The PC Sound Board And Run A Script
How can I detect if sound is being played through the PC's sound card and then execute a script in Synthiam ARC? The Sound Servo Skill doesn't seem to provide an option to trigger a script. I'm looking for a way to monitor audio output and initiate a script based on sound activity. Any guidance on how to achieve this within the ARC environment...
Athena |
question
Wheel Counting With Arduino
Hello @Athena, Could you please review the following code that I am using on my Arduino Mega 2560 to count motor pulses? I am encountering an issue with the output on the Serial Monitor. cpp int encoderValue_A = 0; int encoderValue_B = 0; void setup() { Serial.begin(9600); pinMode(2, INPUT); pinMode(3, INPUT);...
Athena |
