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...
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 Make Robots Crew Socks
Exclusive to robot builders, these are a one-size-fits-all solution up to a mens size 12. The construction is 73%...
Featured
By Synthiam
Midi Control
Connect a MIDI musical instrument or your soundcard to your robot.
Featured
By Xuven
Project Atlas 1.0
Inspired by alot of amazing robotics enthusiasts ,project gizmo. Just starting out he will be nothing special. Some head and arm movement...
question
Speech Recognition In Mobile
@Athena is it possible to use Speech-Recognition or Advanced-Speech-recognition in iOS Arc mobile application? I have setuped autorecord with wake word on arc for windows, but seems like it not works when I run my ez-robot head on mobile phone application. It it a way to use microphone from mobile phone in mobile app?
2
159
Synthiam Suppo… |
question
How To Connect Chatgpt To Azure Text To Speech And Talk Servo V2
I want to setup ChatGPT with the azure text to speech and talk servo v2 skills. Can you provide a step by step for how I can configure this?
3
225
DJ Sures |
question
ARC Runtime Questions
Hi, I utilized the default Bing Speech Recognition or Vision functions for my project. However, I noticed that there are limitations mentioned regarding Any robot skills that require a subscription for online services, such as Bing Speech Recognition or Vision in the ARC Runtime. Im uncertain about the meaning. Does this imply that both functions...
11
300
rickymahk2013 |
question
Home Stepper Motor
Can you show me some examples in Javascript of how to Setashome for V21? Can you also show me some examples in Javascript of how to Calibrate V22?
85
796
Automation Man |
question
Lewansol Servos Reporting Inaccurate Degrees In Auto Position Movement
We are using Lewansol servo skill in conjunction with auto position skill. We...
14
373
DJ Sures |
question
Copy Sound Clips From ARC Soundboard
Ive got many sound files loaded into different ARC soundboard controls. I loaded them from sound clip files on the computer where ARC is installed. Somehow Ive lost some of those original sound files from my computer. Is there a way without using 3rd party software of copy these sound files directly from the soundboard back onto my computer?
5
400
Dave Schulpius |
question
Servo Control Command Format
if I am sending servo commands over wifi directly to the board how should the commands be formatted?
3
243
Synthiam Suppo… |
question
I Dont Know How To Use Clear Variable Values In Blockly.
I dont know how to use clear variable values in Blockly. test = 0; print(Hello World); print(Hello World.length); print(hi + im robot); print(test); test = test + test print(test); delete test; print(test); Execution Error Line 9 Col 12 - test is not defined how to i do?
2
201
DJ Sures |
question
Print A Question And Put Keyboard Response Into A Variable
In Blockly how do I print a question that will show up as a pop up for an end user and put the keyboard response into a variable? I understand how you do it with voice recognition whereas you wait for response and it will go into variable but it seems like there is a missing block in Blockly for a keyboard response.
4
313
Athena AI |
question
Could Not Load File Or Assembly Naudio
Hi , Im trying to play mp3 from robo head: try { using (NAudio.Wave.Mp3FileReader mp3 = new NAudio.Wave.Mp3FileReader(filePath)) { using (NAudio.Wave.WaveFormatConversionStream pcm = new NAudio.Wave.WaveFormatConversionStream(new NAudio.Wave.WaveFormat(EZ_B.EZBv4Sound.AUDIO_SAMPLE_BITRATE, 8, 1), mp3)) { using (MemoryStream ms = new MemoryStream())...
4
633
aivanouski |
question
How To Play Stream Or Wav File From Internet?
How to play stream or wav file from internet? like that: Audio.playAudioFile(https://peregrine-results.s3.amazonaws.com/playht20_H7Lp4K4DgvhJUfRSGYenY.wav);
3
284
Athena AI |
question
I Want To Know How To Use Startlistening In Bing Speech Recognition With A Scrit
Even after adding the script with controlCommand(Bing Speech Recognition, StartListening);, Bing Speech Recognition does not work when starting. I want to know how to make Bing Speech Recognition work in the script. Also, even if I say the wake word in Bing Speech Recognition, the robot does not start listening. What should I do?
1
146
Athena AI |