Git Product home page Git Product logo

gr-display's Introduction

##gr-display is a small qt based addon for gnuradio.

It contains three components:

  • show_image : display png images.

  • show_text : display ascii characters as text in a qt window.

  • lcd_display: display and control numbers, that can be used control frequencies by sending messages

              See the lcd_example in the examples directory to get an impression
    

I use show_image to receive and display some weather- satellite pictures with the funcube dongle and gnuradio.

All blocks are using the latest 3.9- api.

You'll find them in:

Custom

    Display
  1. Dependencies:

    -- gnuradio (3.9)

    -- gr-qtgui

    -- qt5

  2. Installation

    get the latest code from https://github.com/dl1ksv/gr-display

    The build process is cmake based. So change to the code directory.

    There

    $mkdir build

    $cd build

    $cmake -DCMAKE_INSTALL_PREFIX= ../

    $make

    $sudo make install

    ++++ If you are unsure about run

    gnuradio-config-info --prefix

    After that you'll find in grc in Custom / Display a lcd display, a PNG Image sink and a Text sink.

  3. To do

    Perhaps do some simple image processing like rotating before saving.

  4. Using the example

    The example shows the usage of the show_image block and requires the gr-fcdproplus block.You have to run the decodeapt block and install it in your grc, first. You'll find this afterwards in the 'custom' section.

    An example for the usage of the show_text block can be found in the gr-ax25 block.

    The lcd_example..grc in the example folder demonstrates how to use the lcd display.

  5. Credits

    The apt decoder part is based on an decoder prototype by Alexandru Csete, OZ9AEC.

    lcd_display uses freqctrl.h and freqctrl.cpp which were adopted from Cutesdr by Moe Weatley to gnuradio and these come with a Simplified BSD license.

gr-display's People

Contributors

777arc avatar devnulling avatar dl1ksv avatar johnboiles 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.