Skip to content

hfreire/nerf-digital-target

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A digital 📟 target 🎯 for Nerf gun 🔫 darts

Uses an Adafruit Trinket with a Velostat pressure sensor circuit to show dart hits on a 4-Digit 7-Segment Display.

Features

  • Detect, 💪 measure and display 🎯 dart hit impacts on the target ✅

How to build

Clone the GitHub repo

git clone https://github.com/hfreire/nerf-digital-target.git

Change current directory

cd nerf-digital-target

Create build directory

mkdir build

Change current directory

cd build

Generate Makefile with Arduino toolchain

cmake -DCMAKE_TOOLCHAIN_FILE=../cmake/platforms/arduino/arduino.cmake ..

Package image

make 

Upload image

make upload