Proving that Radiosondes can utilize Linear-transponder AMSATs

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

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.