RGB 8X8 Animator icon RGB 8X8 Animator Create, edit and play animated frames on an RGB 8x8 LED matrix via I2C with looping, adjustable pauses and scriptable EZ-Script canvas control. Try it →

Release 2013.01.12.00

Desktop — Windows

ARC Release

ARC (Autonomous Robot Control) is Synthiam's flagship desktop robot programming platform. Build, program, and control any robot with powerful AI, 500+ plugins, and a visual no-code interface — all from your PC.

🤖 500+ Robot Plugins
🧠 AI & Machine Learning
☁️ Synthiam Cloud
🖥️ Windows 10 or 11

Change Release Notes

This release is minor and the update focus is on the EZ-Script i2c read/write commands. The i2c is normally a confusing protocol due to the addressing issues. I have created the i2c commands in EZ-Script to figure out all addressing conversion for you:)

Click here to read about i2c: https://www.ez-robot.com/Community/Forum/posts.aspx?threadId=322

Click here to locate the i2c port on your EZ-B: https://www.ez-robot.com/Tutorials/Hardware.aspx

For example, the confusion behind the i2c addressing lies in shifting the 7 bit address into an 8 bit address, and setting the LSB to 0 or 1 depending on the direction of the data. Does that sound confusing? Good, because you do not need to worry about any of that with ARC!

If you communicating with an i2c device (for example an Arduino or Compass, etc) - you may be given one of many address types....

Quote:

Device Address: 0xa0

or

Device Address: 0x50

or

Device Read Address: 0x50 Device Write Address: 0x51

The above list of addresses are all the same - surprisingly. In any other environment, you would need to understand how they are the same to know how to use them. You would need to convert between 7 bit and 8 bit of 0xa0 to 0x50. You would then also need to convert the 0x50 to 0x51. Wow, so confusing! Well, ARC makes it easy.

In fact, you can use ANY i2c device address - without needing to format or convert the bytes. ARC will figure it out for you:) You simply connect the device to your i2c port, read the manual to find the i2c address, and enter it in ARC's EZ-Script i2cWrite() or i2cRead() commands.

  • Release() fix
  • i2cWrite() and i2cRead() do not need device address conversion
  • Change tracking color by ControlCommand(). See below example

Tracking Color Change Command


ControlCommand("Camera", CameraColorTracking, "Red" )
or
ControlCommand("Camera", CameraColorTrackingEnable, "Blue" )

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

Your robot can be more than a simple automated machine with the power of ARC Pro!

#25  

So my question would be; How would this MA3 encoder interface with the EZB? Through the ADC port? Would it return the voltage values just like a common pot?

DJ, I didn't know you had the coding section up and ready. Wow, that was fast! I'll get my codes in there asap.

#26  

Wow, that little sucker costs over $70! Sure looks nice though and sounds likes it returns voltage readings like a regular pot. very tiny also.

#27  

They make others under $30 small size,but on that one i bought 6,if you buy 5 or more price drops alot dont forget when you deal with higher precision and smaller size price is high

Also another point most pots DONT DO 360 deg ,witch is what is needed on a motor feedback

I did find some but at a cost of $50 and there are big ADC takes 0-5 volts ,and both put out 0-5 volts ,its not like digital,so interfacing is the same

I SELL high torque motors from neato xv-11 and they come with magnetic encoders,they put out the same voltage

#28  

robotmaker, I think this part could help me. I need shaft position feedback, but let's say I have 60 turns of the shaft. I don't want to mess with gearing to get the shaft turns to something reasonable for a feedback pot. This peice is not limited mechanically, right? It will continue to rotate mechanically and just reset it's analog output?

#29  

i think so, never tested it

ALSO for others, regular pots are not 360 deg continuous and even multiturn they have a metal stop inside,they work great for servo position ONLY.

So only magnetic hall effects encoders can be used on motors for navigation and speed with analog output ,second can only tell if going foward,unless you have a differential circuit.

On quaderature optical encoders have 2 outputs 90 deg to each other and has ciruit to tell in going foward pulse or backward pulse ,by comparing the pulses.

When i get a chance and time looking at making pulse width to analog voltage out circuit.