Differenze tra le versioni di "RTL-SDR"

Da raspibo.
Jump to navigation Jump to search
(Creata pagina con '==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. su...')
 
 
(2 versioni intermedie di un altro utente non mostrate)
Riga 5: Riga 5:
 
First update you Raspberry Pi wheezy Linux to the latest version.
 
First update you Raspberry Pi wheezy Linux to the latest version.
  
sudo apt-get update
+
sudo apt-get update
  
  
 
Now install the required utils to compile the RTL-2832U USB dongle driver
 
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
+
sudo apt-get install git cmake libusb-1.0-0-dev build-essential
  
  
 
Now install the RTL-2832U USB dongle driver src and compile
 
Now install the RTL-2832U USB dongle driver src and compile
  
git clone git://git.osmocom.org/rtl-sdr.git
+
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
  
cd rtl-sdr/
 
  
mkdir build
+
if it was successful you should see no return on the previous command.
  
cd build
+
I have been told that the Raspberry crash if you don't reboot before inserting the dongle. So just run
  
cmake ../ -DINSTALL_UDEV_RULES=ON
+
sudo shutdown -r 0
  
make
 
  
sudo make install
+
Install the RTL-2832U USB dongle on external powered USB HUB
  
sudo ldconfig
+
sudo ldconfig
  
  
if it was successful you should see no return on the previous command.
+
==Radio FM==
 +
(Liberamente preso da: http://kmkeen.com/rtl-demod-guide/)
  
I have been told that the Raspberry crash if you don't reboot before inserting the dongle.
+
-Aggiungere istruzioni per ascoltare radio deejay-
  
so just run sudo shutdown -r 0
 
  
 +
==ADSB==
  
Install the RTL-2832U USB dongle on external powered USB HUB
+
https://en.wikipedia.org/wiki/Automatic_dependent_surveillance-broadcast
 
 
sudo ldconfig
 
 
 
  
==ADSB==
 
 
(da: http://www.satsignal.eu/raspberry-pi/dump1090.html)
 
(da: http://www.satsignal.eu/raspberry-pi/dump1090.html)
  
Riga 52: Riga 54:
 
Installazione:
 
Installazione:
  
cd  ~  (goes to your home directory)
+
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
  
git  clone  git://github.com/MalcolmRobb/dump1090.git
+
Però si potrebbe usare il sw per telecomandi 433,92 (vedi sopra) aggiungedo una parte di codice per il riconoscimento degli Oregon Scientific.
  
cd  dump1090
+
Qui ci sono un po' di info e codice per Arduino
  
make
+
http://jeelabs.net/projects/cafe/wiki/Decoding_the_Oregon_Scientific_V2_protocol
  
./dump1090  --interactive
+
http://code.google.com/p/thn128receiver/source/browse/osv1_dec.c

Versione attuale delle 14:42, 27 nov 2013

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