HADIE - High Altitude Digital Imaging Experiment - ssdv encoder / transmitter
 
 
Go to file
Philip Heron 5179344daf Initialise rtty code 2010-06-08 11:19:37 +01:00
.gitignore Update gitignore 2010-06-07 12:46:10 +01:00
LICENSE Add LICENSE file, GPL2+ 2010-06-07 12:06:50 +01:00
Makefile Add rtty to the makefile 2010-06-08 09:05:47 +01:00
README Initial commit 2010-06-07 12:02:43 +01:00
config.h Move callsign into config.h 2010-06-08 09:01:05 +01:00
hadie.c Initialise rtty code 2010-06-08 11:19:37 +01:00
rs8.h Add Reed-Solomon encoder 2010-06-07 12:25:55 +01:00
rs8encode.c Add config.h file 2010-06-07 13:10:32 +01:00
rtty.c Change the rtx_packet function to a more generic rtx_data 2010-06-08 09:06:47 +01:00
rtty.h Initialise rtty code 2010-06-08 11:19:37 +01:00

README

HADIE - High Altitude Digital Imaging Experiment
------------------------------------------------

This is the software used on the Hadie flight computer. It's been written
for an ATmega644P clocked at 7.3728MHz but should be easy enough to adapt
to other AVR microcontrollers.

Requires avr-gcc to compile.