Advertisement
sovietotaku

Step by step how to integrate airspy into existing piaware

Apr 27th, 2017
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.69 KB | None | 0 0
  1. #Download airspy_adsb to home dir:
  2. wget http://airspy.com/downloads/airspy_adsb-linux-arm.tgz
  3. tar xzf airspy_adsb-linux-arm.tgz
  4.  
  5. #Set receiver type to beast:
  6. sudo piaware-config receiver-type beast
  7.  
  8. #Restart piaware for settings to take place
  9. sudo piaware-config -restart
  10.  
  11. #Add this command to /etc/rc.local before "exit 0" value
  12. #Pls don't use -g value if you have hardware preamp or preamped filter.
  13. #You can use additional cool command values for, for example, bias-t, from paste: https://pastebin.com/jxWP7jvW
  14. #Edit file (under root!):
  15. sudo nano /etc/rc.local
  16. /home/pi/airspy_adsb -c 127.0.0.1:30104:BEAST -l 30005:BEAST -l 30001:AVR -g 21 -p -w 4 &
  17.  
  18. #Restart piaware and check your feed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement