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
183 stars 57 forks source link

So the price I pay for being careless when I added some comments to the receiver_meteor.sh script before I posted is a syntax error on the meteor_demod command line. The corrected line should be this: #129

Closed tomamdy closed 3 years ago

tomamdy commented 3 years ago

So the price I pay for being careless when I added some comments to the receiver_meteor.sh script before I posted is a syntax error on the meteor_demod command line. The corrected line should be this:

meteor_demod -O 8 -f 128 -m qpsk --pll-bw 400 -B -q "${METEOR_OUTPUT}/${3}.s" "${RAMFS_AUDIO}/audio/${3}.wav"

My apologizes for the error.

Originally posted by @mbruski in https://github.com/reynico/raspberry-noaa/issues/114#issuecomment-771637899

tomamdy commented 3 years ago

I am very interested in Your Noaa.conf file. Can you send me a complete copy of that file?