Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 
 
 
Justin Karimi bfeeb9cc44 Refactor sun.py to Remove User-Specifics 3 anos atrás
.github/ISSUE_TEMPLATE Update enhancement.md 3 anos atrás
migrations exit migration if demod.py exists (i.e. migration done before) 3 anos atrás
software File tidy-up 4 anos atrás
templates Refactor sun.py to Remove User-Specifics 3 anos atrás
.gitignore add panel.db to ignore list 4 anos atrás
HARDWARE.md header 4 anos atrás
INSTALL.md Fix copy files for ISS demod 3 anos atrás
ISS.md ISS doc 3 anos atrás
LICENSE Create LICENSE 4 anos atrás
METEOR.md header 4 anos atrás
README.md Refactor sun.py to Remove User-Specifics 3 anos atrás
WEBPANEL.md add webpanel data 4 anos atrás
WORKING.md Add script to prune images 4 anos atrás
check.sh Refactor sun.py to Remove User-Specifics 3 anos atrás
common.sh add missing rm's 4 anos atrás
header_1600.png header 4 anos atrás
install.sh Refactor sun.py to Remove User-Specifics 3 anos atrás
migrate_data.sh Exit if scripts are run as root 4 anos atrás
pd120_header.png ISS doc 3 anos atrás
post.py branding 4 anos atrás
prune.sh Add script to prune images 4 anos atrás
receive.sh add receive iss 3 anos atrás
receive_iss.sh Create thumb for second picture 3 anos atrás
receive_meteor.sh add receive iss 3 anos atrás
rectify.py toggle image flip for meteor night passes 4 anos atrás
requirements.txt Refactor sun.py to Remove User-Specifics 3 anos atrás
schedule.sh add receive iss 3 anos atrás
schedule_iss.sh ISS: remove hardcoded value 3 anos atrás
schedule_meteor.sh Exit if scripts are run as root 4 anos atrás
schedule_sat.sh Exit if scripts are run as root 4 anos atrás
sun.py Refactor sun.py to Remove User-Specifics 3 anos atrás
test_reception.sh Exit if scripts are run as root 4 anos atrás

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