reynico / raspberry-noaa

Fully automated ISS SSTV, NOAA and Meteor satellite image downloader using Raspberry PI
https://github.com/reynico/raspberry-noaa
GNU General Public License v3.0
181 stars 56 forks source link

Idea: Receiving of ISS #15

Closed df6dbf closed 3 years ago

df6dbf commented 4 years ago

It seems that this time only WAV-Files from ISS catched. What about the APRS-Downlink on 145.825? Data handling may be possible with multimon-NG and pymultimonaprs to feed the APRS-Network.

73 Holger

kalidassingh commented 4 years ago

I have an error in "schedule_iss.sh". Please help me

pi@raspberrypi:~/raspberry-noaa $ ./schedule_iss.sh

./schedule_iss.sh: 8: /home/pi/raspberry-noaa/common.sh: Syntax error: "(" unexpected

surfrod commented 3 years ago

I also have the same syntax error in schedule_iss.sh.

That part of the script (note set -x is uncommented locally)

!/bin/sh

debug

set -x

. ~/.noaa.conf . "${NOAA_HOME}"/common.sh SAT_MIN_ELEV=10

PREDICTION_START=$(/usr/bin/predict -t "${NOAA_HOME}"/predict/amateur.tle -p "${1}" | head -1) PREDICTION_END=$(/usr/bin/predict -t "${NOAA_HOME}"/predict/amateur.tle -p "${1}" | tail -1)

and the mail log:

From: root@raspberrypi (Cron Daemon) To: pi@raspberrypi Subject: Cron pi@raspberrypi /home/pi/raspberry-noaa/schedule.sh MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Cron-Env: X-Cron-Env: X-Cron-Env: X-Cron-Env: Message-Id: E1kQ0dU-0003x3-O8@raspberrypi Date: Wed, 07 Oct 2020 00:01:04 -0400

......

It looks like it just exits out of schedule_iss.sh

reynico commented 3 years ago

ISS is now fully supported in master.