HADIE - High Altitude Digital Imaging Experiment - ssdv encoder / transmitter
 
 
Go to file
Philip Heron 4300a99631 Get image length from the proper bytes 2010-06-29 19:10:55 +01:00
.gitignore
LICENSE
Makefile Add C328 support functions 2010-06-29 16:46:13 +01:00
PINS
README
c328.c Get image length from the proper bytes 2010-06-29 19:10:55 +01:00
c328.h Add C328 support functions 2010-06-29 16:46:13 +01:00
config.h
hadie.c
rs8.h
rs8encode.c Move reed-solomon tables into PROGMEM 2010-06-16 23:19:58 +01:00
rtty.c Add C328 support functions 2010-06-29 16:46:13 +01:00
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.