
Jerseylance
USA
Asked
— Edited
To whom it may concern I would like to know can I use the io tiny or the ezb4 controller to communicate with the another controller?
To whom it may concern I would like to know can I use the io tiny or the ezb4 controller to communicate with the another controller?
Arduino requires programming. So you will need to write your program on Arduino to receive the commands
I think what you're misunderstanding is that ALL other controllers require complicated C++ code to have them do anything.
So, if you wish for another controller to be slave communication to the ezb, you have to write that code on the other controller. The code will be specific to what you want it to do.
Why do you want to use a cm530? The ezb controllers dynamical servos natively.
1) The dynamixel plugin will allow controlling dynamixel servos
2) The Camera Control will allow tracking
3) The Auto Position control will allow movements of servos
#2 and #3 can be learned with the activities in the learn section using The Robot Program
Have fun!
Please check out the details on the plugin page here