Coder Social home page Coder Social 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.

  • display_text_msg : display a message containing text, or a message of type u8vector

Messages of type u8vector are provided by gr_satellites decoder, for example.

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) with pybind11

    -- 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= < where gnuradio is installed > ../

    $make

    $sudo make install

    After that you'll find in grc in DL1KSV / Display

    • Display a text message

    • PNG Image sink

    • Text sink.

    ++++ If you are unsure about where gnuradio is installed run

    gnuradio-config-info --prefix

    Hint: If you install gr-display to an other directory than gnuradio, don't forget to add the location of your python modules to the PYTHONPATH environment variable

  3. To do

    Perhaps do some simple image processing like rotating before saving.

gr-display's People

Contributors

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