Closed thebaldgeek closed 3 years ago
- git clone https://github.com/szpajder/libacars
- cd libacars
- mkdir build
- cd build
- cmake -DMIRISDR=FALSE -DSDRPLAY=FALSE -DSOAPYSDR=FALSE -DSQLITE=FALSE -DETSY_STATSD=FALSE -DRAW_BINARY_FORMAT=FALSE -DZMQ=FALSE ../
- make
- sudo make install
So you have built and installed libacars (giving it plenty of -D options which it does not care about, since they all apply to dumpvdl2 rather than libacars), but have you actually built dumpvdl2?
- dumpvdl2 --rtlsdr -0 --gain 42 --correction 7 136.725 136.775 136.800 136.975
dumpvdl2 2.1.0 (libacars 2.1.3)
OK, it shows version 2.1.0, so let's assume that you've built it at some point. But this is not how you pass channel frequencies to it. Check out the help text:
common options:
I am an idiot. I need to carefully and fully RTFM Thank-you Frequency in Hz and getting output.
vdlm2dec and acarsdec both work Ok (thousands of messages per day) so I am confident that the antenna and RTLSDRv3 dongle are working correctly.
Built on a Pi 3 with the lite OS version. Did an apt-get update and apt-get upgrade before starting the build. No other ADSB etc software installed. Just 1 USB SDR dongle installed.
I carefully followed the instructions on the github page:
dumpvdl2 2.1.0 (libacars 2.1.3) Sampling rate set to 1050000 sps Found 1 device(s): 0: Realtek, RTL2838UHIDIR, SN: 00000001
Using device 0: Generic RTL2832U OEM Found Rafael Micro R820T tuner Exact sample rate is: 1050000.026077 Hz [R82XX] PLL not locked! [R82XX] PLL not locked! Center frequency set to 136 Hz [R82XX] PLL not locked! Device #0: gain set to 42.10 dB Device 0 started Allocating 15 zero-copy buffers
After running for 2+ hours, there is no output. With vdlm2dec I see output within 15-20 seconds during the day. I prefer the decoded text output rather than JSON and have dumpvdl2 running Ok from 2-3 years ago, just the newer version is not showing any output.
Thanks for your help.