SDR Receiver Brief Survey and Side-by-Side Comparisions #333
tkreyche
started this conversation in
Show and tell
Replies: 1 comment 1 reply
-
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Brief Intro
Besides my AIS Stations, I'm on HF FT8 with my FlexRadio FLEX-8400M as amateur radio operator KF7NOP...currently have the DXCC 150 award, working on 200. There are a many local ADS-B receiving stations, so there is very good coverage. I'm retired from flying sailplanes and spending time sailing, and am now more interested in AIS. Aircraft can be received widely due to their altitude. The geography of Puget Sound makes it challenging to have good AIS coverage, and it's important because there is a significant amount of ship traffic - ferries, cruise ships, tugs, military and commercial vessels.
A comprehensive analysis of some SDR hardware from several years ago is available in the SDR Makerspace.
There is also a comparison at GNU Radio.
Observations
Here are some basic observations from running different SDR receivers, specifically for AIS receiving with AIS-catcher. These observations use live data, not recorded or simulated. I don't have the test equipment necessary to comprehensively analyze SDR receiver performance.
RF Splitter
For comparing two receivers at the same time, I connect the receivers to the antenna using a splitter. It uses the MiniRF SPA-0501-25H splitter. I can't remember where I bought the board...probably on ebay (yes it should be in an enclosure.) AIS-catcher is running on RPi 4Bs. There is about 10 feet of low-loss coax between the antenna and splitter. This equipment is in a loft and swapping anything requires running up and down a ladder. I compare results using the AIS-catcher message count and signal level plots.
RTL-SDR.COM V3
Probably the standard dongle by which others are measured. Provides decent results, especially for the price. They still seem to be available, supposedly the V4 came out because the V3 receiver IC was going out of production. Jasper has good tuning suggestions on the main page.
RTL-SDR.COM V4
I was disappointed to discover that the V4 unit I have gives worse results than the V3 dongle...it's supposed to be better, according to the manufacturer. Other people seem to be using it successfully, so maybe there is a problem with mine. Note that it uses different drivers from V3 and some additional steps may be necessary to install them. Here's a discussion of the development of the V4.
Airspy HF+
Provides ~10% to15% higher AIS message count than my RTL-SDR V3 dongle. Changes to Threshold high/low and Preamp on/off and AFC_WIDE on/off don't seem to make any difference. May not be worth buying as an upgrade over the RTL-SDR V3, unless you'd like a small performance bump or want to experiment with HF, where it works well. I upgraded from several firmware revisions to the current and it didn't seems to make any difference.
ShipXplorer AIS Dongle
I have one but it's broken so I can't retest. Other AIS-catcher users have reported good results. Poor user reviews on Amazon should be mostly disregarded since the reviewers typically don't understand how to use the device, and the information provided by the vendor is confusing.
Uputronics AIS SAW Filtered Preamp
I have two of these and don't see any improvement in reception when used with a RTL-SDR V3. One of them seems to be defective since it makes reception worse.
Here are the results of a test, where I put one of of these preamps in front of the passive bandpass filter listed below, which feeds into an Airspy HF+. There is a difference is signal level, but no apparent difference in number of messages received. Images were recorded at the exact same time.
RTL-SDR Wideband LNA (and other similar wideband LNAs)
Probably won't help unless your station is in an RF-quiet area and may just overload the receiver. Your reception will almost certainly be worse if you are near a strong AIS base station or FM/ VHF TV stations. I have this unit and it degrades reception at my location.
Antennas
I'm using a homebuilt quarter wave ground plane antenna for my base station. It works very well and cost almost nothing to build. It's a good choice if you like DIY. I use a Nano VNA for tuning. Here's a good resource:
https://m0ukd.com/calculators/quarter-wave-ground-plane-antenna-calculator/#google_vignette
If your antenna has a long cable run, consider mounting the dongle on the antenna mast and run a long active USB cable to your computer, instead of a coax.
Directional vs. Omni-Directional Antennas
Your antenna is the most important piece of equipment that affects the number of ships you will receive. Unless you live in a location with ship traffic on multiple sides, a directional antenna will be a better choice. A simple yagi antenna with one reflector and maybe one director will be an improvement over a an omni-directional antenna such as a 1/4 wave verticals, 5/8 wave verticals and 1/4 wave ground plane. There is a great deal of information on amateur-radio web sites about building VHF antennas and it can be confusing - there's a lot of mythology around antennas! They are great DIY projects and require some building skills and test equipment. Commercial marine antennas are expensive.
Typical design for a low-gain, wide-beam directional yagi antenna
Computer Systems
Raspberry Pi 4 Model B computers with 2 GB of memory work well with AIS-catcher. Running with other programs (such as SignalK Server, OpenCPN or a large PostgreSQL database) on the same system may require more memory and/or a faster computer such as a Pi 5 with NVMe drive.
Passive AIS Bandpass Filter
This filter from GPIO Labs should help filter out nearby strong VHF FM/TV signals. There is some insertion loss. The vendor has a photo that shows it wired inline with one of their LNAs. They have both wideband LNAs and a filtered AIS LNA.
I'm running one of these filters in front of my Airspy HF+, without a LNA preamp. So far it appears to filter out intermittent drastic changes in messages per minute. The source of the changes is almost certainly interference from nearby high power transmitters. After watching this for a week or so it's not 100% clear how much the filter is helping...I need to figure out a better way to test it. It may be that the Airspy HF+ has a better front end than the inexpensive dongles.
The images below are from Marine Traffic charts, taken at completely different times, so it's not a direct comparision.
Before
After
Beta Was this translation helpful? Give feedback.
All reactions