Servo Pad icon Servo Pad Drag mouse or finger as a virtual joystick to control pan/tilt x- and y-axis servos with configurable ports, limits, inversion, and backgrounds. Try it →

All Community Content

ARC Pro
Learn More
Upgrade to ARC Pro
Subscribe to ARC Pro, and your robot will become a canvas for your imagination, limited only by your creativity.
Synthiam Credit
Earn synthiam credit to lower synthiam product costs
Earn Credit
Contribute to the community and earn credit to lower the cost of Synthiam robotics products and subscriptions.
Log In to Earn Credit
Synthiam Swag
See All Swag
Gaming Mouse Pad

Gaming Mouse Pad

While programming your robot, these 9x7 inch personalized mouse pads deliver a smooth experience...
View Product
Inverse Kinematic Arm by Synthiam
Featured
Inverse Kinematic Arm

Control robot arms via inverse & forward kinematics: specify X,Y,Z (cm), auto joint calc, EZB config, MoveTo API, camera pick/track

How To Automate The Robot by crivellarodiego.82
Featured
Robot By Crivellarodiego.82

Create an ARC project to migrate your Raspberry Pi-based robot to Synthiam ARC, configuring hardware, scripts, and apps for full control

Community

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
Servo
Lewansoul Servo
By LewanSoul

Lewansoul Servo v30

Control LewanSoul LX-16A servos via ARC (EZ-B v4/IoTiny): assign virtual ports, read positions, set speeds, and enable continuous rotation.
general
Any Chance We Can Incorporate Moasure To Work With ARC

Any Chance We Can Incorporate Moasure To Work With ARC

Any chance we can incorporate Moasure into our robots? This would be a big deal in many ways with its spatial...
general
Synthiam Website Going Down At Random

Synthiam Website Going Down At Random

I have seen synthiam.com go down twice and it displays this error message: Is this commonly happening? Is this only happening to me?
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...