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

Your robot can now respond to Twitter Feeds! Also now speaks the news, weather and more!

This is a social media features update to ARC! It contains a few new functions and controls to interact with Twitter and RSS feeds. The new Twitter Recognition Control will allow your robot to respond to commands sent over Twitter. The new EZ-Script commands gives your robot the power to speak RSS and Twitter updates to you.

  • New Twitter Recognition Control (Add Controls -> Misc -> Twitter Recognition)
  • New EZ-Script SpeakRSS command
  • New EZ-Script SpeakTwitter command

Enjoy! :)

Read Most Recent News Example:


say("Here is the most recent news update")

speakRSS("http://rss.cbc.ca/lineup/topstories.xml", 0)

Read All News Example:


say("Here is the news!")

speakRSS("http://rss.cbc.ca/lineup/topstories.xml")

Read Third EZ-Robot Twitter Post Example:


speakTwitter("EZ_Robot", 2)

Read All EZ-Robot Twitter Example:


speakTwitter("EZ_Robot")


ARC Downloads

ARC Free

Free

  • Includes a free 3rd party plugin robot skill per project
  • GPT-Powered AI support
  • Free with trial limitations

For schools, personal use & organizations. This edition is updated every 6-12 months.

Recommended

ARC Pro

Only $8.99/mo

  • 2 or more PCs simultaneously
  • Includes unlimited skills
  • Premium support discount
  • And much more

Experience the latest features and bug fixes weekly. A Pro subscription is required to use this edition.

Runtime

Free

  • Load and run any ARC project
  • Operates in read-only mode
  • Unlimited robot skills
  • Early access fixes & features

Have you finished programming your robot? Use this to run existing ARC projects for free*.

  • Minimum requirements are Windows 10 or higher with 2+gb ram and 500+MB free space.
  • Recommended requirements are Windows 10 or higher with 8+gb ram and 1000+MB free space.
  • ARC Free known-issues can be viewed by clicking here.
  • Get more information about each ARC edition by clicking here.
  • See what's new in the latest versions with Release notes.

Compare Editions

Feature ARC
FREE
ARC
PRO
  Get ARC for Free View Plans
Usage Personal
DIY
Education
Personal
DIY
Education
Business
Premium support $14.99/ticket $9.99/ticket
Feature requests Yes
Early access to new features & fixes Yes
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 recongition phrases* 10 Unlimited
Camera devices* 1 Unlimited
Vision resolution max 320x240 Unlimited
Interface builder* 2 Unlimited
Cloud project size 128 MB
Cloud project revision history Yes
Create Exosphere requests 50/month
Exosphere API access Contact Us
Volume license discounts Contact Us
  Get ARC for 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

Join the ARC Pro community and gain access to a wealth of resources and support, ensuring your robot's success.

#2  

This is so cool! I copied it into my project to try it out. Does anyone know of good rss compatible websites for areas other than canada? :D

#3  

Is roboy ready to use? I started it up and connected my biped and ARC kept crashing. (version 2012.04.18.01)

#4  

Incredible, i post yesterday the subject "speech recognition and rss feed". And what i see when i wake this morning ? New update and EZ board can read Rss feed. You know what ? I'm happy :P. Thanks DJ.

United Kingdom
#5  

Such awesomeness I've been playing with this all morning

To get my Twitter feed to work I had to untick this setting and to log onto to my Twitter settings in a browser

User-inserted image

#6  

Hi, there's a very little bug with RSS Feed. The time and date doesn't match the time zone. Which file should I edit to remove or change the reading of the date and time ? Thanks

PRO
Synthiam
#7  

It's not an ARC bug. It's an rss bug. Or better yet, lack of specification. Rss does not have a standard for date time formats. So most rss feeds use human readable custom formats. These are not easily parsed and sometimes bizarre things happen. So rss readers usually just display the pub date as a string, rather than parsing. Maybe I'll add a flag to the command to ignore reading the date.

#8  

Exactly, it's not a ARC bug. . I test the same link RSS with my AIBO and i have the same hours and date (15 novembre 2020). Something else, I use french SR and TTS and it works very well. But when ARC give hours, TTS say 10 hours 7 minutes and not 10 heures 7 minutes and i don't have this bug with Aibo. But it's not really important, all works fine. Thanks

PRO
Synthiam
#9  

I wish RSS had a better standard :)