ARC Software Feature Requests

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%...
Tutorial by mikebmac
Featured
By mikebmac

Tutorial

A plugin to give a step-by-step guide on how to use your robot or script (Pictures can be included).

First Real Look At My Ez-b Controlled Full Size Lis B9 Robot by Dave Schulpius
Featured
By Dave Schulpius

First Real Look At My Ez-b Controlled Full Size Lis B9 Robot

Hi all, Id like to share a video I just took of my full size Lost in Space B9 robot thats controlled by two EZ-B controller boards. Right...

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
feature request
Open
Add A Snap To Grid To The Workspaces

Add A Snap To Grid To The Workspaces

I see that you talked about a snap to grid for the workspaces back in April so I would like to make it a formal feature request. I usually use quite...
feature request
Completed
Request For AIML 2.0

Request For AIML 2.0

For me as I develop interactive robots I have always had the dream to have a conversational AI that I could teach simply by talking to it. I used the Pandorabot and AIML plugins...
feature request
Completed

I Know You Are Working To Get GPT-3 Working, But What About Dialogpt?

It would be a lot of fun to get this working with ARC. The coding is over my head, but I know DJ (and company) could do it in a heartbeat.  DialoGPT is a SOTA large-scale pretrained dialogue response generation model for multiturn conversations. The human evaluation results indicate that the response generated from DialoGPT is comparable to human...
feature request
Open

Lists In Blockly

I would like to request lists in Blockly which can make an array. https://www.youtube.com/watch?v=9NJjSK8SPyw  I have the voice feeding into variables and it works great but now I find that Im making a ton of variables to hold them. Rather than doing it this way have the speech recognition put the numbers into an array. Once they are in an array...
feature request
Completed
Smoothing Motions

Smoothing Motions

@DJ, I recently saw this video by James. He shows how he adds a couple of lines of adruino code to smooth out positions for servos. You can see his solution starting at about 5:00 in the...
feature request
Completed
GPT-2 Text Generator With Api...

GPT-2 Text Generator With Api...

Hey I found this...it is not really a feature request, but I thought it might be interesting for you guys to try? Its also an attempt to not open a thread...
feature request
Completed
Blockly Copy Across Scripts And Multi Selection

Blockly Copy Across Scripts And Multi Selection

As someone that is fairly new to programming, Ive been spending a lot of my time using blocky in the script collection....
feature request
Completed
Website Feature Request

Website Feature Request

Can we get another option for posting? Maybe General or something for posts that dont fit into these categories. Basically now we have post a robot or ask a question. How...
feature request
Completed
Algebraic Expressions In Blockly

Algebraic Expressions In Blockly

I would like to request algebraic expressions in the math portion and variable portions of Blockly. This would allow me to manipulate numbers and variables...
feature request
Open

Arbotix-M Controller

any plans to support the Arbotix-M controller? https://www.trossenrobotics.com/p/arbotix-robot-controller.aspx
feature request
Completed
Animated Faces For For Robot Characters

Animated Faces For For Robot Characters

Ive been thinking about designs for a robot, the kind with animated faces on flat panels. Id like to be able to call up animations I create...
feature request
Completed

Disabling Button In Interface Builder

Is there any way of disabling buttons on the Mobile Interface when a script is running? My robot has real issues when kids press one button, then another and another in quick succession. I have tried setting a variable such as $ScriptRunning to 1 when a button is pressed, and then skipping to the end of code if another button is pressed when this...