Coder Social home page Coder Social logo

hpfmn / beesat-sdr Goto Github PK

View Code? Open in Web Editor NEW

This project forked from daniestevez/beesat-sdr

0.0 1.0 0.0 207 KB

GNU Radio modules to decode BEESAT telemetry and send Digipeater messages

License: GNU General Public License v3.0

CMake 14.08% Python 70.39% C 0.17% C++ 15.37%

beesat-sdr's Introduction

Software Defined Radio TNC for BEESAT

Contributions

Many thanks to Daniel Estevez (EA4GPZ) who contributed very important fixes and ideas to this repository.

Installation of gnuradio on Ubuntu/Debian

The following installation instructions were tested under Ubuntu 14.04 and Debian Jessie.

Ubuntu prerequisite: PPA with recent version of gnuradio:

sudo apt-add-repository ppa:myriadrf/gnuradio
sudo apt-get update

Installation

Remark: Please pay attention that you install swig right from the beginning. The build process might be successfull without having swig installed, but the compiled and installed module won't work as expected.

sudo apt-get install gnuradio swig

Compiling and installtion of the BEESAT SDR

Change to the build directory of the sdr tnc package:

cd beesat-sdr/gr-tnc_nx/build

Invoke cmake, additionally give a specific install path:

cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr/local ../

Compile with make

Compile the package and install it:

make -j4
sudo make install
sudo ldconfig

GRC files

For decoding BEESAT-2 telemetry start gnuradio-companion and open the file:

beesat-sdr/grc/tnc_nx.grc

For decoding of BEESAT-1 messages, the file

beesat-sdr/grc/tnc_b1.grc

must be used.

Both software TNCs allow the input of an wav file for testing purposes.

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.