Google Speech Recognition icon Google Speech Recognition Google Speech for ARC: cloud speech recognition with waveform, configurable response scripts and PandoraBot support Try it →

Robot Building Questions

ARC Pro
Learn More
Upgrade to ARC Pro
Stay on the cutting edge of robotics with ARC Pro, guaranteeing that your robot is always ahead of the game.
Power Up Your Scripts with AI
Describe what you want — get working robot code. The project-aware AI Script Assistant built into ARC.
Synthiam Credit
Log In
Earn synthiam credit to lower synthiam product costs
Earn Free Credit
Share your robots, answer questions, and help others — earn credit toward ARC Pro, AI credits, and robot swag.
Remote control robots or add telepresence capabilities with Exosphere

Drive Real Robots, Anywhere

Remotely operate robots around the world or add live telepresence to your own build — straight from your browser.

Discover Exosphere
Text Overlay by Synthiam
Featured
Text Overlay

Overlay a variable on a processed camera image at X/Y coordinates; name the variable and attach to a specific or any available camera

RE3D the ROBOT has been watching too much television, and thinks he will be on a commercial. by edbot
Featured
Robot By Edbot

RE3D tried to audition for a Superbowl commercial but got rejected and now blames me.

Community

Join the Synthiam Robotics Community

Connect with thousands of robot builders, educators, and engineers. Share projects, get answers, and learn to build smarter robots with ARC.

  • ✓ Showcase your robots & projects
  • ✓ Get help from experienced builders
  • ✓ Earn credit toward Synthiam products
Create Your Free Account Log In
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?
question

Custom Haar Tracking Using Cascade Defined Model

Hello All -  How can I use a Custom Haar cascade model within the camera module? I would like to use a defined model, not sure where to I can place the .xml file "directory" https://github.com/opencv/opencv/tree/master/data/haarcascades Thanks as always everyone.