HADIE - High Altitude Digital Imaging Experiment - ssdv encoder / transmitter
 
 
Go to file
Philip Heron 7c084e7340 Don't crash on a marker error, it's rude 2011-06-25 00:06:13 +01:00
.gitignore
LICENSE
Makefile
PINS
README
c328.c
c328.h
config.h
gps.c Updates done for hadie:3 flight code 2011-06-25 00:03:13 +01:00
gps.h
hadie.c
rs8.h
rs8encode.c
rtty.c Updates done for hadie:3 flight code 2011-06-25 00:03:13 +01:00
rtty.h Updates done for hadie:3 flight code 2011-06-25 00:03:13 +01:00
ssdv.c Don't crash on a marker error, it's rude 2011-06-25 00:06:13 +01:00
ssdv.h Update to the new packet format -- added a 16-bit checksum 2011-01-26 17:01:33 +00: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.