All Projects → EarToEarOak → Rtlsdr Scanner

EarToEarOak / Rtlsdr Scanner

Licence: gpl-3.0
A cross platform Python frequency scanning GUI for the OsmoSDR rtl-sdr library

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Rtlsdr Scanner

Localradio
📻 LocalRadio is "Radio for Cord-Cutters" – a Software-Defined Radio (SDR) app for your Mac and mobile devices. With an inexpensive RTL-SDR USB device, LocalRadio provides a casual, home-based radio listening experience for your favorite local frequencies - FM broadcasts/free music/news/sports/weather/public safety & aviation scanner/etc.
Stars: ✭ 269 (-50.55%)
Mutual labels:  radio, sdr, rtl-sdr
vor-python-decoder
Decodes VOR signal from WAV file to get the bearing to your position
Stars: ✭ 33 (-93.93%)
Mutual labels:  radio, sdr, rtl-sdr
RTLion
Multipurpose RTL-SDR Framework for RTL2832 based DVB-T receivers
Stars: ✭ 88 (-83.82%)
Mutual labels:  radio, sdr, rtl-sdr
Airspy Fmradion
Software decoder for FM/AM broadcast radio with AirSpy R2 / Mini, Airspy HF+, and RTL-SDR
Stars: ✭ 59 (-89.15%)
Mutual labels:  radio, sdr, rtl-sdr
urh
Universal Radio Hacker: Investigate Wireless Protocols Like A Boss
Stars: ✭ 9,060 (+1565.44%)
Mutual labels:  radio, sdr, rtl-sdr
Soapy power
Obtain power spectrum from SoapySDR devices (RTL-SDR, Airspy, SDRplay, HackRF, bladeRF, USRP, LimeSDR, etc.)
Stars: ✭ 88 (-83.82%)
Mutual labels:  radio, sdr, rtl-sdr
Qspectrumanalyzer
Spectrum analyzer for multiple SDR platforms (PyQtGraph based GUI for soapy_power, hackrf_sweep, rtl_power, rx_power and other backends)
Stars: ✭ 677 (+24.45%)
Mutual labels:  radio, sdr, rtl-sdr
rtlsdr-wsprd
WSPR daemon for RTL receivers
Stars: ✭ 93 (-82.9%)
Mutual labels:  radio, sdr, rtl-sdr
Easy Sdr
This project is about creation of affordable and easy-to-manufacture prototypes of PCBs which are used to expand the capabilities of existing low-cost SDR receivers based on RTL2832U chip.
Stars: ✭ 275 (-49.45%)
Mutual labels:  radio, sdr, rtl-sdr
rtl433 influx
dump everything your rtl-sdr receives on 433MHz into an InfluxDB for easy graphing -- superseded by `rtl433 -F influx`
Stars: ✭ 27 (-95.04%)
Mutual labels:  sdr, rtl-sdr
Luaradio
A lightweight, embeddable software-defined radio framework built on LuaJIT
Stars: ✭ 509 (-6.43%)
Mutual labels:  radio, sdr
Airplanejs
📡 ✈️ App that picks up ADS-B radio signals from airplanes and plots them in real time on a map in your browser
Stars: ✭ 454 (-16.54%)
Mutual labels:  sdr, rtl-sdr
nfc-laboratory
NFC signal and protocol analyzer using SDR receiver
Stars: ✭ 41 (-92.46%)
Mutual labels:  radio, sdr
FlyDog SDR GPS
Forked from Beagle_SDR_GPS for specialised add-on SDR board with 16-Bit ADC which improved from KiwiSDR.
Stars: ✭ 17 (-96.87%)
Mutual labels:  radio, sdr
Rtl Sdr
library for turning a RTL2832 based DVB dongle into a Software DefinedReceiver; mirror from https://git.osmocom.org/rtl-sdr/
Stars: ✭ 336 (-38.24%)
Mutual labels:  radio, sdr
Thrifty
Thrifty is proof-of-concept SDR software for TDOA positioning using inexpensive SDR hardware such as the RTL-SDR.
Stars: ✭ 44 (-91.91%)
Mutual labels:  sdr, rtl-sdr
sdr-modem
Modem based on software defined radios.
Stars: ✭ 15 (-97.24%)
Mutual labels:  sdr, rtl-sdr
nrsc5-dui
An enhanced, user-friendly version of nrsc5-gui that is not heavily dependent upon Python processing for audio generation.
Stars: ✭ 49 (-90.99%)
Mutual labels:  radio, sdr
Trunk Recorder
Records calls from a Trunked Radio System (P25 & SmartNet)
Stars: ✭ 505 (-7.17%)
Mutual labels:  radio, sdr
Noaa Apt
NOAA APT weather satellite image decoder, for Linux, Windows, RPi 2+ and OSX
Stars: ✭ 257 (-52.76%)
Mutual labels:  sdr, rtl-sdr

RTLSDR Scanner

Copyright 2012 - 2015 Al Brown

al [at] eartoearoak.com

A cross platform Python frequency scanning GUI for the OsmoSDR rtl-sdr library.

More details can be found here.

A basic user manual is also available.

Tested on:

  • Windows 7 (x86 and x64)
  • Windows 8.1 (x64)
  • Ubuntu 12.04 (x86)
  • Ubuntu 12.10 (x64)
  • Ubuntu 13.04 (x64)
  • Ubuntu 14.04 (x64)
  • OS X Snow Leopard
  • OS X Mountain Lion

Installation

Installation instructions are found here.

Windows executables for x86 and amd64 platforms are available on GitHub.

Requirements

To test for missing libraries run rtlsdr_scan_diag.py

Windows 64 bit modules can be found here

Usage

python -m rtlsdr_scanner [file]

file - optional saved scan file to load

Main Window

  • Start - Scan start frequency
  • Stop - Scan stop frequency
  • Mode - Single or continuous scanning
  • Dwell - Sampling time spent on each step
  • FFT Size - FFT size, greater values result in higher analysis precision (with higher sizes dwell should be increased)
  • Live update - Update the display on each step (caution only use with small scans and low dwell times)
  • Grid - Show a grid on the scan

File Menu

  • Open... - Open a saved scan
  • Save As... - Save a scan
  • Export... - Export a scan to a CSV file
  • Properties.. - Scan information

Edit Menu

  • Preferences - Set dongle gain, calibration, Local Oscillator and the sample bands to use

Scan Menu

  • Start - Start a scan
  • Stop - Stop a scan

Tools Menu

  • Compare - Compare two previously saved scans
  • Auto Calibration - Perform a crude calibration of the dongle to a known signal (this should be a continuous, steady signal)

License

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation version 3.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].