Giter Club home page Giter Club logo

fcdec's Introduction

This is a work in progress Funcube telemetry decoder for Linux based on a
Linux port of the library used in the Dashboard application. It was posted
on the Funcube Yahoo group on Sep 22, 2013 [1].

The purpose and scope of this project is to create a set of simple tools
that can be used to create a telemetry receiver station that can run
unattended in the background.

Currently we have this up and running at OZ7SAT using a USRP and at OZ9AEC
using a Funcube Dongle Pro. Both stations use standrard Linux desktop PCs;
however, work is being done on improving the decoder efficiency and
opmtimizing the code to run well on ARM.

The directory has the following layout:

decoder: The decoder from [1], modified to use stdin, stdout and stderr
         instead of .wav files.

fcdctl:  External command line application providing a simple control
         interface to the Funcube Dongle Pro and Pro+.

filter:  A simple bandpass filter working on IQ samples that we use in
         front of the current decoder. The filter also uses stdin, stdout
         and stderr for communicating with the outside world.

tools:   Various utility scripts currently in use at OZ7SAT and OZ9AEC.
         The tools require sox, netcat, awk, md5sum and curl to work.


The procedure for receiving telemetry using a Funcube Dongle Pro is:

  1. Setup frequency and gain of the FCD using fcdctl
  2. Record IQ samples from the FCD (see tools/fcd_capture.txt)
  3. Run the IQ samples trough the bandpass filter
  4. Run the filtered IQ through the decoder
  5. Submit the decoded packets to the Warehouse

The bash script in tools/fcd_sequencer.sh shows an example how these steps
can be run sequentially. Brave souls can also try to run steps 1-4 in a
single pipeline, e.g.

 $ sox <sox-options> | filter | decode | submit.sh

However, this will eliminate any chance of debugging if something goes
wrong. A better option would be to redirect stdout and stderr to separate
files and use "tail -f" on the stdout-file if you want to decode in real-
time.

Alex OZ9AEC

--

[1] http://uk.groups.yahoo.com/neo/groups/FUNcube/conversations/messages/8768

fcdec's People

Contributors

csete avatar

Stargazers

 avatar

Watchers

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