2014年9月16日 星期二

Raspberry Pi and RTL-SDR

Raspberry Pi and RTL-SDR
1. Installation package
Web: http://www.hamradioscience.com/raspberry-pi-as-remote-server-for-rtl2832u-sdr/

For RTL-SDR(Elonics E4000 or Rafael Micro RT-820 silicon tuner + Realtek RTL2832U IF demodulator), do the following command
=====
sudo apt-get install git 
sudo apt-get install cmake
sudo apt-get install libusb-1.0-0.dev
sudo apt-get install build-essential
git clone git://git.osmocom.org/rtl-sdr.git
cd rtl-sdr/
mkdir build
cd build
cmake ../
make
sudo make install
sudo ldconfig
=====


2. Check and execution
a. insert RTL-SDR dongle into RPi's USB port(SSH connection will be interrupt then reconnect again)
b. run "lsusb" to see RTL2838 DVB-T is shown and supported
c. run "sudo rtl_tcp -a 192.168.1.11", 192.168.1.11 is IP of RPi, default port is 1234
d. open Windows SDRSharp to select RTL-SDR/TCP
e. Configure as Hostname: 192.168.1.11, Port: 1234
f. Play to work





RPi and FunCubeDongle Pro





沒有留言:

張貼留言