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 one free 3rd party plugin robot skill per project
- Trial cloud services
- Free with trial limitations
For schools, personal use & organizations. This edition is updated every 6-12 months.
ARC Pro
Only $8.99/mo
- 2 or more PCs simultaneously
- Includes unlimited skills
- Cloud backup
- 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 |
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 |
** 1,000 per cognitive type (vision recognition, speech recognition, face detection, sentiment, text recognition, emotion detection, azure text to speech)
Upgrade to ARC Pro
Become a Synthiam ARC Pro subscriber to unleash the power of easy and powerful robot programming
You blow me away every week.
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?
Is roboy ready to use? I started it up and connected my biped and ARC kept crashing. (version 2012.04.18.01)
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. Thanks DJ.
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
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
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.
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
I wish RSS had a better standard