hi,
I feed for years (Raspberry Pi 4 Model B Rev 1.4, RTL-SDR RTL2832U DVB-T Tuner Dongles, RTL-SDR Blog ADS-B Triple Filtered LNA (Bias Tee Powered), and high quality coax)and noticed for the past days that I cannot see my range displayed on the map.
My stats profile shows adsb 30,37.
I ssh to see the status:
sudo systemctl status rbfeeder
rbfeeder.service - RBFeeder Service
Loaded: loaded (/lib/systemd/system/rbfeeder.service; enabled; vendor preset: enabled)
Active: active (running) since Tue 2021-08-17 15:17:20 UTC; 50min ago
Main PID: 563 (rbfeeder)
Tasks: 11 (limit: 4915)
CGroup: /system.slice/rbfeeder.service
└─563 /usr/bin/rbfeeder
Aug 17 16:06:59 piaware rbfeeder[563]: [2021-08-17 16:06:59] Can't connect to 978 source (127.0.0.1:28380). Waiting 5 second...
Aug 17 16:07:04 piaware rbfeeder[563]: [2021-08-17 16:07:04] Can't connect to 978 source (127.0.0.1:28380). Waiting 5 second...
Aug 17 16:07:05 piaware rbfeeder[563]: [2021-08-17 16:07:05] ******** Statistics updated every 30 seconds ********
Aug 17 16:07:05 piaware rbfeeder[563]: [2021-08-17 16:07:05] Packets sent in the last 30 seconds: 7, Total packets sent since startup: 374
Aug 17 16:07:05 piaware rbfeeder[563]: [2021-08-17 16:07:05] Data sent: 17.3 KB
Aug 17 16:07:05 piaware rbfeeder[563]: [2021-08-17 16:07:05] Data received: 1.3 KB
Aug 17 16:07:09 piaware rbfeeder[563]: [2021-08-17 16:07:09] Can't connect to 978 source (127.0.0.1:28380). Waiting 5 second...
Aug 17 16:07:14 piaware rbfeeder[563]: [2021-08-17 16:07:14] Can't connect to 978 source (127.0.0.1:28380). Waiting 5 second...
See likes up and running? Am I missing something ?
I also feed for flightaware, I noticed also almost no feed.
Any reason why I would be able to track very few? I just added a 1090 filter, no coax (that worked fine and gave an an amazing range.)
In RB24 my last tracked plane is 3A28AC EUROCOPT 2021-08-17 07:07
I email the support but any help or hints would be appreciated.
UPDATE: went to check the 20m cable, all the connections are ok, no water in the antenna. I still don't understand how it went from 90 planes per days to almost nothing.
Update august 18th: Big detail I missed when I connected the
ADS-B Filter https://www.aliexpress.com/item/32956847941.html :
RTL-SDR V3 has bias tee power built into it and this can be activated in softwarePlease note that this LNA FILTER requires bias tee power to work.
I use the official RTL-SDR SDR V3 R820T2 RTL2832U:
https://www.aliexpress.com/item/32939551915.htmlSo to get the filter to work we need to enable Bias tee on the usb stick, this can be by software in V3, I run PiAware 5.*
To enable it:
cd ~
git clone
https://github.com/rtlsdrblog/rtl_biastcd rtl_biast
mkdir build
cd build
cmake .. -DDETACH_KERNEL_DRIVER=ON make
To test the bias tee: sudo service dump1090-fa stop && cd ~/rtl_biast/build/src && ./rtl_biast -b 1 && sudo service dump1090-fa start
You should get something like that:
Found 1 device(s):
0: Realtek, RTL2838UHIDIR, SN: 00000001
Using device 0: Generic RTL2832U OEM
Detached kernel driver
Found Rafael Micro R820T tuner
Reattached kernel driver
To get Bias enable every time you reboot you MUST add the following:
sudo mkdir /etc/systemd/system/dump1090-fa.service.d
sudo nano /etc/systemd/system/dump1090-fa.service.d/bias-t.conf
Then paste in the following
[Service] ExecStartPre=/home/pi/rtl_biast/build/src/rtl_biast -b 1
My Raspeberry is connected to the USB stick that is connected to the filter then to the antenna 15m away.
Now it kinda work: the antenna is in the same position and I have some strange tiny corridors with a max coverage up to 52nm instead of 89 nm 2 weeks ago. While is used to be a clean radius, and yes nothing changed around the antenna( no new build etc...).
I feed for RadarBox, FlightAware, FlighRadar24 I now see some light traffic (night here only few cargo plane).
What is strange is that it worked out of box with a range of 89NM and stopped few days ago with unknown reasons when I first connected the filter. Went from 50nm to 90nm in few minutes after connecting the filter and a new thick coax, then gone.
I would HIGHLY recommend
https://github.com/wiedehopf/graphs1090 that helps to get detailed stats live on my system, it should be installed by everyone very useful to debug with live data when loosing a feed. Easy to install and live.
Remark: I compared the range on all my feeds, none are the same! Flightaware shows me planes up to 160 km up, RB up to 107km, and FR up to 100km.
FR android app show a lower range than the web interface about 90km.