Giter Club home page Giter Club logo

meteorrpireceiver's Introduction

MeteorRpiReceiver

A set of python scripts to automatically capture, decode & e-mail Meteor-M2 satellite images

These scripts have been written to run on a Raspberry Pi 3 model B.

This project uses a good ol' DVB-T stick and gnuradio to capture the raw data. The processing of the raw data is performed by 'medet' (medet_arm in this case) developed by Artlav.

The only part which is a bit harder to get over-the-counter is the antenna. I would recommend a QFH antenna, but e.g. crossed dipoles seem to render good results for others. Plans to build them are scattered across the internet.

The 'scheduler' python script is all you need to run. For now, it does need to be in a specific directory, but edit to suit your wishes: "~/Projects/Python_projects/Meteor_receiver" The script will:

  • create a log file
  • create the Data, Images and TLE directories if they don't exist
  • load the user location from user_location.txt (you need to modify this file with your location)
  • calculate the current position of Meteor-M2 and wait for it to appear above the horizon
  • launch the GRC script (some paths might need to be modified in the GRC script to match your wishes)
  • wait for the satellite to disappear under the horizon again
  • stop the GRC script
  • decode the raw data using medet_arm by Artlav
  • detect which channels are active
  • process the raw images (if any was decoded) into RGB combinations of the active channels (122, 123, 124, 555, 666)
  • e-mail the processed images from an e-mail address specified in 'email_config.txt' (you need to modify this file) to all e-mail addresses listed in mail_list.txt (you need to modify this file as well)
  • calculate and wait for the satellite to appear above the horizon again
  • etc.

Have fun!

Notes:

  • In a couple of weeks time, I only had to reboot my rPi once as the GRC script was not producing any data. No idea what the issue was, but just a heads up. It was obvious by the generation of .s files with 0Bytes size.
  • This is/was my introduction to Python, all improvements are most welcome!

meteorrpireceiver's People

Contributors

gvandela 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.