RTL-SDR

Da raspibo.
Jump to navigation Jump to search

Installazione

(da: http://zr6aic.blogspot.dk/2013/02/setting-up-my-raspberry-pi-as-sdr-server.html)


First update you Raspberry Pi wheezy Linux to the latest version.

sudo apt-get update


Now install the required utils to compile the RTL-2832U USB dongle driver

sudo apt-get install git cmake libusb-1.0-0-dev build-essential


Now install the RTL-2832U USB dongle driver src and compile

git clone git://git.osmocom.org/rtl-sdr.git
cd rtl-sdr/
mkdir build
cd build
cmake ../ -DINSTALL_UDEV_RULES=ON
make
sudo make install
sudo ldconfig


if it was successful you should see no return on the previous command.

I have been told that the Raspberry crash if you don't reboot before inserting the dongle. So just run

sudo shutdown -r 0


Install the RTL-2832U USB dongle on external powered USB HUB

sudo ldconfig


ADSB

(da: http://www.satsignal.eu/raspberry-pi/dump1090.html)

E' possibile ricevere le posizioni degli aerei in volo ricevendo i segnali inviati dai trasponder.


Installazione:

cd  ~
git  clone  git://github.com/MalcolmRobb/dump1090.git
cd  dump1090
make
./dump1090  --interactive