-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathREADME
30 lines (22 loc) · 1002 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
__ ___ ____ _____ ____ ____ _____ _ _ ____
\ \ / / \ |___ \| ____| _ \| _ \ |_ _| \ | |/ ___|
\ \ / / _ \ __) | _| | |_) | |_) |____| | | \| | |
\ V / ___ \ / __/| |___| __/| _ <_____| | | |\ | |___
\_/_/ \_\_____|_____|_| |_| \_\ |_| |_| \_|\____|
by Thomas Cort <[email protected]> ( VA2EPR / KB1EPR )
This is a student's final year Electronics Technology project
which implements a Terminal Node Controller and an APRS tracker. See the
LICENSE file in this directory for details on the licenses that apply to
the project files.
Project Layout
--------------
documents/
reports, presentations, and notes about the project.
hardware/
schematic/pcb/etc in LabCenter Proteus ISIS/ARES format.
firmware/
C code that runs on the ATMega1284p microcontroller.
software/
C++ code the runs on the PC to provide a GUI.
website/
project website ( http://www.tomcort.com/ ).