Configure the SDR dongle(s)
If not already connected to your Pi with ssh:
ssh pi@carputer.localsudo apt install rtl-sdr -yPlug in the SDR dongle to be used for 1090 MHz.
rtl_test -tYou should see one device listed.
If this is a Nooelec SMArt v5 dongle:
rtl_eeprom -i 0When prompted, type
yandenterand then wait for completion.You don't need to re-plug the dongle.
rtl_eeprom -s 00001090When prompted, type
yandenterand then wait for completion.Remove this dongle and label it "1090."
If you have only one dongle, you're done with this part. If you have a second dongle for 978 MHz, plug it in now and continue.
rtl_test -tYou should see one device listed with a serial number that isn't 00001090.
If this is a Nooelec SMArt v5 dongle, repeat step 6 above.
rtl_eeprom -s 00000978When prompted, type
yand enter and then wait for completion.Remove this dongle and label it "978."
Last updated