Skip to content

iot-foam-turret/pi-turret

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pi-turret

Raspberry Pi Automated Foam Turret

Inspired by https://www.hackster.io/hackershack/raspberry-pi-motion-tracking-gun-turret-77fb0b

Setup

This project uses Python 3. The best way to set that up is to first create a virtual environment using Python 3. Instructions

The stepper motor hat requires I2C to be enabled on the Raspberry Pi. Instructions

Before creating a virtual env:

sudo apt install python3-opencv

After OpenCV is install, create your virtual environment

mkvirtualenv --system-site-packages pi_turret

Required packages are included in the requirements.txt file so install using pip install -r requirements.txt or

make init

About

Raspberry Pi Automated Foam Turret

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published