Difference between revisions of "SDR"
From Fixme.ch
(Created page with "Category:Ongoing_Projects == Description == == Goal == * Install an SDR reception station at FIXME based on rtl-sdr, a DVB-T USB Stick and a Raspberry Pi. == References =...") |
|||
| Line 10: | Line 10: | ||
* http://sdr.osmocom.org/trac/wiki/rtl-sdr | * http://sdr.osmocom.org/trac/wiki/rtl-sdr | ||
* http://gnuradio.org/redmine/projects/gnuradio/wiki | * http://gnuradio.org/redmine/projects/gnuradio/wiki | ||
| + | |||
| + | == HOWTO == | ||
| + | |||
| + | <pre> | ||
| + | pi@sdr1 ~ $ rtl_tcp -a 0.0.0.0 | ||
| + | Found 1 device(s). | ||
| + | Found Fitipower FC0013 tuner | ||
| + | Using Terratec NOXON DAB/DAB+ USB dongle (rev 1) | ||
| + | Tuned to 100000000 Hz. | ||
| + | listening... | ||
| + | Use the device argument 'rtl_tcp=0.0.0.0:1234' in OsmoSDR (gr-osmosdr) source | ||
| + | to receive samples in GRC and control rtl_tcp parameters (frequency, gain, ...). | ||
| + | </pre> | ||
== Participants == | == Participants == | ||
* [[User:MC]] | * [[User:MC]] | ||
* [[User:Francois]] | * [[User:Francois]] | ||
Revision as of 19:39, 23 December 2012
Contents
Description
Goal
- Install an SDR reception station at FIXME based on rtl-sdr, a DVB-T USB Stick and a Raspberry Pi.
References
HOWTO
pi@sdr1 ~ $ rtl_tcp -a 0.0.0.0 Found 1 device(s). Found Fitipower FC0013 tuner Using Terratec NOXON DAB/DAB+ USB dongle (rev 1) Tuned to 100000000 Hz. listening... Use the device argument 'rtl_tcp=0.0.0.0:1234' in OsmoSDR (gr-osmosdr) source to receive samples in GRC and control rtl_tcp parameters (frequency, gain, ...).