Stap 1. download en laad Raspberry Pi OS (32-bit) Lite op de sd kaart.
Link: https://downloads.raspberrypi.org/raspi ... mhf_latest
Stap 2. maak een lege (text)bestand met de naam ssh zonder extensies (anders werkt SSH niet)
User: pi wachtwoord: rasbperry
Stap 3. RTL-SDR stick installatie
Code: Selecteer alles
sudo apt-get update
sudo apt-get upgrade
Code: Selecteer alles
nano blacklist-dvb-t.conf
# type the following lines inside nano
blacklist dvb_usb_rtl28xxu
blacklist rtl2832
blacklist rtl2830
Code: Selecteer alles
sudo mv blacklist-dvb-t.conf /etc/modprobe.d/
Code: Selecteer alles
sudo apt-get install git-core git cmake build-essential libusb-1.0-0-dev
Code: Selecteer alles
# clone the rtl-sdr repository
git clone https://github.com/osmocom/rtl-sdr.git
# get into the rtl-sdr folder
cd rtl-sdr/
# make build folder
mkdir build/
# get into the build folder
cd build/
# enable configuration option
cmake ../ -DINSTALL_UDEV_RULES=ON
# make
make
# build dependencies and install them
sudo make install
# reload configuration
sudo ldconfig
# switch to home folder
cd --
# copy rtl-sdr.rules to the /etc/udev folder
sudo cp ./rtl-sdr/rtl-sdr.rules /etc/udev/rules.d/
# reboot the system
sudo reboot
Code: Selecteer alles
# test the device
rtl_test
Found 1 device(s):
0: Realtek, RTL2838UHIDIR, SN: 00000001
Using device 0: Generic RTL2832U OEM
Found Fitipower FC0012 tuner
Supported gain values (5): -9.9 -4.0 7.1 17.9 19.2
Sampling at 2048000 S/s.
Info: This tool will continuously read from the device, and report if
samples get lost. If you observe no further output, everything is fine.
Reading samples in async mode...
CTRL-X to close
[\code]
Stap 4. Dump1090 installeren
Code: Selecteer alles
sudo apt install dump1090-mutability
sudo usermod -a -G plugdev dump1090
sudo systemctl restart dump1090-mutability
sudo dpkg-reconfigure dump1090-mutability
A: RTL-SDR dongle voer hier 0 in
B: Your receiver's Latitude , voer hier de breedtegraad in van jouw ontvangst locatie (in decimaal formaat): xx.xxxx
C: Your receiver's Longitude , voer hier de lengtegraad in van jouw ontvangst locatie (in decimaal formaat): xx.xxxx
D: Interface address to bind haal hier 127.0.0.1 weg
Als je alle vragen beantwoord hebt en je wilt toch nog iets wijzigen dan kan dat via de volgende commando.
Code: Selecteer alles
sudo nano /etc/default/dump1090-mutability
na dat dit gedaan is voer het volgende uit
Code: Selecteer alles
sudo systemctl restart dump1090-mutability
Volg hiervoor de handleiding "Ontvanger koppelen"
Link: viewtopic.php?f=6&t=8