ARC Software Feature Requests

Upgrade to ARC Pro
Your robot can be more than a simple automated machine with the power of 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
Waterproof Bluetooth Speaker

Waterproof Bluetooth Speaker

Add your soundtrack to robot building adventures, or add this to your robot! Introducing the Synthiam IPX6-certified...
EZ Chart by leversofpower
Featured
By leversofpower

EZ Chart

Basic 4 series bar chart for comparing your robots sensor values at a glance.

Cybot2.0 by RoboHappy
Featured
By RoboHappy

Cybot2.0

Hi guys, Thought I would show off my robot again. This is Cybot 2.0. The big change I did was get rid of that big laptop of a head and went...

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...