Proving that Radiosondes can utilize Linear-transponder AMSATs

vk2cjb f707e44d20 Update 'morse.c' il y a 1 an
cmsis 8e9d0bd619 hello there to anyone finding this il y a 2 ans
cmsis_boot 8e9d0bd619 hello there to anyone finding this il y a 2 ans
stm_lib 8e9d0bd619 hello there to anyone finding this il y a 2 ans
syscalls 8e9d0bd619 hello there to anyone finding this il y a 2 ans
Makefile 8e9d0bd619 hello there to anyone finding this il y a 2 ans
README.md 8e9d0bd619 hello there to anyone finding this il y a 2 ans
arm-gcc-link.ld 8e9d0bd619 hello there to anyone finding this il y a 2 ans
config.h 8e9d0bd619 hello there to anyone finding this il y a 2 ans
delay.c 8e9d0bd619 hello there to anyone finding this il y a 2 ans
delay.h 8e9d0bd619 hello there to anyone finding this il y a 2 ans
f_rtty.c 8e9d0bd619 hello there to anyone finding this il y a 2 ans
f_rtty.h 8e9d0bd619 hello there to anyone finding this il y a 2 ans
init.c 8e9d0bd619 hello there to anyone finding this il y a 2 ans
init.h 8e9d0bd619 hello there to anyone finding this il y a 2 ans
main.c 8e9d0bd619 hello there to anyone finding this il y a 2 ans
maketledata.sh 8e9d0bd619 hello there to anyone finding this il y a 2 ans
mandelbrot.c 8e9d0bd619 hello there to anyone finding this il y a 2 ans
morse.c f707e44d20 Update 'morse.c' il y a 1 an
morse.h 8e9d0bd619 hello there to anyone finding this il y a 2 ans
radio.c 8e9d0bd619 hello there to anyone finding this il y a 2 ans
radio.h 8e9d0bd619 hello there to anyone finding this il y a 2 ans
satpredict.c 8e9d0bd619 hello there to anyone finding this il y a 2 ans
satpredict.h 8e9d0bd619 hello there to anyone finding this il y a 2 ans
ublox.c 8e9d0bd619 hello there to anyone finding this il y a 2 ans
ublox.h 8e9d0bd619 hello there to anyone finding this il y a 2 ans
updatetledata.sh 8e9d0bd619 hello there to anyone finding this il y a 2 ans
util.c 8e9d0bd619 hello there to anyone finding this il y a 2 ans
util.h 8e9d0bd619 hello there to anyone finding this il y a 2 ans

README.md

SatclockRS41

This was an experiment to see if a ~100mW RS41 could bounce off a linear AMSAT -- as a desperation recovery method. To be sensible and good-operator about it, it uses orbital prediction code I wrote >20 years ago to find when a Linear bird is overhead.

I was told off for even thinking it, but the guy who said that then went off to score Twitter upvotes by doing it himself :p .. A SatNOGS receiver in Queensland heard our attempts from Newcastle and Adelaide.

VK5QI mentioned the frequency bands for the modes used (CW, SSB, etc.) in the linears tends to be rather tight. If putting this back into action again, doppler calculations should adjust the tx frequency to keep things in-band.

Again, the original code came from the RS41HUP project. I provide no apologies for reformatting the source to GNU indentation standards, as I use Emacs.

Bulk of the RS41HUP and my prediction code is GPLv2. The STM stuff is non-Copyleft.