HADIE - High Altitude Digital Imaging Experiment - ssdv encoder / transmitter
 
 
Go to file
Philip Heron 938f63e5e8 PROGMEM requires const declaration. 2012-03-04 19:14:47 +00: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 Rebuild if config.h is changed 2011-12-29 19:29:49 +00:00
PINS Update pins description 2010-08-05 22:28:38 +01:00
README Initial commit 2010-06-07 12:02:43 +01:00
c328.c Pre-flight updates 2011-01-08 17:06:05 +00:00
c328.h Make reading camera data less crazy 2010-08-07 16:58:06 +01:00
config.h Add GPS parser and other bits 2010-08-03 23:42:15 +01:00
gps.c PROGMEM requires const declaration. 2012-03-04 19:14:47 +00:00
gps.h Pre-flight updates 2011-01-08 17:06:05 +00:00
hadie.c Add a delay to allow the rtty radio to settle 2011-12-29 19:33:13 +00:00
rs8.h Add Reed-Solomon encoder 2010-06-07 12:25:55 +01:00
rs8encode.c PROGMEM requires const declaration. 2012-03-04 19:14:47 +00:00
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.