HADIE - High Altitude Digital Imaging Experiment - ssdv encoder / transmitter
 
 
Go to file
Philip Heron 2a7aeeaedd Image dimensions are divided by 16 now 2010-08-13 13:01:01 +01:00
.gitignore
LICENSE
Makefile Cosmetic fixes 2010-08-13 12:59:17 +01:00
PINS Update pins description 2010-08-05 22:28:38 +01:00
README
c328.c Cosmetic fixes 2010-08-13 12:59:17 +01:00
c328.h Make reading camera data less crazy 2010-08-07 16:58:06 +01:00
config.h
gps.c Store GPS hemisphere separately -- old method couldn't handle positions between 0 and -1 degrees. 2010-08-05 22:25:15 +01:00
gps.h Store GPS hemisphere separately -- old method couldn't handle positions between 0 and -1 degrees. 2010-08-05 22:25:15 +01:00
hadie.c Image dimensions are divided by 16 now 2010-08-13 13:01:01 +01:00
rs8.h
rs8encode.c
rtty.c
rtty.h

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.