RGB Animator icon RGB Animator Create custom animations for JD Humanoid's 18 RGB Eyes LEDs via I2C - per-LED color frames, transitions, pauses, scripting and real-time preview. Try it →
Ireland
Asked — Edited
Resolved Resolved by Rich!

Address Multible Cards From Speech

Is there a command that allows one to address multible cards from speech recognition ? confused

edit; by default it addresses card "0" is it possible to address card "1"


ARC Pro

Upgrade to ARC Pro

ARC Pro is more than a tool; it's a creative playground for robot enthusiasts, where you can turn your wildest ideas into reality.

Author Avatar
United Kingdom
LinkedIn Twitter Google+ YouTube
#1  

I don't quite follow, speech is based off of EZ-Script commands which, where applicable can have the board index specified i.e.


Set(1.D0, On)

or


Servo(1.D0, 50)

Basically, replace the Port Number with Board Index.Port Number

Author Avatar
Ireland
#2  

Thanks Rich thats the code I was looking for but could not find any examples