All Community Content

Upgrade to ARC Pro
Don't limit your robot's potential – subscribe to ARC Pro and transform it into a dynamic, intelligent machine.
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
"I build robots" Hoodie

"I build robots" Hoodie

This heavy hooded sweatshirt is perfect for robot builders. The material mix of cotton and polyester provides warmth...
DepthSensor by ptp
Featured
Depthsensor

Map Kinect, Kinect One or Asus Xtion Pro skeletal joints to EZ-Script variables and control servos with customizable angle calculations.

Ez Robot Attacknid by rb550f
Featured
Robot By Rb550f

Attacknid six-legged robot using two motors, Dual H-bridge with EZB, lithium power, six ultrasonics and EZB camera tilt, low-cost hexapod.

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
general
Remember This == DJ's Creation And Brain Child.

Remember This == DJ's Creation And Brain Child.

Remember this? @Dj's creation and brain child in action. It's a v2 EZB bringing my robot to life. "It's Alive". I'd...
question

Copy Sound Clips From ARC Soundboard

I've 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 I've 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?
question

Servo Control Command Format

if I am sending servo commands over wifi directly to the board how should the commands be formatted?
general
Older Version Of The EZ-Store

Older Version Of The EZ-Store

This post will NOT be promoting EZ-Robot Inc. or any of its affiliated products. https://web.archive.org/web/20131129093419/https://www.ez-robot.com/Shop/ I have...
question

I Don't Know How To Use Clear Variable Values In Blockly.

I don't know how to use clear variable values in Blockly. test = 0; print("Hello World"); print("Hello World".length); print("hi" + "i'm 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?
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.
question

Could Not Load File Or Assembly Naudio

Hi , I'm 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...
general

Play Custom Sound Files

Anyone and @athena found a way to play custom sound (voice cloning) from robohead?  1) downloading mp3 with cloned voice and try to play it like that: Audio.PlayAudioFile("/tmp/" + sanitized_filename + ".mp3");  play it from PC. 2) Custom Plugin development required: EZ-builder.exe/dll I can't find where I can take it And...
Audio
Soundboard (EZB)
By Synthiam

Soundboard (EZB)

Play WAV/MP3 via EZ-B v4, manage tracks, add timed scripts for synced robot actions, control via ControlCommand(), volume and clipping...
hardware
EZ-Inmoov Robot Head
By EZ-Robot & Gael Langevin

EZ-Inmoov Robot Head

EZ-InMoov robot head-DIY educational humanoid kit powered by Synthiam ARC for vision tracking, speech, chatbot integration and mobile...
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");
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...