Change Release Notes
updated main menu flat icon with colors to easily identify menu items
all config menus of controls changed to look the same, white background, etc...
Camera control uses color coding for tabs
Project History when ARC is first loaded, or NEW button is pressed. Keeps track of recent projects that you've loaded. It will display the first time that there is something to display... You'll see what I mean
Right Click when editing soundboard ez-b to add Auto Position actions instantly to create dances and animations
ARC Downloads
ARC
FREE- 1 third-party plugin skill per project
- Trial cloud services
- Personal, DIY & education use
- Updated every 6–12 months
ARC
PRO- Use on 2+ PCs simultaneously
- Unlimited robot skills
- Cloud backup & revision history
- Weekly features & bug fixes
- Business use permitted
ARC
RUNTIME- 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.
- 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
Upgrade to ARC Pro
Subscribe to ARC Pro, and your robot will become a canvas for your imagination, limited only by your creativity.
-635659258618929765.png)
-635659258805023515.png)
-635659258963617265.png)

Hey DJ,
Not to detract from another great update, but what would the possibility be of having the AutoPosition panels allow you to use multiple EZ-B's by specifying which board and then digital pin on that board you are controlling? If you need a tester, I would be happy to do so
Unfortunately no - the delay between each EZ-B's wifi and communication will prevent an auto positioner from controlling more than one EZ-B at a time. There will need to be multiple Auto Positioners, each with their own EZ-B specified to achieve what you're asking. It's a limitation of timing for syncing over the network. The Auto Position uses high precision calculations based on the ez-b's communication speed to synchronize the servo positions.
Gotcha. Thanks for clarifying. Can I add multiple Auto Position controls to a project? I would try but I am not at a pc.
@David... just tried it... Yes, looks like you can add more than one Auto Position control per project...
cool, I will give it a try as soon as I have time to jump back into the project.
dj
very nice.
@DJ Would it be possible to use the serial connection to overcome issues with wireless? For example, could you connect 3 ezb ' s using the high speed serial connections as a way to sync multiple servos between controllers in one Auto Position control? It may still be too slow. I am just throwing out an idea. This would allow 3 ezb ' s to be attached to a master controller and might work.
Bandwidth of UART/Serial is too slow for the EZ-B. The EZ-B works at 10mbps and serial without proper rts/cts and short wires will have issues with anything over 1mbps
Also, the EZ-B doesn't accept commands over the UART - limited to the WiFi.
We have considered a USB version in the future - when we have more resources