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
您最多能選擇 25 個主題 主題必須以字母或數字為開頭,可包含連接號「-」且最長為 35 個字元。
 
 
rra aeab738a43 adding changes / fixes made for keet.space 6 年前
README.md Update README.md 7 年前
get_tle.py adding changes / fixes made for keet.space 6 年前
render.sh adding changes / fixes made for keet.space 6 年前
satpredict.py adding changes / fixes made for keet.space 6 年前
sats.sh adding changes / fixes made for keet.space 6 年前
satschedule.py adding changes / fixes made for keet.space 6 年前
setup.sh Update setup.sh 7 年前

README.md

Pi_WXRX

Receive and decode NOAA satellites with a Raspberry Pi.

This requires the following:

Edit satpredict.py and change the "qth" variable to your lat/long/alt.

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). The sats.sh file runs itself after completion so there are few reasons to run it twice. If you must rerun the sats.sh script you will need to wipe the At Queue, see below.

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