Skip to content

USB Joystick using a RPi zero as the controller

License

Notifications You must be signed in to change notification settings

ShayKStage/rpi-zero-joystick

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

rpi-zero-joystick

USB Joystick using an RPi zero as the controller

front back

The default configuration sends the joystick direction to the connected USB device as if the arrow keys on a keyboard were pressed

Setup Pi Zero as a USB device using

sudo echo "dtoverlay=dwc2" | sudo tee -a /boot/config.txt
sudo echo "dwc2" | sudo tee -a /etc/modules
sudo echo "libcomposite" | sudo tee -a /etc/modules

Connect Pi and Joystick

pin_guide Use these pins or change the connections in the joystick.py file

About

USB Joystick using a RPi zero as the controller

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%