- Raspberry Pi model B*
- Realtek Semiconductor Corp. RTL2838 DVB-T (RTL2832U)
- USB Wifi
(Raspian) User: pi / Pass: raspberry
/etc/defaults/keyboard s/gb/us/
sudo cat /etc/wpa_supplicant/wpa_supplicant.conf
network={
ssid="SSID-GOES-HERE"
proto=RSN
key_mgmt=WPA-PSK
pairwise=CCMP TKIP
group=CCMP TKIP
psk="WIFI-PASSWORD-GOES-HERE"
}
sudo ifdown wlan0; sudo ifup wlan0
sudo apt-get update; sudo apt-get upgrade;
- http://zr6aic.blogspot.com/2013/02/setting-up-my-raspberry-pi-as-sdr-server.html
- http://www.raspberrypi.org/phpBB3/viewtopic.php?f=30&t=46347
sudo rmmod dvb_usb_rtl28xxu rtl2832 # disable HDTV active kernel mod
(ref: https://groups.google.com/forum/#!msg/ultra-cheap-sdr/6_sSON94Azo/sOkhU81YINIJ)
Interesting:
- https://github.com/roger-/pyrtlsdr
- http://www.reddit.com/r/RTLSDR/wiki/software
- http://kmkeen.com/rtl-demod-guide/
- http://www.baudline.com
- http://www.sdr-j.tk/index.html
- http://sdrscan.com/
- https://github.com/antirez/dump1090
- http://www.rtl-sdr.com/adsb-aircraft-radar-with-rtl-sdr/
- https://corq.co/?p=1865
- http://www.satsignal.eu/raspberry-pi/dump1090.html
sudo ./dump1090 --interactive --net # note: http://localhost:8080
(see also: http://www.rtl-sdr.com/rtl-sdr-radio-scanner-tutorial-receiving-airplane-data-with-acars/)
- http://www.rtl-sdr.com/tag/pocsag/
- Interesting: https://gist.github.com/yuvadm/4963281
- http://www.raspberrypi.org/phpBB3/viewtopic.php?f=41&t=45142&p=357671
Channels (KCMO):
- 158.100 MHz
- 454.350 MHz
sudo rtl_fm -s 22050 -f ###.####M - | multimon-ng -t raw -a POCSAG512 -a POCSAG1200 -a POCSAG2400 -f alpha /dev/stdin
- multimon-ng (as with Pocsag? - AFSK1200)
- https://github.com/asdil12/pymultimonaprs
- http://sourceforge.net/projects/qtmm
Channel info:
- 144.390 MHz
sudo rtl_fm -f 144.390M -s 22050 | multimon-ng -t raw -A -
- http://www.wxtoimg.com
- http://sq7obj.wordpress.com/2012/07/22/receiving-photos-from-noaa-satellites-with-rtl-sdr/