Giter Site home page Giter Site logo

rf103's Introduction

RF103 - A low level library for wideband SDR receivers

A library and a few simple applications for wideband SDR receivers like BBRF103, RX-666, RX888, HF103, etc

These SDR receivers and this library wouldn't be possible without all the excellent work by Oscar Steila, IK1XPV - a great deal of useful information about them is at http://www.steila.com/blog/ and at https://sdr-prototypes.blogspot.com/.

This library is similar in concept to librtlsdr (see https://osmocom.org/projects/rtl-sdr/wiki and https://github.com/librtlsdr/librtlsdr).

I wrote this library and the example applications from scratch (i.e. any bug in this code is exclusively my fault). Many parts of the code use Oscar's ExtIO dll driver for Windows (https://github.com/ik1xpv/ExtIO_sddc-Ver0.96) as a reference, and I want to really thank him for this wonderful project!

Credits

  • Oscar Steila, IK1XPV for the BBRF103 and HR103 projects

How to build

cd rf103
mkdir build
cd build
cmake ..
make
sudo make install
sudo ldconfig

udev rules

On Linux usually only root has full access to the USB devices. In order to be able to run these programs and other programs that use this library as a regular user, you may want to add some exception rules for these USB devices. A simple and effective way to create persistent rules (which will last even after a reboot) is to add the file <misc/99-rf103.rules> to your udev rule directory '/etc/udev/rules.d' and tell 'udev' to reload its rules.

These are the commands that need to be run only once using sudo to grant access to these SDRs to a regular user:

sudo cp misc/99-rf103.rules /etc/udev/rules.d/
sudo udevadm control --reload-rules

For some distributions (like Linux Mint), you may also need this command (thanks to Jon Fear for finding out):

sudo udevadm trigger

Copyright

(C) 2020 Franco Venturi - Licensed under the GNU GPL V3 (see )

rf103's People

Contributors

fventuri avatar hayguen avatar jketterl avatar

Watchers

 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.