Robot Building Questions

Upgrade to ARC Pro
Discover the limitless potential of robot programming with Synthiam ARC Pro – where innovation and creativity meet seamlessly.
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
Add remote telepresence capabilities to your robot from your phone or PC
Add your robot to Exosphere
Sythiam Swag
Robot Builder's Phone Case

Robot Builder's Phone Case

No one will mistaken whos phone it is - its the robot builders phone! Protect your phone in style with a customizable...
Wavefront by rz90208
Featured
By rz90208

Wavefront

Wavefront path planning Navigation (shortest path to destination)

ARC  - a short video - My tank base robot - DC brushed or brushless motors and L298N Dual H-Bridge with Pulse Width Modulation (PWM) control robot by EzAng
Featured
By EzAng

ARC - a short video - My tank base robot - DC brushed or brushless motors and L298N Dual H-Bridge with Pulse Width Modulation (PWM) control robot

Hi, I just used with ARC , an IO tiny, Ez-robot battery, the H-Bridge PWM control with a tank chassis - works well, forward, backward, left,...

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); ControlCommand(Bing Speech Recognition, UnpauseListening); Thank you.
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 provides it...
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? Id 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.