Directionizer is a student project by Mason Ahner, Jared Beller, and John Fiorini for the spring 2021 session of ECE 2804 at Virginia Tech. The "directionizer" is a handheld device for locating a 1 kHz audio beacon. This repository contains software for identifying the relative direction of the beacon using the device's three onboard microphones.
This program is designed to run on either an Arduino Uno or the df-pcb processing board. Look at the df-pcb schematics for wiring directions. Arduino CLI or Arduino IDE is required for building this project. Using Arduino CLI, compilation can be done with:
arduino-cli compile --fqbn arduino:avr:uno df-firmware
Copyright (C) 2021 Mason Ahner, Jared Beller, and John Fiorini
This program is released under the GNU General Public License, Version 3 or later. See LICENSE for more information.