Hi;
I have bought this Wireless Gamepad Controller which using some provided code on GitHub and following the guides have successfully used it to control a small robot chassis via a motor driver board from the CamJamEduKit#3 designed to be used with and fitted to a Raspberry Pi.
What I would like to do know is to use the same controller to control a larger robot that is fitted with a 2 x 32Amp Sabertooth Motor Driver Board. So far I have successfully connected this board to a Raspberry Pi and have been controlling the motors by sending plain text serial commands (that can be read by the driver board) over USB. The control interface up until now has been a web based control panel but the lag and error margin is terrible, hence the need to switch.
Cn anyone help me work out how to read the GameController Joystick / Buttons and convert these to send serial commands to the driver board in Python?
I have made some headway, details of which can be found here.
Many thanks.