Coder Social home page Coder Social logo

gr-frontends's Introduction

gr-frontends

GNUradio frontends that stream from different hardware to UDP

This repository is a collection of frontends that serve to stream from several different SDR hardware, recordings and other sources to UDP. The UDP data can be processed by another program.

The stream format is 1 channel 48kHz int16_t. It is the same format that gqrx uses to stream audio

The main goal of this repository is to be used with gr-satellites, but it can be used with many other pieces of software.

Branches

There are two branches:

  • master. Supports GNU Radio 3.8
  • maint-3.7. Supports GNU Radio 3.7

Usage

You can open the .grc file with gnuradio-companion and edit the parameters (they are on the upper part of the flowgraph). You can also run the .py script and specify the parameters on the command line. Use the -h flag to get help on how to specify the parameters.

Supported streamers

SDR hardware

The goal is to support as many different SDR hardware as possible. However, I can't test streamers for hardware I don't have. It is easy to modify an existing streamer to use with another SDR hardware supported by GNUradio. Then, it can be included in gr-frontends.

The streamers come in several different receive modes:

  • usb This is like a normal USB receiver. The passband is 3kHz and the signal is tuned to 1.5kHz inside the passband. Use this for signals such as 1k2 BPSK or to record CW audio.
  • usb_wide This is a wide USB receiver. The passband is 24kHz and the signal is tuned to 12kHz inside the passband. Use this for signals such as 9k6 BPSK.
  • fm This is an FM demodulator. Use this for any kind of FSK signals.

All the hardware streamers support Doppler correction with Gpredict and gr-gpredict-doppler (you need to install this out-of-tree module if you want to use Doppler correction). To use this, you should set in Gpredict as downlink frequency the frequency of interest that you want to receive.

List of supported hardware:

  • airspy Airspy devices.
  • fcdpp FUNcube Dongle Pro+. It is necessary to install gr-fcdproplus.
  • rtlsdr Receivers using an RTL-SDR chipset.

Recordings

WAV file streamers

The audio streamers are designed to play back and stream an audio wav file.

You have to choose the appropriate sampling rate. The available streamers are the following:

  • wav_48kHz 48kHz WAV streamer
  • wav_44kHz 44.1kHz WAV streamer

Hint: It is sometimes useful to play a WAV file repeatedly in loop. By default the streamers will only play the file once, but you can edit them with gnuradio-companion and set the WAV file to repeat.

Audio streamers

The audio streamers are designed to stream from the audio system: from a soundcard (to connect to a conventional receiver) or a virtual audio cable (to connect to another SDR program or software that doesn't support UDP streaming).

The available audio streamers are the following:

  • audio_streamer It uses the Audio source block in GNUradio, so it will use whatever sound system is available for GNUradio in your machine.

    To stream from Linux pulseaudio, use ./audio_streamer.py --device=pulse. It might be necessary to configure the pulseaudio socket:

    $ id -u
    1001
    $ PULSE_SERVER=unix:/run/user/1001/pulse ./audio_streamer.py --device=pulse
    

Hint: In Linux you can use pulseaudio and pavucontrol or snd-aloop as a virtual audio cable between different applications.

gr-frontends's People

Contributors

daniestevez avatar df7cb avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

gr-frontends's Issues

Can't open gr-frontends

hi,
I get following error when opening some gr-frontend, like "rtlsdr_fm.grc.
<<< Welcome to GNU Radio Companion 3.10.1.1 >>>
Block paths:
/usr/share/gnuradio/grc/blocks
Loading: "/home/ismo/Lataukset/rtlsdr_fm.grc"
Error: mapping values are not allowed here
in "/home/ismo/Lataukset/rtlsdr_fm.grc", line 28, column 66

Failure

Ubuntu 22.04 clean install, updates ok.
GNU-Companion v.3.10.1.1

73 de ismo,OH1NHW

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.