Git Product home page Git Product logo

gr-fcd's Introduction

------------------------------------------------------------------------
 THIS CODE REPOSITORY IS OBSOLETE SINCE GR-FCD HAS BEEN INCLUDED IN THE
 MAIN GNU RADIO REPOSITORY SINCE VERSION 3.5.3
------------------------------------------------------------------------

This package (and the resulting tarball) contains a GNU Radio block
for the Funcube Dongle. The Funcube Dongle is a software defined radio
receiver in a USB stick covering 64 MHz - 1.7 GHz. More info about the
Funcube Dongle is avaialble at http://www.funcubedongle.com/

The Funcube Dongle provides I/Q data via USB audio and its control
interface (frequency, gains, filters) uses the USB HID api. This block
wraps both the audio input and the control interface into one convenient
GNU Radio source block with a complex data stream output that can be used
in GNU Radio application written in C++, Python and the GNU Radio Companion.

This package requires that gnuradio-core and gnuradio-audio 3.5 is already
installed. It also depends on some GNU Radio prerequisites, such as Boost.
On Linux you will also need libusb-1.0 for the HID control interface.

To build the gnuradio-fcd library and the included examples use the normal
recipe:

  $ ./configure
  $ make
  $ sudo make install

If you're building from git, you'll need to use this sequence, since
git doesn't contain configure or the generated Makefiles.

  $ ./bootstrap
  $ ./configure
  $ make
  $ sudo make install

The configure script has many options for fine tuning the build and the
installation. Use the --help option to get a list.

This package includes the hidapi: http://www.signal11.us/oss/hidapi/
and the FCD API code from Qthid: http://qthid.sf.net/ 

This package was created by Alexandru Csete OZ9AEC, and it is based on the
gr-howto-write-a-block example package by Eric Blossom and contributors.

gr-fcd's People

Contributors

csete avatar jrcutler avatar mwzappe 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.