All Community Content

Upgrade to ARC Pro
Unleash your robot's full potential with the cutting-edge features and intuitive programming offered by Synthiam ARC Pro.
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
Men's High-top Sneakers

Men's High-top Sneakers

Cyborg fashion sense has no limits! These extremely comfortable high-top canvas sneakers are made to last and to impress...
Live Stream Broadcast by Amin
Featured
By Amin

Live Stream Broadcast

Broadcast audio and video from ARC camera control to the web

Roman with new head movements and more... by EzAng
Featured
By EzAng

Roman with new head movements and more...

New ARC program with the arduino So far he can: move his eyes move his head move his mouth, timed with the words he is speaking still needs...

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
question

Ezb Controller Disconnects

My ezb4 controller is connected to an ssc32u which works fine until I  run a repeating action using multiple servos. After about 20 seconds the ezb4 controller disconnects.Why is this happening?
question

Javascript ARC Command Sleeprandom() Does Not Seem To Work

Ive got a Javascript that has a few commands that send simple Serial commands to a Kangaroo/Sabertooth motor controller with the UART.hardwareUartWriteString command. I want to pause the script for random periods between each motor movement. In the Support section under the Javascript API section it lists an example of a command that will do this...
robot
Henrik's Cardboard Wall-E!

Henriks Cardboard Wall-E!

So I thought Id share my Wall-E so far. Since I havent got my hands on a toy Wall-E I decided to build my own. The idea is to build him out of plywood later on, but I...
question
Slight Change In Controlcommand In Blockly

Slight Change In Controlcommand In Blockly

Ive run into a glitch in Blockly that renders the controlCommand unuseable I thought it may have been the fact that while you are in...
question

Small Change In Blockly

Id like to request a small change in Blockly to fix the Add Comment. I figured out why ARC does not like this feature. If you look in the Javascript after you put comments on the Blockly code you will see that it is placing a # instead of a //  which would probably work with typical Javascript but not so much with ARC.     On a different note...
question

ARC Pro Slow Down Glitch

I had a troubling issue pop up yesterday for the first time ever in my ARC project. First heres my setup: * Im running ARC Pro on a Beelink U59 Mini PC, 11th Gen 4-Cores N5105, Mini Computer with 16GB DDR4 500G SSD. * The SBC is mounted onboard my robot and is connected to three v4 EZBs by way of USB. No WiFi Connections between the SBC and the...
question

I Am Trying To Connect A Maixduino Board With G0832 Camera To ARC?

I am trying to connect a Maixduino board with G0832 camera to ARC?, what software do I have to install?
question
Chatgpt Not Functioning

Chatgpt Not Functioning

Hi Athena, Do you know what happened with ChatGPT not functioning in the ARC software this week? My robot hasnt been chatting with me this week, and Ive tried using the...
question

Upgrading From Win 10 To Win 11 For ARC Pro On SBC

,  I am running ARC Pro on a single board computer (SBC) mounted directly on my robot. Its a dedicated computer and only runs ARC for the robot. My operating system is Windows 10. I have done all the performance tips and removed a lot of unneeded bloatware with info given here on the forum. Mostly to make sure nothing is running but what is needed...
question
Heavier Batterie On Ezbv4

Heavier Batterie On Ezbv4

can a 3 cell batterie 7.4 volts damage an ezbv4 ? i used this one whithout knowing it . i also used this one on the new servos .so i burned myself the servo .
question

How Can I Use Python Script To Return Values From A Mic Array?

How can I use a Python script to return values from a respeaker mic array connected to my windows SCB that is running ARC? I have python scripts that can return sound direction that I would like to use to trigger movements.  I have the latest Python installed on the window 11 pro PC that also runs the ARC application. Is there anything else I need...
question

Is This The Proper Way To Toggle Between Two Functions In A Javascript Loop?

, I have a Javascript that watched an ADC value attached to a microswitch. When the switch is operated the ADC value will change. Ive written a JavaScript with two functions. One for each positions of the switch and a While loop in each that holds the script until the ADC value crosses a threshold. Then when one function finishes it calls the other...