Site Tools


Sidebar

hardwarerelated:ham_radio:rtl-sdr

Software Defined Radio: software

  • Fedora:
    • gnuradio: allrounder software, dnf -y install gnuradio-examples gr-osmosdr rtl-sdr
    • gqrx: watching the spectrum, dnf -y install gqrx
    • SDR++ dnf install sdrpp (not outputting audio to my hdmi audio sink)
    • SDR-Angel: mostly for recording & analyzing
    • Universal Radio Hacker: mostly for recording & analyzing
    • rtl_433: mostly for recording & analyzing
    • OpenWebRX+ https://fms.komkon.org/OWRX/ has some nice features like freely tunable frequency, but does not play well with my RTL-SDR's
  • Kali Linux
    • Convenient as kismet brings in plugins already for ADSB scanning (planes), also AMR
    • apt install rtl-433 rtl-sdr bladerf-firmware gnuradio gqrx-sdr gr-osmosdr
    • install SDR++ (built for debian sid from github)
  • DragonOS

Hardware

Docs & Data

SDR++

..does not provide output to my HDMI output device. Workaround:

  • Start VLC, go to Media→Open Network Stream, check 'Show more options'
  • Enter 'TCP://127.0.0.1:20022' (without quotes) as network URL
  • Set Edit Options: ":demux=rawaud :rawaud-channels=1 :rawaud-samplerate=48000 :rawaud-fourcc=s16l" (without quotes)
  • Enable the TCP server in the SDR plugin, and click Play in VLC

OpenWebRX/OpenWebRX+

Using OpenWebRX+ on Debian Bookworm, by default, I did not receive anything with my RTL-SDR v4. Observed on amd64 and aarch64 (raspi4) systems. This driver update was required. Thread on this. Required steps:

sudo apt-get install libusb-1.0-0-dev git cmake pkg-config
git clone https://github.com/rtlsdrblog/rtl-sdr-blog
cd rtl-sdr-blog
mkdir build
cd build
cmake ../ -DINSTALL_UDEV_RULES=ON
make
sudo make install
sudo cp ../rtl-sdr.rules /etc/udev/rules.d/
sudo ldconfig

echo 'blacklist dvb_usb_rtl28xxu' | sudo tee --append /etc/modprobe.d/blacklist-dvb_usb_rtl28xxu.conf

Signals

https://www.tele.soumu.go.jp/resource/search/myuse/use/ika.pdf

freq comment
121,225mhz
125mhz
128.125mhz air
148.160mhz satellite com
157.595mhz, 159.740mhz, 168mhz marine
445.700mhz ham band
446.375mhz ham band
450.947-450.95mhz various/各種用途(固定・移動)・特定小電力
453.818mhz

Japan - unresolved

  • 431.09Mhz, 431.06Mhz: quite strong, sensors? OpenWebRX+ ISM decoder can not decode them
  • 430.97Mhz
  • 143.18Mhz, sensors?

FT8

  • receiving: works ok with rtl-sdr, on various bands
  • sending:
    • Kenwood TH-75, would be able to send on 70cm and 2m bands. Software JTDX, WSJTX: both can not tune into 144.46Mhz, where I see activity. Can tune to 144.45Mhz and send, but that's not received by rtl-sdr even when receiving on that very frequency.
    • Turns out the Kenwood TH-75 can not send in ssb.. would be required as FT8 uses upper sideband.
hardwarerelated/ham_radio/rtl-sdr.txt · Last modified: 2024/08/31 22:28 by chris