Giter Club home page Giter Club logo

rtl-sdr's Introduction

rtl-sdr turns your Realtek RTL2832 based DVB dongle into a SDR receiver

For more information see: http://sdr.osmocom.org/trac/wiki/rtl-sdr


rtl-sdr

This is a version of rtl-sdr driver which support rtl_tcp direct sampling from I/Q branch.

Modified by Jakub/SP5TOF on 07.02.2017 for direct sampling support.

Original from this post: Direct Sampling Mode in 820T2 DVB-T on Linux os โ€“ SP5TOF โ€“ amateur radio station, thanks again!

Usage ( Debian/Ubuntu )

Run as root user:

root@pc:/home# apt install build-essential git cmake libusb-1.0 -y
root@pc:/home# git clone https://github.com/bclswl0827/rtl-sdr.git
root@pc:/home# cd rtl-sdr
root@pc:/home/rtl-sdr# mkdir build
root@pc:/home/rtl-sdr/build# cd build
root@pc:/home/rtl-sdr/build# cmake .. -DDETACH_KERNEL_DRIVER=ON -DINSTALL_UDEV_RULES=ON
root@pc:/home/rtl-sdr/build# make
root@pc:/home/rtl-sdr/build# make install
root@pc:/home/rtl-sdr/build# ldconfig
root@pc:/home/rtl-sdr/build# bash -c 'echo -e "\n# for RTL-SDR:\nblacklist dvb_usb_rtl28xxu\n" >> /etc/modprobe.d/blacklist.conf'
root@pc:/home/rtl-sdr/build# update-initramfs -u
root@pc:/home/rtl-sdr/build# rmmod dvb_usb_rtl28xxu
root@pc:/home/rtl-sdr/build# reboot
root@pc:~# rtl_tcp --help
rtl_tcp, an I/Q spectrum server for RTL2832 based DVB-T receivers
Modified by Jakub/SP5TOF on 07.02.2017 for direct sampling support

Usage: [-a listen address]
 [-p listen port (default: 1234)]
 [-f frequency to tune to [Hz]]
 [-g gain (default: 0 for auto)]
 [-s samplerate in Hz (default: 2048000 Hz)]
 [-b number of buffers (default: 32, set by library)]
 [-n max number of linked list buffers to keep (default: 500)]
 [-d device index (default: 0)]
 [-P ppm_error (default: 0)]
 [-i direct sampling(1: I-ADC input enabled), 2: Q-ADC input enabled)]
 [-c AGC Mode(1: ON, 0: OFF), default: 1(ON)

Sampling mode can be set in rtl_tcp now...

For example:

root@pc:~# rtl_tcp -a 0.0.0.0 -i 2

License

MIT

rtl-sdr's People

Contributors

bclswl0827 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

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