Code Monkey home page Code Monkey logo

noaa_satellite_ground_station's Introduction

NOAA Satellite Station

Easy to build NOAA weather satellite image receiving station which autmomaticly calculates pass time and recieves as well as decodes the signal, with nothing more than a raspberry pi and a sdr stick as well as an antenna!

You can checkout the live project Webinterface here!


Installation

  • Clone Repository
  • remove www folder
  • Install Dependencies
    apt-get install at
    apt-get install rtl-sdr
    apt-get install predict
    apt-get install sox
    apt-get install libusb-1.0
    apt-get install cmake
    wget http://www.wxtoimg.com/beta/wxtoimg-armhf-2.11.2-beta.deb
    dpkg -i wxtoimg-armhf-2.11.2-beta.deb
  • Check stick
    sudo rtl_test
  • Change predict ground station location
    predict
  • Give sat.sh execution rights
    chmod +x sat.sh
  • Add script to crontab for auto execution
    crontab -e
    add "1 0 * * * /sat.sh" to crontab file
  • Run sat.sh
  • Check for satellite passes
    atq
  • If everything went as expected you should see a list with satellite passes for this day
  • You will find the final pictures with all the other meta files(.wav, .txt, -map.png, .png) at /var/www/html/sat/{pass}/

Install Webinterface

  • Install Dependencies
    apt-get install apache2
    apt-get install php5 libapache2-mod-php5 php5-mcrypt
  • move .php and src files/folders to /var/www/html/
  • Your Web Interface is ready, have fun!

Partlist

Raspberry Pi
SDR Stick
Antenna Tutorial

Images

Raspberry Pi

Antenna

Sat image

Website

noaa_satellite_ground_station's People

Contributors

luickk avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.