HADIE - High Altitude Digital Imaging Experiment - ssdv encoder / transmitter
 
 
Go to file
Philip Heron 5705af4f23 Fix baud rate calculation. Actual baud rate was slightly slower than expected. 2011-01-24 23:38:58 +00:00
.gitignore
LICENSE
Makefile
PINS
README
c328.c
c328.h
config.h
gps.c
gps.h
hadie.c
rs8.h
rs8encode.c
rtty.c Fix baud rate calculation. Actual baud rate was slightly slower than expected. 2011-01-24 23:38:58 +00:00
rtty.h
ssdv.c
ssdv.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.