All Community Content

Upgrade to ARC Pro
Harnessing the power of ARC Pro, your robot can be more than just a simple automated 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
Add remote telepresence capabilities to your 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...
Picture In Picture by Synthiam
Featured
By Synthiam

Picture In Picture

Super impose a camera image on another camera image

Jo Robosapien Project by rb550f
Featured
By rb550f

Jo Robosapien Project

I started working on this Robosapien project with making a new head from a 3d kids space projector. Fabricated face shield form tinted...

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

How To Write The Audio.Say In Python

How to write the code in Python for audio.say to instead print(text)? import time import random def SayWait(text, wait_time): print(text) time.sleep(wait_time) # Story 1 def story1(): SayWait(Once upon a time, there was a dear little girl..., 1) # Story 2 def story2(): SayWait(What a tender young creature., 1) # Randomly choose a story chosen_story...
question

Monitor The Serial Communications Between ARC And An Arduino Board

Is there a way to monitor the serial communications between ARC and an Arduino connected by USB?
question

Can See Camera On The Wifi But Not The Actual Board

I have an Ez-B Tiny. On the wifi the camera shows up but not the board - although it did previously. Why?
general
3D Modelling Help

3D Modelling Help

One of the fingers of my robots hands broke.  I tried making another one in tinkercad but they have indentations and curves so I failed miserably.  The fingers are all the same so I can...
question
What Do You Think Of The New Look?

What Do You Think Of The New Look?

Weve been busy! Now that kits are flying out of our lab, weve had some time to tick off items on the to-do list. I personally like the change to the...
robot
Davidh's BOB

Davidhs BOB

26th October 2023 He is a Standard (ish) Inmoov called BOB. Started on the 20th of October 2023, All printed so far with PET-G mostly done with one printer, as my second Anycubic, seems to associate...
release

ARC 2024.01.08.00 (Pro Runtime)

This light update includes only one change-the full screen mode of the Interface Builders Full-screen interface virtual desktop. In various DPIs and resolutions, the entire screen interface removing the top menu bar created alignment issues. We have restored the original functionality before this change was implemented last year.
Remote Control
Interface Builder
By Synthiam

Interface Builder

The Interface builder skill empowers you to create a touch-screen user interface (UI) for your robot. Use buttons, labels, pads, sliders,...
general
Using Openai GPT4 To Control A Robot Arm

Using Openai GPT4 To Control A Robot Arm

Weve been working on a few things using Open AIs API, such as navigating any robot around any environment and avoiding obstacles with only a...
question

Multiple Xbox Wireless Joysticks

Id like to request to have the ability to have multiple xbox wireless joysticks in ARC. I realize the that the first one would have movement panel associated with it but the next ones could have all of the other buttons available and for the potentiometer it could just send out to the variables direction and speed and let us manipulate the data as...
question

Myfunc In Blockly

Could you explain how myfunc and return are used in Blockly. Can you give me a few examples of how they are being used in Blockly scripts. I would like to use them to oversee certain scenarios in the script, and if it does happen do something to correct it. Can you show me how to do this?
question

I2C Color Code Freezes EZB

Dear robot friends, I have noticed the following issue. When BlinkM I2C is connected, the code works: I2CWrite(0,0x09,o) and I2CWrite(0,0x09,c,0x00,0x00,0x00). No problem at all. However, if the BlinkM is not connected and this code is started via EZ-Script, the EZB freezes. This happens with every single EZB. Therefore, if I try to control...