Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 
 
Justin Karimi bfeeb9cc44 Refactor sun.py to Remove User-Specifics il y a 3 ans
.github/ISSUE_TEMPLATE Update enhancement.md il y a 3 ans
migrations exit migration if demod.py exists (i.e. migration done before) il y a 3 ans
software File tidy-up il y a 4 ans
templates Refactor sun.py to Remove User-Specifics il y a 3 ans
.gitignore add panel.db to ignore list il y a 4 ans
HARDWARE.md header il y a 4 ans
INSTALL.md Fix copy files for ISS demod il y a 3 ans
ISS.md ISS doc il y a 3 ans
LICENSE Create LICENSE il y a 4 ans
METEOR.md header il y a 4 ans
README.md Refactor sun.py to Remove User-Specifics il y a 3 ans
WEBPANEL.md add webpanel data il y a 4 ans
WORKING.md Add script to prune images il y a 4 ans
check.sh Refactor sun.py to Remove User-Specifics il y a 3 ans
common.sh add missing rm's il y a 4 ans
header_1600.png header il y a 4 ans
install.sh Refactor sun.py to Remove User-Specifics il y a 3 ans
migrate_data.sh Exit if scripts are run as root il y a 4 ans
pd120_header.png ISS doc il y a 3 ans
post.py branding il y a 4 ans
prune.sh Add script to prune images il y a 4 ans
receive.sh add receive iss il y a 3 ans
receive_iss.sh Create thumb for second picture il y a 3 ans
receive_meteor.sh add receive iss il y a 3 ans
rectify.py toggle image flip for meteor night passes il y a 4 ans
requirements.txt Refactor sun.py to Remove User-Specifics il y a 3 ans
schedule.sh add receive iss il y a 3 ans
schedule_iss.sh ISS: remove hardcoded value il y a 3 ans
schedule_meteor.sh Exit if scripts are run as root il y a 4 ans
schedule_sat.sh Exit if scripts are run as root il y a 4 ans
sun.py Refactor sun.py to Remove User-Specifics il y a 3 ans
test_reception.sh Exit if scripts are run as root il y a 4 ans

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