Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 1.17 KB

File metadata and controls

16 lines (10 loc) · 1.17 KB

df-firmware

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.

Building

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

Licensing

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.