HADIE - High Altitude Digital Imaging Experiment - ssdv encoder / transmitter
 
 
Go to file
Philip Heron 7d83c22f1f Increase timeout for when the camera is capturing/compressing. 2010-06-29 19:05:17 +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 C328 support functions 2010-06-29 16:46:13 +01:00
PINS Move pins descriptions to PINS file 2010-06-08 11:45:12 +01:00
README Initial commit 2010-06-07 12:02:43 +01:00
c328.c Increase timeout for when the camera is capturing/compressing. 2010-06-29 19:05:17 +01:00
c328.h Add C328 support functions 2010-06-29 16:46:13 +01:00
config.h Move RTTY_BAUD define into config.h 2010-06-08 11:28:37 +01:00
hadie.c Test PGM string TX 2010-06-16 21:56:34 +01:00
rs8.h Add Reed-Solomon encoder 2010-06-07 12:25:55 +01:00
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 Move things about a bit 2010-06-16 22:36:30 +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.