Robot Building Questions

Upgrade to ARC Pro
Get access to the latest features and updates before they're released. You'll have everything that's needed to unleash your robot's potential!
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....
Wavefront by rz90208
Featured
Wavefront

Wavefront grid planner computes collision-free, deterministic paths from start to goal using known occupancy maps for indoor robots.

Mr. ConeHead dancing, take 1 - I will try more later by EzAng
Featured
Robot By Ezang

Stabilize hard-to-balance Mr. ConeHead for dancing, preparing for Take 2.

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

What Is The Best Motor For Wheel Robot

Hello, I will start my robot project and I need to ask about what is the best motor of the following for wheel robot with RPLidar A1: * DC Motor with PWM. * DYNAMIXEL XL430-W250-T. * Continuous Servo. I Will use The Better Navigator for Movement, So did motor type is affect or limit the movement by The Better Navigator, I didn't find any info about...
question

How To Determine When Robot Is Talking Or Not Using Ezscript

How can I determine if my robot is talking or not using EZScript? There is a global variable $PCPlayingAudio, but this does not relate to talking (SAY command).
question

Bing Speech Recognition Pause Then Unpause

Hello, How do I pause then unpause Bing Speech Recognition using VAD? I can pause speech recognition but unpausing is not working. What am I doing wrong? Using -  ControlCommand("OpenAI ChatGPT", "Send", getVar("$BingSpeech")); ControlCommand("Bing Speech Recognition", "PauseListening");...
question

How To Use AI To Estimate Distances

How do I use AI to estimate distances using a ultrasonic sensor?
question

Send Commands To Servos Over Serial

I have a Raspberry Pi running Synthiam on an installation of Windows 10 and I need to send serial commands to the servos. How can this be done?
question
Chatgpt Integration?

Chatgpt Integration?

I have been using ChatGPT a lot lately just to see what the AI can do.  I am impressed in many ways over previous Chatbot AI engines.   Integrating ChatGPT into ARC/Synthiam...
question

Open AI Chatgpt Not Speaking Full Paragraph But Mouth Does Continue.

Hello All and hope everyone is getting ready for the holiday and spread cheer. Why when using OpenAI ChatGPT it will not speak the entire paragragh but the mouth does continue with paragragh? Is this a OpenAI ChatGPT limitation? Thank you.
question

Syntax For Referencing File Location In Ezscript

What is the Syntax for referencing a file location (directory) in EZScript? For example "C:\Images" + $Variable + ".jpg" return an error message.
question

Which Servo Controller Should I Use

Which servo controller should I use? I need 5 pieces of servos. Power supply 5 volts. I will use raspberry pi 4
question
The Speech Is Cut Off Using Bing Speech And CHATGPT And Iotiny

The Speech Is Cut Off Using Bing Speech And CHATGPT And Iotiny

So I ask the BingSpeech "What is your name?" it sends question to CHATGPT which then...
question

Why Is My Auto Position A Movement Panel

How can I make the autoposition skill be a nonmovement panel and then have a separate movement panel to control my steppers as you can have only one movement panel per project?
question

How Can I Use Accelerometer From Iphone And App Interface To Steer My Robot

How can I use accelerometer from iPhone and app interface to steer my robot? I'd like to tilt my Iphone and drive my robot left, right, forward and backwards. I would like it to use the amount of tilt to produce the amount of speed. Where do I find the variable for the amount of tilt the iPhone produces?