Skip to content

Instantly share code, notes, and snippets.

View rberg2's full-sized avatar

Richard Berg rberg2

  • Minneapolis, MN, USA
View GitHub Profile

Keybase proof

I hereby claim:

  • I am rberg2 on github.
  • I am rberg2 (https://keybase.io/rberg2) on keybase.
  • I have a public key ASAg4ynpplg5s7EVmTRHtDIyWMN2zXdYTT8-XFw0QiZmTgo

To claim this, I am signing this object:

@rberg2
rberg2 / LimeSDR and dump1090 flightaware
Last active February 12, 2022 16:26
LimeSDR and Flightaware / dump1090
# Create a named pipe. Otherwise this file will grow very large.
$ mkfifo /tmp/1090.dump
# Use rx_sdr to tune to 1090Mhz setting a sample rate, gain, and hopefully nchan1 is LNAH
# rx_sdr will pause waiting for the other end of the fifo to connect.
# Note change or remove this 'serial=' paramater
$ rx_sdr -f 1090000000 -s 2400000 -g 75 -d driver=lime,soapy=0,serial=00000,nchan1 /tmp/1090.dump
# for the dump1090 CLI
$ dump1090-fa --interactive --fix --dcfilter --stats --ifile /tmp/1090.dump
# or use the web UI
# edit /etc/default/dump1090-fa and use