= rtlsdr software defined radio = scratchpad by asbesto == Usare la chiavetta modificata == dEVICE Realtek rtl bla bla device string: rtl=0,direct_samp=1 lbm lo deve essere a 0.00000 altrimenti va fuori frequenza! == Starting point == Compiling stuff is a pain in the ass. Master references: * http://superkuh.com/rtlsdr.html * http://sdr.osmocom.org/trac/wiki/rtl-sdr * http://www.linuxwolfpack.com/RTL-SDR.php == Things == ''Do not use the dvb drivers on the CD or your OS. Those are for the dvb mode and not the debug mode that outputs raw samples. Linux 3.x kernel should check with "$ lsmod dvb_usb_rtl28xxu" and if found at least "$ sudo modprobe -r dvb_usb_rtl28xxu" to unload it. Be careful about gnuradio-3.7 installs that may leave behind problem files.'' LNB_LO = 5.4 nel default.conf o nel setup, cosi' e' centrato in frequenza. quindi per tuning di rai radio3, 98.7 bisogna settare rtl_fm -f 98.7M -W -s 200000 -r 32000 - | aplay -r 32k -f S16_LE {{{ The maximum range you can view on the waterfall is determined by the sample rate of the input device. If the input device is set to 200 kHz, then the waterfall can show up to 200 kHz. Since you are using an RTL2832 dongle you can set the input sample rate up to about 2.4 MHz, which will give you a corresponding bandwidth on the waterfall. But to view the entier 20 MHz range from 88 to 108 MHz you need to use a receiver that can sample with 20 MHz rate (+ a very fast computer). }}} == Love == * http://www.haystack.mit.edu/edu/undergrad/srt/pdf%20files/2013_HigginsonRollinsPaper.pdf * http://www.haystack.mit.edu/edu/undergrad/VSRT/VSRT_Memos/071.pdf * http://superkuh.com/gnuradio/R820T_datasheet-Non_R-20111130_unlocked.pdf * http://cgit.osmocom.org/rtl-sdr/commit/?id=fc5881d4cd6f778b080a3008dbcf4157ae1e13a2 * http://yu3ma.net/wp/wp-content/uploads/2012/08/rtl2832u-dc-mods.pdf == Noise == ''Maximum noise reduction Stick wrapped in alu foil, foil touching the metal part of the USB plug, connected by an USB extension cable with the metal removed. Stick inside a metal enclosure, in the middle of 10m coax coil. Result: no signal whatsoever, FM band is clear, waterfall is uniform blue. Optional: ferrites if you have them.'' * http://www.sdrformariners.blogspot.co.nz/2013/09/reducing-electrical-noise.html == Widsom == * http://yu3ma.net/wp/wp-content/uploads/2012/08/rtl2832u-dc-mods.pdf * http://www.sdrformariners.blogspot.co.nz/ very interesting * http://blog.kf7lze.net/2012/09/14/round-up-of-rtlsdr-upconverter-choices/ == Hope == Gnuradio is something different. ;)