User Tools

Site Tools


airplanes:adsb:start

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
airplanes:adsb:start [2016/08/26 15:35] – [Dump1090] 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 81: Line 105:
     * Network real time map! (Unlike the Windows software, it can plot planes on a builtin http interface using Google Maps) <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 sudo ./dump1090 --enable-agc --aggressive --net --net-http-port 8080
 +</code>
 +
 +===== Flightaware Dongle =====
 +
 +  * Add this to the **/etc/modprobe.d/blacklist.conf** <code>
 +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.1472225720.txt.gz · Last modified: 2016/08/26 15:35 by david