Return to KLUBNL.PL main page

rsgb_lf_group
[Top] [All Lists]

LF: Re: LF: Fwd: rtl-sdr – OsmoSDR

To: "[email protected]" <[email protected]>
Subject: LF: Re: LF: Fwd: rtl-sdr – OsmoSDR
From: M0FMT <[email protected]>
Date: Sun, 1 Apr 2012 19:55:39 +0100 (BST)
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.co.uk; s=s1024; t=1333306540; bh=P4Xisa/iobHFCiUpFctiRE7xFoIzUgDjCMth/Q7vCaY=; h=X-YMail-OSG:Received:X-Mailer:References:Message-ID:Date:From:Reply-To:Subject:To:In-Reply-To:MIME-Version:Content-Type; b=Jk7Iezic6SD7lLZVyfjq0DUyby9g9VoFxTv4NzYTYDWKFA0wPRyVvyQaI08FZs4qDjUmLatRZ/uox529v2OtMODPa+og4x2eCksnM6zDHw80b7WMtMBV4a7o7cfUVOoQ7YuygKypP07ws8TMn2m8VksnQl2nH9eB5z1kPWH9bt0=
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.co.uk; h=X-YMail-OSG:Received:X-Mailer:References:Message-ID:Date:From:Reply-To:Subject:To:In-Reply-To:MIME-Version:Content-Type; b=0uwZGvu608hc/wMETsJz+AchhBiKVlawjgspTLwr8stVyPW240H6EHRKzd91ae/EPKnTJAqCQHOrp+YssJCPVE5CJBoYlO61RRfki1smXmx/hdlGbfvJUZYkwLG36Qdnjxwbdsj4AgaH1GzR7IoXBXHI3kUC5p7ZlmX//1z4G2A=;
Domainkey-status: good (testing)
In-reply-to: <[email protected]>
References: <[email protected]> <[email protected]>
Reply-to: [email protected]
Sender: [email protected]
John
 
If I got it right he is using a converter (transverter in his case) to hetrodyn the HF or LF up to 60 plus megs. Then resolve the sum frequency using one of these DVB SDR TV and DAB radio USB sticks together with an SDR PC application.
 
I use a similar arrangement to monitor SAQ (17.2 kHz) and most of the LF spectrum, it is a single transistor self oscillating mixer with the IF being a conventional Superhet or Softrock SDR. 
 
Using a sound card or purpose made AD converter would probably be just as effective for such low frequencies using Spec Lab application giving spectrum waterfall display along with a sound output.
Even older sound cards with a maximum bandwidth of 24kHz give a good account of themselves in the range of most interest.. Dreamers... Alphas ..... SAQ .... and the other un-decodeable Mil stations around 18 to 21kHz. Sound cards can be obtained with a much wider BW nowadays196kHz and up but be careful reading the spec since they are not necessarily designed to be just wide band width AD converters.
 73 es GL Pete M0FMT IO91UX
From: John Rabson <[email protected]>
To: [email protected]
Sent: Sunday, 1 April 2012, 16:18
Subject: LF: Fwd: rtl-sdr – OsmoSDR

Could this be any use at LF?

John F5VLF

Begin forwarded message:





rtl-sdr

DVB-T sticks based on the Realtek RTL2832U can be used as a cheap SDR, since the chip allows transferring the raw I/Q samples to the host, which is officially used for DAB/DAB+/FM demodulation. The possibility of this has been discovered by the V4L/DVB kernel developer  Antti Palosaari.

Specifications

The RTL2832U outputs 8-bit I/Q-samples, and the highest theoretically possible sample-rate is 3.2 MS/s, however, the highest sample-rate without lost samples that has been tested so far is 2.8 MS/s. The frequency range is highly dependent of the used tuner, sticks that use the Elonics E4000 offer the best range (64 - 1700 MHz).

Supported Hardware

So far, the following devices are supported:
  • ezcap EzTV668 USB 2.0 DVB-T/DAB/FM stick (Elonics E4000 tuner) (sources:  AliExpress,  Dealextreme)
  • ezcap EzTV666 USB 2.0 DVB-T/DAB/FM stick (Elonics E4000 tuner, picture Download)
  • Hama nano DVB-T stick (Elonics E4000 tuner)
  • Terratec NOXON DAB/DAB+ USB-Stick (Fitipower FC0013 tuner)
People over at reddit  are collecting a list of other devices that are compatible.
Other sticks based on the RTL2832U might be added in the future as well.
This is the PCB of the ezcap-stick:

top view of the ezcap PCB
More pictures can be found  here.

Software

rtl-sdr is a commandline tool that can initialize the RTL2832, tune to a given frequency, and record the I/Q-samples to a file.
The code can be checked out with:
git clone git://git.osmocom.org/rtl-sdr.git
It can also be browsed on  http://cgit.osmocom.org/cgit/rtl-sdr/

Progress

Building the software

To build it, simply run 'make' in the src/-directory and make sure you have libusb1.0-0-dev installed.

Usage

Example: To tune to 392.0 MHz, and set the sample-rate to 1.8 MS/s, use:
./rtl-sdr /tmp/out.bin -s 1800000 -f 392000000
If the device can't be opened, make sure you have the appropriate rights to access the device (udev-rules, or running it as root).

Known problems

  • If the samples are written to a harddrive, and not a ramdisk, samples may get dropped. An improved version with proper buffering and asynchronous usage of libusb is in the works.

Using the data

To convert the data to a standard cfile, following GNU Radio Block can be used:



The GNU Radio Companion flowgraph (rtl2832-cfile.grc) is attached to this page. It is based on the FM demodulation flowgraph posted by Alistair Buxton  on this thread.
What has been successfully tested so far is the reception of  TETRA,  GMR and  GSM. 

spectrum view of GMR carriers
Multiple GMR-carriers can be seen in a spectrum view with the full 3.2 MHz bandwidth (at 3.2 MS/s).

Attachments

Trac Powered
Visit the Trac open source project at
http://trac.edgewall.org/
Creative Commons License





<Prev in Thread] Current Thread [Next in Thread>