Wild changes in reception #378
Replies: 8 comments 13 replies
-
It is a good set up. A nearby AIS station (Hampton in VF) does not seem to have these dips, so likely not vessel traffic or weather. Anyway, it can be weather where reception to certain pockets shifts in and out causing substantial swings in vessel count. Can also be interference from a station broadcasting on a nearby frequency, a lamp in the house, or your Raspberry Pi doing some heavy computation causing noise on the USB, or the dongle. These are tricky things to correlate. Do you see anything in the signal level chart during these periods of high and low reception? This could point at interference. Depending on the root cause you can take some measures (like ferrites, adding a filter etc). You already run with -a 192k. You could try as an experiment to run at a lower sample rate for a while (288K). This will negatively impact reception but will be less sensitive to nearby broadcasting. Your weekly chart and monthly chart do not suggest a strong pattern, except that these dips typically are for a few hours? Am afraid not very concrete.... |
Beta Was this translation helpful? Give feedback.
-
So clearly I have an interference issue. |
Beta Was this translation helpful? Give feedback.
-
So I tried every combination of hardware in the box today and the interfernce doesn't seem to be coming from the radio box itself. I set the fan to full power and then off and the reception didn't change. I the the CPU temp down to almost nothing to make sure it wasn't a throttling issues but honeslty AIS catcher uses only about 1% cpu and the rest of the PI is idle. I tried switching USB ports trying all four USB 2 and 3 ports. Lastly I removed the smart plug just incase the wifi on that was an issue. Unless it's the power supply it has to be external to that setup. I have switched to trying the Airspy vs the RTL-SDR and am getting better results. The airspy is supposed to have better rejection of broadband signals so maybe I just need to wait for the GPIO filter to arrive. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
OK interference issues can be tricky to find, it can be external radio RF or local electronic RF. EDIT, also forgot to add, coax cable run between receiver and antenna - how long is the run, what type of cable, this does affect both performance and resistance to interference, wrong run length with thinner cable, double or triple shielding cable too long run, can introduce increased interference problems. |
Beta Was this translation helpful? Give feedback.
-
I was in contact with someone that managed to remove interference from solar panels with the option -a 25K. Theoretically it does not make sense, but it is worth a try if nothing else works.... I tried it on my station and the SNR seems to improve somewhat. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Hi, From reading this discussion :
Hope the above will help to find a setup with less variation. Also watch the global site and see how others perform, it can be an indication of atmospheric changes, that can reduce and increase range. (earlier this week i had >100NM but nearby bad reception (while typical 10-15NM range) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I have AIS-Catcher running on a Raspberry PI 5 with a RTL-SDR v3 connected to a Shakespeare 8db offshore antenna mounted on my deck. Here are my stats from VesselFinder
https://stations.vesselfinder.com/stations/6948
I get these wild swings in the number of ships that I can see. There are sailboats in my marina about 5 miles away that when things are good I can pick up and then I have these drop off's that just wipe out my reception. Input settings are as follows:
"rtlsdr": {
"tuner": "auto",
"bandwidth": "192K",
"sample_rate": "1536K",
"biastee": false,
"rtlagc": true,
"freqoffset": 0
Beta Was this translation helpful? Give feedback.
All reactions