I just got Flightaware protstick plus which is replacing my Nooelec SDR.
After connecting and restarting when I checked port 30005 to see if any data is recieved from the stick, it did not work.
I used the following command sudo rtl_test -t to test if its detected by Raspberry pi or not and see the following output
Found 1 device(s):
0: Realtek, RTL2832U, SN: 00001000
Using device 0: Generic RTL2832U
Detached kernel driver
Found Rafael Micro R820T tuner
Supported gain values (29): 0.0 0.9 1.4 2.7 3.7 7.7 8.7 12.5 14.4 15.7 16.6 19.7 20.7 22.9 25.4 28.0 29.7 32.8 33.8 36.4 37.2 38.6 40.2 42.1 43.4 43.9 44.5 48.0 49.6
[R82XX] PLL not locked!
Sampling at 2048000 S/s.
No E4000 tuner found, aborting.
Reattached kernel driver
Also for following sudo systemctl status dump1090-fa -l
â—Ź dump1090-fa.service - dump1090 ADS-B receiver (FlightAware customization)
Loaded: loaded (/lib/systemd/system/dump1090-fa.service; enabled; vendor preset: enabled)
Active: active (running) since Fri 2019-01-18 19:31:21 EST; 7min ago
Docs: PiAware - ADS-B and MLAT Receiver - FlightAware
Main PID: 3351 (dump1090-fa)
CGroup: /system.slice/dump1090-fa.service
└─3351 /usr/bin/dump1090-fa --device-index 0 --gain -10 --ppm 0 --net-bo-port 30005 --max-range 360 --net --net-heartbeat 60 --net-ro-size 1000 --net-ro-inte
Jan 18 19:31:21 raspberrypi systemd[1]: Started dump1090 ADS-B receiver (FlightAware customization).
Jan 18 19:31:21 raspberrypi dump1090-fa[3351]: Fri Jan 18 19:31:21 2019 EST dump1090-fa 3.6.3 starting up.
Jan 18 19:31:21 raspberrypi dump1090-fa[3351]: rtlsdr: using device #0: Generic RTL2832U (Realtek, RTL2832U, SN 00001000)
Jan 18 19:31:22 raspberrypi dump1090-fa[3351]: Detached kernel driver
Jan 18 19:31:22 raspberrypi dump1090-fa[3351]: Found Rafael Micro R820T tuner
Jan 18 19:31:22 raspberrypi dump1090-fa[3351]: rtlsdr: enabling tuner AGC
When I connect my old stick everything starts working normally. What can be the issue?
Also if I goto 127.0.0.1:30005, the page keeps loading whereas in the old stick i could see data loaded continuously.