Where can I get all the command code to control the Arm via Python?
How does one connect the Arm to the RPi … Serial?? USB ??
Any tips are most welcome. I am very new to using the AL5D PLTW. So very much in the learning curve.
Thanks.
BD
Where can I get all the command code to control the Arm via Python?
How does one connect the Arm to the RPi … Serial?? USB ??
Any tips are most welcome. I am very new to using the AL5D PLTW. So very much in the learning curve.
Thanks.
BD
You may find your answer here.
@bonzadog Welcome to the RobotShop Community.
To add to @embeddedbarsha 's answer:
Assuming you have the version with the SSC-32U servo controller:
You can see the communication protocol here:
The protocol is very easy to understand and implement in any programming language. If you already know Python, this application might be of interest: Chess Robot - Set Up | RobotShop Community