GithubHelp home page GithubHelp logo

mcanthony / rtl-and-liquid Goto Github PK

View Code? Open in Web Editor NEW

This project forked from alxlit/rtl-and-liquid

2.0 2.0 0.0 649 KB

An AM/FM software-defined radio application using RTL-SDR and liquid-dsp.

Makefile 0.06% C 8.99% CSS 0.20% HTML 0.22% JavaScript 90.33% Shell 0.20%

rtl-and-liquid's Introduction

rtl-and-liquid

It's an AM/FM software-defined radio demonstration application that uses RTL-SDR and liquid-dsp. It is written purely in C and has quite good performance, capable of ~70 ksamples/s throughput with FM on a BeagleBone Black. It also features a novel web-based interface that uses WebSockets (via libwebsockets) to stream data and WebAudio to play it. The interface is a prototype and is rather fragile. It works with Chromium (run with --disable-web-security) or Firefox 29+.

Usage

Install dependencies as in provision.sh. If you want to use the AM receiver, you'll need an upconverter such as the Ham-It-Up. You may need to change ARCH_OPTION flag -mfloat-abi=softfp to =hard in liquid-dsp's configure.ac.

Deploying to BeagleBone

I used Arch Linux ARM. You should be able to use Angstrom or OpenEmbedded as you like. Procure uSD card, then follow the directions here. Hold the button by the uSD card slot to boot from it (or install to the eMMC if you like). Run an upgrade, pacman -Syu, and install the following packages (pacman -S <package>):

base-devel // pick and choose if you like to save space
cmake
fftw
git
unzip
wget

Then copy over the provision script, scp provision.sh [email protected]:/root and run it (usually building as root isn't a good idea, so consider creating another user). Additionally, do the following:

$ echo "/usr/local/lib" >> /etc/ld.so.conf.d/libc.conf
$ ldconfig
$ echo "install dvb_usb_rtl28xxu /bin/false" >> /etc/modprobe.d/blacklist.conf
$ cp build/librtlsdr-master/rtl-sdr.rules /etc/udev/rules.d/

Attributions

Alex Little, Ryan McCall, and Patrick Evensen worked on this project for Virginia Tech's ECE 4984: Software-Defined and Cognitive Radio Design course, offered in Spring 2014. Thanks to assitance from Dr. Dietrich (course instructor) and Dr. Gaeddert (liquid-dsp). Also thanks to Osmocom (RTL-SDR), especially Kyle Keen (rtl_fm).

License

MIT

rtl-and-liquid's People

Contributors

ackalker avatar

Stargazers

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