Windows/Android 2015.02.19.00

(Autonomous Robot Control Software)
Make robots with the easiest robot programming software. Experience user-friendly features that make any robot easy to program.

Change Release Notes


ARC Downloads

ARC

FREE
$0 always free
  • 1 third-party plugin skill per project
  • Trial cloud services
  • Personal, DIY & education use
  • Updated every 6–12 months
Recommended

ARC

PRO
$8.99 per month
  • Use on 2+ PCs simultaneously
  • Unlimited robot skills
  • Cloud backup & revision history
  • Weekly features & bug fixes
  • Business use permitted

ARC

RUNTIME
$0 always free
  • Load & run any ARC project
  • Read-only mode
  • Unlimited robot skills
  • Includes early access fixes & features
  • Minimum requirements: Windows 10 or higher, 2 GB RAM, 500 MB free disk space.
  • Recommended: Windows 10 or higher, 8 GB RAM, 1 GB free disk space.
  • Prices are in USD.
  • ARC Free known issues: view here.
  • More about each edition: Download & install guide.
  • Latest changes: Release notes.

Compare Editions

Feature
ARC
FREE
ARC
PRO
Get ARC Free View Plans
Usage Personal · DIY · Education Personal · DIY · Education · Business
Early access to new features & fixes
Simultaneous microcontroller connections * 1 255
Robot skills * 20 Unlimited
Skill Store plugins * 1 Unlimited
Cognitive services usage ** 10 / day 6,000 / day
Auto-positions gait actions * 40 Unlimited
Speech recognition phrases * 10 Unlimited
Camera devices * 1 Unlimited
Vision resolution max 320×240 Unlimited
Interface builder * 2 Unlimited
Cloud project size 128 MB
Cloud project revision history
Create Exosphere requests 50 / month
Exosphere API access Contact Us
Volume license discounts Contact Us
Get ARC Free View Plans

* Per robot project

** 1,000 per cognitive type: vision recognition, speech recognition, face detection, sentiment, text recognition, emotion detection, azure text to speech


ARC Pro

Upgrade to ARC Pro

Discover the limitless potential of robot programming with Synthiam ARC Pro – where innovation and creativity meet seamlessly.

Author Avatar
Canada
#2  

I have been waiting for this one for a LONG time "or someone to do a script for them"

Im wondering if it has tobe the Mini 8x8 LED Matrix w/I2C Backpack - Red "or one of the other colors"

Or if it will also work with these ones as well 8x8 Red LED Matrix with out the I2C Backpack

I have an idea in mind to replace the LEDS with transistor switches

Author Avatar
Canada
#3  

One update to the New control that would be cool is to have it show the lights in the control while its running at the same time as it showing on the matrix itself

I don't have any yet and it would be good to see and test with out having one or even if you do having to look away to see it

Right now I can play with it but I cant see it do any thing at all when I run it:( so I cant really see if it works at all:( lol

#4  

@Wolfie... if the control for the 8x8 LED Matrix is I2C, then how would the version of the 8x8 LED matrix work without it's I2C backpack?

Author Avatar
Canada
#5  

I have no idea like I said in another post I know NOTHING about i2c at all a year ago I never even herd of it and I know that if im wondering others are to

Author Avatar
United Kingdom
LinkedIn Twitter Google+ YouTube
#6  

@Wolfie, if the I2C commands are the same for that matrix then the new control will work. If not then it wont. If it's without backpack it wont work, it needs the backpack, that's what controls the LEDs, think of the backpack as a slave to the EZ-B.

As for visual display in ARC to show realtime feedback on the matrix, my guess (and be aware it's a guess so may be wrong) is it would use a lot of system resources which is the opposite direction to how ARC has gone since it's simplification of icons etc.

#7  

@Wolfie... Really, where have you been hiding? Without the I2C interface you'll have to drive each LED individually with a different port... So you will need 64 ports for 64 leds....

Author Avatar
United Kingdom
LinkedIn Twitter Google+ YouTube
#8  

@RichardR, not necessarily, you can multiplex/Charlieplex LEDs (which is what this does). This greatly brings down the number of digital ports required however does need very fast switching of signals from high to low.