HADIE - High Altitude Digital Imaging Experiment - ssdv encoder / transmitter
 
 
Go to file
Philip Heron e8c0eb78e1 Flush any remaining bits left in the output bit buffer 2010-10-13 16:39:24 +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 First attempt at the new 'hardened' packet format. Untested. 2010-09-30 23:28:13 +01: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 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 Add GPS parser and other bits 2010-08-03 23:42:15 +01:00
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 Don't begin a new image if the payload is falling 2010-10-12 13:21:18 +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 Make local variables static 2010-06-30 22:05:47 +01:00
rtty.h Expose function for TX'ing PGM data 2010-10-04 19:54:39 +01:00
ssdv.c Flush any remaining bits left in the output bit buffer 2010-10-13 16:39:24 +01:00
ssdv.h Handle the end of image better, and AC RLE fix 2010-10-04 19:56:10 +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.