Skip to content

A Raspberry Pi powered hockey accuracy shooting competition

License

Notifications You must be signed in to change notification settings

ANC-Hackathons/pi-cision-shooting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pi-cision Shooting

Pi-cision Shooting is a Raspberry Pi powered hockey accuracy shooting competition. Players compete to see who can knock back targets mounted in each corner of a hockey goal the quickest. The GPIO pins on the Raspberry Pi are connected to a Magnetic Door Switch Set mounted on each target so that it is able to monitor when a target has been hit. A full parts list and a description of the project itself can be found in this blog post.

Accolades

Pi-cision Shooting earned the title of Most Creative during the 2017 ReadyTalk Pi Day Hackathon

Install Dependencies

pip install -r requirements.txt

Install Touch Screen Keyboard

sudo apt-get update
sudo apt-get upgrade
sudo apt-get install matchbox-keyboard

Run pi-cision-shooting from Terminal

From the scripts directory run:

./target.py

Run pi-cision-shooting w/ Keyboard from Terminal

From the scripts directory run:

./app.sh

Create Desktop Shortcut

  1. Update the paths in assets/Pi-cisionShooting.desktop to the location of the cloned repo

  2. Copy the .desktop file to your desktop directory:

     cp assets/Pi-cisionShooting.desktop /home/pi/Desktop
    

Building the Rig

A full parts list and description of building the rig can be found in this blog post.

About

A Raspberry Pi powered hockey accuracy shooting competition

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published