a set of script to predict passes and make automated recordings of satellites. Intended to be run headless on an SoC. Original forked from https://github.com/va7eex/Pi_WXRX Improvements made for https://keet.space
Go to file
2017-02-04 21:53:10 -08:00
get_tle.py Initial Commit 2017-02-04 21:08:52 -08:00
README.md Update README.md 2017-02-04 21:17:08 -08:00
render.sh Update render.sh 2017-02-04 21:53:10 -08:00
satpredict.py Update satpredict.py 2017-02-04 21:51:19 -08:00
sats.sh Initial Commit 2017-02-04 20:57:53 -08:00
satschedule.py Update satschedule.py 2017-02-04 21:20:58 -08:00
setup.sh Update setup.sh 2017-02-04 21:33:22 -08:00

Pi_WXRX

Receive and decode NOAA satellites with a Raspberry Pi.

This requires the following:

To begin please run get_tle.py, preferably add it to a daily cron task. Afterwards run "bash sats.sh NOAA-##" for NOAA-15, -18, or -19 (your preference).

Occasionally things will get backed up and its best to clear everything in the pending At jobs with the following command:

for i in atq | awk '{print $1}';do atrm $i;done