RTL-SDR

Da raspibo.
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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


Radio FM

(Liberamente preso da: http://kmkeen.com/rtl-demod-guide/)

-Aggiungere istruzioni per ascoltare radio deejay-


ADSB

https://en.wikipedia.org/wiki/Automatic_dependent_surveillance-broadcast

(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

APRS

http://sq7mru.blogspot.com/2013/08/aprs-igate-rx-z-tunera-dvb-t.html

Telecomandi 433,92

(da: https://github.com/merbanan/rtl_433)

git clone https://github.com/merbanan/rtl_433.git
cd rtl-433/
mkdir build
cd build
cmake ../
make

Si ricevono i telecomandi apricancello a 433 (non ho ancora provato con un telecomando rolling code, ma quelli normali vanno benissimo)

Si ricevono anche segnali di altri apparati che trasmettono sulla stessa frequenza, probabilmente termometri wireless)

Termometri

Installare gnuradio su Raspberry è complicato e lungo, quindi non si riesce ad usare questo

https://github.com/kevinmehall/rtlsdr-433m-sensor

Però si potrebbe usare il sw per telecomandi 433,92 (vedi sopra) aggiungedo una parte di codice per il riconoscimento degli Oregon Scientific.

Qui ci sono un po' di info e codice per Arduino

http://jeelabs.net/projects/cafe/wiki/Decoding_the_Oregon_Scientific_V2_protocol

http://code.google.com/p/thn128receiver/source/browse/osv1_dec.c