All Community Content

ARC Pro
Learn More
Upgrade to ARC Pro
Take control of your robot's destiny by subscribing to Synthiam ARC Pro, and watch it evolve into a versatile and responsive machine.
Synthiam Credit
Earn synthiam credit to lower synthiam product costs
Your Credit: $0.00
Lower the cost of Synthiam products by contributing to the platform and community.
Earn Synthiam Credit
Synthiam Swag
See All 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 men's size 12. The...
View Product
Personality Forge by Personality Forge
Featured
Personality Forge

Adds a Personality Forge chatbot to ARC, giving memory, emotions, AIScript dialogue, persistent conversation IDs and speech/chat integration via API.

Mr. Spider Sapian meets Spider Bot by EzAng
Featured
Robot By Ezang

Meet Mr. Spider Sapian and Spider Bot, the fastest bot on four legs.

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
question
How To Submit Forum Contributions With Figures (Showing Own Robot)

How To Submit Forum Contributions With Figures (Showing Own Robot)

Hi DJ, is there an option to submit forum contributions including figures / images ?...
question

Detailed Explanation Of BLOCKLY Commands

Hi - short question: Is there a glossary for BLOCKLY commands ? Most are easy to identify, but e.g. what is the difference between the ADC command and the ADC12 command ? A survey for all BLOCKLY commands would be very helpful. Earlier I was programming OZOBOT EVOs, using OZOBLOCKLY and - I must admit - that they are offering a very good online...
question
Mobile App Features

Mobile App Features

Has there been any progress on enabling Speech Recognition and Camera Object Detection with the Mobile App? For one of my robots, I cannot use an Android device with the Mobile App...
question

EZ-Robot HDD Servo Mount Size

I know the EZ-Robot HDD servo is sold by EZ-Robot and not Synthiam. Also sorry for the misguided post category. However I know there are many people on this forum that have the answer to this question. I'm hoping for a quick answer as I need to plan parts and expenses of a project.  Are the mounting holes on the EZ-Robot HDD Servo the same as a...
live hack
ESP32 Connect To ARC

ESP32 Connect To ARC

Turn an ESP32 Doit DevKit v1 into an EZ-B for Synthiam ARC to control servos, speech-triggered motion, and view ADC and digital IO graphs.
release
ARC 2021.01.06.00 (Pro)

ARC 2021.01.06.00 (Pro)

Allow unlimited strings in Wait for Speech JavaScript; speech window auto-resizes by word count; bookmarks link to Getting Started
question
Wait For Speech Window Size

Wait For Speech Window Size

Is it possible to set the wait for speech window size, using Script or other means?
question

Is Arc For Raspberry Pi Gone?

I have a working Pi with Mono installed and I am able to run the server for EZB but I want Arc instead.  I found this article referring to it going missing before. https://synthiam.com/Community/Questions/Fresh-download-of-ARC-mono-is-out-of-date-beta-19447 I began here, https://synthiam.com/Community/Tutorials/Raspberry-Pi-EZ-Builder-18621,...
question
Needing To Source Servo Gears

Needing To Source Servo Gears

Hi there, does anyone know of a place to buy servo gears from? Even better if there is a way to 3D print them so I can make adjustments.
question
Connecting To Six's Wi-Fi

Connecting To Six's Wi-Fi

Hi does anyone know why the Six Hexapod might not be connecting to a computer? I've put a new, working battery in the robot. When it turns on, there is no botting up...
question
Adding Values To Variable

Adding Values To Variable

setVar(CLeft,0); def loop(): if getVar("$RoombaLightBumperCenterLeft")==1: Navigation.SetNavigationStatusToPause(); print "Bumper Center Left";...
question
Pausing Navigation In Script

Pausing Navigation In Script

How can i pause the navigation in a python script and then continuou? Thxs