All Community Content

Upgrade to ARC Pro
Experience early access to the latest features and updates. You'll have everything that is needed to unleash your robot's potential.
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
I Make Robots Crew Socks

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%...
Myo Gesture Armband by Thalmic Labs
Featured
By Thalmic Labs

Myo Gesture Armband

Myo Gesture Armband with support for multiple devices

Ok Guys Wet And Dry Vac For Robot Start With by csa459
Featured
By csa459

Ok Guys Wet And Dry Vac For Robot Start With

old wet dry vac i had motor had went out kept the shell for something some day i found EZB- building ahead of time ,ordering the kit after...

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
Anyone Tried Windows APP With ARC

Anyone Tried Windows APP With ARC

It’s essentially a new cloud based windows service that runs on any device.   hey if I install windows App on my iPad and then install ARC do you know if...
question
Home Stepper Motor

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?
question
Lewansol Servos Reporting Inaccurate Degrees In Auto Position Movement

Lewansol Servos Reporting Inaccurate Degrees In Auto Position Movement

We are using Lewansol servo skill in conjunction with auto position skill. We...
Servo
Lewansoul Servo
By LewanSoul

Lewansoul Servo v29

Control LewanSoul digital smart servos from the EZ-B UART or PC COM Serial Port
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 == DJs Creation And Brain Child.

Remember this? @Djs creation and brain child in action. Its a v2 EZB bringing my robot to life. Its Alive. Id never seen...
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?
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/http://www.ez-robot.com/Shop/ I have...
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?
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.