Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 
 
 
Justin Karimi bfeeb9cc44 Refactor sun.py to Remove User-Specifics před 3 roky
.github/ISSUE_TEMPLATE Update enhancement.md před 3 roky
migrations exit migration if demod.py exists (i.e. migration done before) před 3 roky
software File tidy-up před 4 roky
templates Refactor sun.py to Remove User-Specifics před 3 roky
.gitignore add panel.db to ignore list před 4 roky
HARDWARE.md header před 4 roky
INSTALL.md Fix copy files for ISS demod před 3 roky
ISS.md ISS doc před 3 roky
LICENSE Create LICENSE před 4 roky
METEOR.md header před 4 roky
README.md Refactor sun.py to Remove User-Specifics před 3 roky
WEBPANEL.md add webpanel data před 4 roky
WORKING.md Add script to prune images před 4 roky
check.sh Refactor sun.py to Remove User-Specifics před 3 roky
common.sh add missing rm's před 4 roky
header_1600.png header před 4 roky
install.sh Refactor sun.py to Remove User-Specifics před 3 roky
migrate_data.sh Exit if scripts are run as root před 4 roky
pd120_header.png ISS doc před 3 roky
post.py branding před 4 roky
prune.sh Add script to prune images před 4 roky
receive.sh add receive iss před 3 roky
receive_iss.sh Create thumb for second picture před 3 roky
receive_meteor.sh add receive iss před 3 roky
rectify.py toggle image flip for meteor night passes před 4 roky
requirements.txt Refactor sun.py to Remove User-Specifics před 3 roky
schedule.sh add receive iss před 3 roky
schedule_iss.sh ISS: remove hardcoded value před 3 roky
schedule_meteor.sh Exit if scripts are run as root před 4 roky
schedule_sat.sh Exit if scripts are run as root před 4 roky
sun.py Refactor sun.py to Remove User-Specifics před 3 roky
test_reception.sh Exit if scripts are run as root před 4 roky

README.md

Raspberry NOAA

NOAA and Meteor automated capture using Raspberry PI

Most of the code and setup stolen from: Instructables

New Features!

Install

There’s an install.sh script that does (almost) everything at once. If in doubt, see the install guide.

Once you’ve performed an installation or if you’re pulling down the latest version of code, use the check.sh script to ensure all of the requisite changes needed for the version of code you’re using are in place. For example, in one refactor, the sun.py script was updated to rely on /home/pi/.noaa.conf having vars declared for LAT, LON, and TZ_OFFSET - if any of these are missing, the check script will fail and report what needs to occur to fix this.

Post config

How do I know if it is running properly?

This project is intended as a zero-maintenance system where you just power-up the Raspberry PI and wait for images to be received. However, if you are in doubt about it just follow the working guide

Hardware setup

Raspberry-noaa runs on Raspberry PI 2 and up. See the hardware notes