Git Product home page Git Product logo

gr-gnmax2769's Introduction

gr-gnMAX2769

gr-gnMAX2769 is a GNU Radio module intended to be used either with GNSS-SDR as a signal source (in future), or as standalone signal source block instantiated from a GNU Radio flow graph from C++ or using Python (also includes a gnuradio-companion interface).

This document describes how to build the MAX2769 GNU Radio Source USB 2.0 driver.

The driver core is based on GN3S driver available at https://github.com/gnss-sdr/gr-gn3s, which is based on a Gregory W. Hecker driver available at http://github.com/gps-sdr/gps-sdr.

Install GNU Radio:

You can install GNU Radio through a distribution packages provided by your favorite Linux distribution or by using PyBOMBS. In this case follow the instructions provided by GNU Radio.

Get the latest version of gr-gnMAX2769:

$ git clone https://github.com/wkazubski/gr-gnMAX2769

Build gr-gnMAX2769:

  • Go to gr-gnMAX2769 root directory and compile the driver:
$ mkdir -p gr-gnMAX2769/build
$ cd gr-gnMAX2769/build
$ cmake ../
$ make

NOTE: If you have installed GNU Radio via the repository packages, you might need to use cmake -DCMAKE_INSTALL_PREFIX=/usr ../ instead of cmake ../ in order to make the module visible from gnuradio-companion once installed.

  • If everything went fine, install the driver as root
$ sudo make install

When using Ubuntu, you might need to type this line when the installation is finished:

$ sudo ldconfig

Check that the module is usable by gnuradio-companion

Open gnuradio-companion and check the MAX2769 Source module under the MAX2769 tab. In order to gain access to USB ports, gnuradio-companion should be used as root or MAX2769 udev module has to be installed.

Build gnss-sdr with the gnmax option enabled:

TBA

gr-gnmax2769's People

Contributors

wkazubski avatar

Stargazers

m1rum0 avatar Jeff Habibi avatar OSQZSS avatar  avatar Knut Ørland avatar Vladimir Vishnevskii avatar boggyb avatar

Watchers

James Cloos avatar  avatar  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.