GithubHelp home page GithubHelp logo

sterlingpeet / gr-bruninga Goto Github PK

View Code? Open in Web Editor NEW

This project forked from tkuester/gr-bruninga

0.0 2.0 0.0 452 KB

Trying to bring AFSK1200 to GNU Radio.

CMake 60.07% C 0.89% C++ 15.78% Python 23.26%

gr-bruninga's Introduction

gr-bruninga

This project evolved out of several interests. Primarily, I wanted to understand exactly what was happening inside an APRS modem, and design the the best demodulator out there with GNU Radio.

To my surprise, several excellent projects exist which already have this capability. Direwolf (by WB2OSZ) and APRSdroid/javAPRS (algorithm by 4X6IZ) feature extellent demodulation algorithms, tested with the TNC Test CD (WA8LMF).

While this project has 1/10th the functionality of the above programs, it does present an easy to understand and modular approach to demodulating AFSK signals -- particularly in the signal processing realm.

Installing

This package requires GNU Radio 3.7.4 for the HDLC Deframer block. Follow the standard install procedure for other out of tree modules.

git clone https://github.com/tkuester/gr-bruninga
cd gr-bruninga 
mkdir build
cd build
cmake ..
make -j8
make install

If you are using a version of GNU Radio installed via your distribution's repository, you may need to tell cmake.

cmake -DCMAKE_INSTALL_PREFIX=/usr ..

Usage

The easiest way to get started is to hook up a handheld radio (like the UV-5R) to your computer's input, and run examples/aprs-wav.grc

However, you can easily hook a UV-5R (or other radio) to your microphone port, and run examples/aprs-wav.grc.

TODO

  • Get the demodulator working with the UHD/RTL-SDR
  • Separate the TNC/KISS interface into separate blocks
  • Clean up the initial bandpass filter / resampler
  • Play with bit twiddling to save packets
  • Do BER testing on the demodulator
  • MOAR DOCUMENTATION
  • Parameterize the FSK Modulator

Known Issues

  • The ALSA Audio Sink (as of 3.7.5) does not like it when you stop sending it samples. As a work around, the modulator block spits out 0's when no packets are available. This does cause a little lag

gr-bruninga's People

Contributors

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