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
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
va7eex
c0e426a4a1
|
8 years ago | |
---|---|---|
README.md | 8 years ago | |
get_tle.py | 8 years ago | |
render.sh | 8 years ago | |
satpredict.py | 8 years ago | |
sats.sh | 8 years ago | |
satschedule.py | 8 years ago | |
setup.sh | 8 years ago |
README.md
Pi_WXRX
Receive and decode NOAA satellites with a Raspberry Pi.
This requires the following:
- Osmocom RTLSDR library: https://github.com/osmocom/rtl-sdr
- PyPredict: https://github.com/osmocom/rtl-sdr
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