User Tools

Site Tools


airplanes:adsb:start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
airplanes:adsb:start [2016/08/26 14:33] – created davidairplanes:adsb:start [2016/10/07 16:40] (current) david
Line 1: Line 1:
 ====== ADS-B via Dump1090 ====== ====== ADS-B via Dump1090 ======
 +
 +FIXME Ryan says
 +
 +<code>
 +Also sending to FlightRadar24, attached. FR24 installs easily on a PiAware installation - it’s seamless.
 +</code>
 +
 +FIXME DO IT!
 +
 +===== Flightaware Stats =====
 +
 +  * [[http://flightaware.com/adsb/stats/user/drabine|Flightaware ADS-B Stats for Me]]
 +  * [[http://flightaware.com/adsb/stats/user/rmyadsk|Flightaware ADS-B Stats for Ryan]]
 +  * [[http://flightaware.com/adsb/stats/user/virg|Flightaware ADS-B Stats for Virg]]
 +
 +===== Raspberry Pi Configuration =====
 +
 +  * This is the base configuration program to use for say expanding the disk or waiting for network before booting, etc... <code>
 +sudo raspi-config
 +</code>
 +
 +===== Antenna Install =====
 +
 +{{:airplanes:adsb:img_20160924_110233.jpg?300|}} {{:airplanes:adsb:img_20160924_102626.jpg?300|}}
  
 ===== Information ===== ===== Information =====
Line 52: Line 76:
  
 ===== Dump1090 ===== ===== Dump1090 =====
 +
 +[[https://www.ab9il.net/software-defined-radio/dump1090-linux.html]] <- good information
  
 In linux this worked fine In linux this worked fine
  
-  * grab the repository <code> +  * Update <code> 
-git clone git://github.com/MalcolmRobb/dump1090.git+sudo apt-get update
 </code> </code>
- +  * To build **dump1090**
-[[https://www.ab9il.net/software-defined-radio/dump1090-linux.html]] <- good information +
- +
-To build **dump1090**+
 <code> <code>
 sudo apt-get install git cmake libusb-1.0-0.dev build-essential sudo apt-get install git cmake libusb-1.0-0.dev build-essential
 sudo apt-get install build-essential debhelper librtlsdr-dev libusb-1.0-0-dev pkg-config tcl8.5-dev autoconf python3-dev python-virtualenv libz-dev git tclx8.4 tcllib tcl-tls itcl3 sudo apt-get install build-essential debhelper librtlsdr-dev libusb-1.0-0-dev pkg-config tcl8.5-dev autoconf python3-dev python-virtualenv libz-dev git tclx8.4 tcllib tcl-tls itcl3
 </code> </code>
- +  * grab the repository <code> 
-Live feed: +git clone git://github.com/MalcolmRobb/dump1090.git 
-<code> +</code> 
-./dump1090 --interactive+  * Compile <code> 
 +cd dump1090 
 +make 
 +</code> 
 +  * Remove these modules <code> 
 +    sudo rmmod dvb_usb_rtl28xxu 
 +</code> 
 +  * To run 
 +    Live feed: (i didn't udev rules so had to run as sudo, but that's fine) <code> 
 +sudo ./dump1090 --interactive 
 +</code> 
 +    * Network real time map! (Unlike the Windows software, it can plot planes on a builtin http interface using Google Maps) <code> 
 +sudo ./dump1090 --enable-agc --aggressive --net --net-http-port 8080
 </code> </code>
  
-Unlike the Windows software, it can plot planes on a builtin http interface using Google Maps+===== Flightaware Dongle =====
  
-<code> +  * Add this to the **/etc/modprobe.d/blacklist.conf** <code> 
-./dump1090 --enable-agc --aggressive --net --net-http-port 8080+blacklist dvb_usb_rtl28xxu 
 +</code> 
 +  * Use this command line for the actual dongle from Flightaware <code> 
 +sudo ./dump1090 --aggressive --net --net-http-port 8080 --gain 45 --quiet
 </code> </code>
  
 Then open your browser and go to [[http://127.0.0.1:8080]] to watch planes fly above you.  Then open your browser and go to [[http://127.0.0.1:8080]] to watch planes fly above you. 
  
 +===== Running Piaware in Ubuntu =====
  
 +  * Found this link here [[http://pastebin.com/eKbm118F]] originally pointed to here [[http://discussions.flightaware.com/ads-b-flight-tracking-f21/installing-piaware-on-ubuntu-t19244.html]] (good old google, found it quick)
 +
 +  - Into home directory and clone the software we need <code>
 +git clone https://github.com/flightaware/dump1090_mr.git
 +</code>
 +  - FAILS.  This is a losing battle, they are relying on the Pi... don't fight it, just buy another Pi (-8
airplanes/adsb/start.1472222013.txt.gz · Last modified: 2016/08/26 14:33 by david