To use our USB game pad with a Raspberry Pi robot, you'll need to code it! There are two libraries we like to use for this:
- Input library: The 'Input' library has great documentation and is what we recommend when using this controller with some of our robot kits: https://approxeng.github.io/approxeng.input/.
- Once set up, the simple usage page is here: https://approxeng.github.io/approxeng.input/simpleusage.html.
- PyGame library: The 'PyGame' library is another way of coding your USB game pad. There's a good article here for the controller, the writer shows Pygame example code in use: https://www.bluetin.io/reviews/raspberry-pi-controller-robot-control/