You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I initialise the motors or I set the angles for inner_arm and outer_arm only the elbow motor and pen lifting motors move.
If I use bg.drive_xy() both A,S and K,L move the elbow motor. The shoulder motor does not move.
I've double checked the wiring on the breadboard I'm using and have replaced the wires and motor to the shoulder, which has not solved the issue..
The text was updated successfully, but these errors were encountered:
@oakey1979
I am playing with brachiograph right now and it happened to me ~3 days ago. I came to conclusion that I'll change the GPIO14 to GPIO23 to get rid of uart garbage during pi booting process which is causing unpredictable inner shoulder moves. I think it somehow helped - at least I haven't observed such behavior since that change.
You can change the pinout under plotter.py. I am going to create a PR here that extracts pin numbers ('magic numbers') to variables.
When I initialise the motors or I set the angles for inner_arm and outer_arm only the elbow motor and pen lifting motors move.
If I use bg.drive_xy() both A,S and K,L move the elbow motor. The shoulder motor does not move.
I've double checked the wiring on the breadboard I'm using and have replaced the wires and motor to the shoulder, which has not solved the issue..
The text was updated successfully, but these errors were encountered: