Hello,
I am creating a robot that is controlled by an Arduino and Raspberry pi. My first thought was to use the Arduino to operate the dynamixel AX-12 (I have 4 of them that need to be controlled), but I realized that I won’t be able to send sensor data or receive commands while the Arduino is going through the planned trajectory. Therefore, I opted to control the dynamixels through the pi directly, which will allow things to run in parallel.
With this method, I clearly have to use the U2D2 However, after purchasing it, I cannot fit it within the enclosure of my robot. I really want to model the U2D2 on my custom-made PCB for the robot, but from my understanding, there are no schematics to go off of. Does anyone have any suggestions for how to control four dynamixel AX-12 servos using a raspberry pi by implementing your own circuitry?
One last question. Does the U2D2 have proprietary firmware installed on it?
Thanks in advance for any suggestions.