Announcement

Collapse
No announcement yet.

Raspberry Pi:How To Install Raspian OS + Dump1090 + FR24 Data Feeder

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • djmarko413
    replied
    Originally posted by papasven View Post
    A while ago I saw values there i believe, otherwise all ok.

    [ATTACH=CONFIG]5926[/ATTACH]
    Ok, thanks for that info.

    Leave a comment:


  • papasven
    replied
    Originally posted by djmarko413 View Post
    Ok, I'm now uploading data to FR24 thru my RasPi and I see stats for aircraft and positions but "Current upload rate" shows "0 KB/s".
    Is this normal?
    A while ago I saw values there i believe, otherwise all ok.

    Unbenannt.png

    Leave a comment:


  • djmarko413
    replied
    Ok, I'm now uploading data to FR24 thru my RasPi and I see stats for aircraft and positions but "Current upload rate" shows "0 KB/s".
    Is this normal?

    Leave a comment:


  • djmarko413
    replied
    abcd567, I just want to thank you so much for the info to set up FR24 Feed with piaware. I've been going crazy trying to find a way to get that to work.
    Your info made it so easy. I followed your instructions and it worked with no problems at all. Thanks again.

    Leave a comment:


  • abcd567
    replied
    OPTION 2: Raspbian Image
    MOST FLEXIBLE. Suitable if other Apps are also run on the Pi.
    The Decoder of user's choice installed by user (dump1090-mutability ver 1.15~dev OR dump1090-fa).
    The FR24 data feeder installed by user.

    CAUTION: Do NOT use "Receiver DVBT". Must be configured for "Receiver Beast (TCP)", "Host/port 127.0.0.1:30005".



    (1) Download on your computer Raspbian image from Raspberry Pi foundation site, and write the downloaded image to your microSD card.

    Download and installation instructions are here: http://www.raspberrypi.org/downloads

    Direct download link for latest Raspbian Light image (recomended):




    (2) Enable SSH: While the microSD card is still in the card reader of your Laptop/Desktop, in File Explorer (Windows) or Finder (Mac) click on drive letter of the microSD card (labelled boot) to open it. It will open folder /boot which has many files & few folders. In the folder /boot, create a new text file and name it ssh.

    (3) Slip out microSD card from card reader, slip into RPi and power-up.

    (4) Access and control RPi.
    You can access Pi and issue commands by any one of the following two methods:
    • Connect a Monitor, Keyboard, and Mouse to your RPi.
    • Use SSH

    The use of SSH enables you to issue commands from your Desktop/Laptop and eliminates the need to connect a Monitor, Keyboard, and Mouse to your RPi.

    For Remote access and SSH, please see following posts:

    - How To Access and Control RPi from Desktop/Laptop using SSH

    - IP Address Finders

    (5) This image does not have a decoder. You have to first install a decoder of your choice such as dump1090-mutability v 1.15~dev, or dump1090-fa, ModeSDeco2 etc.


    (6) After installation of a decoder, install fr24feed. Scroll down to see the guide at the end of this post.



    OPTION 3: Piaware Image
    Easy, plug-n-play.
    This image has integral dump1090-fa and Flightaware data feeder.

    The FR24 data feeder should be installed by user.

    CAUTION: Do NOT use "Receiver DVBT". Must be configured "Receiver Beast (TCP)", "Host/port 127.0.0.1:30005".



    (1) Download PiAware image from FlightAware on your computer, and write the downloaded image to your microSD card.

    This image has dump1090-fa + Flightaware data feeder pre-installed.

    Download and installation instructions are here: http://flightaware.com/adsb/piaware/build
    This image contains operating system Raspbian, dump1090 and Flightaware data feeder.

    (2) Enable SSH: While the microSD card is still in the card reader of your Laptop/Desktop, in File Explorer (Windows) or Finder (Mac) click on drive letter of the microSD card (labelled boot) to open it. It will open folder /boot which has many files & few folders. In the folder /boot, create a new text file and name it ssh.

    (3) Slip out microSD card from card reader, slip into RPi and power-up.

    (4) Access and control RPi.
    You can access Pi and issue commands by any one of the following two methods:
    • Connect a Monitor, Keyboard, and Mouse to your RPi.
    • Use SSH

    The use of SSH enables you to issue commands from your Desktop/Laptop and eliminates the need to connect a Monitor, Keyboard, and Mouse to your RPi.

    For Remote access and SSH, please see following posts:

    - How To Access and Control RPi from Desktop/Laptop using SSH

    - IP Address Finders

    (5) Install fr24feed as shown below.





    Installation of FR24 Data Feeder:

    (1) SSH into your Raspberry Pi and execute this command to install FR24 data feeder:
    Code:
    sudo bash -c "$(wget -O - http://repo.feed.flightradar24.com/install_fr24_rpi.sh)"

    (2) When the above script completes installation, it will automatically start signup. This will require you to enter your details (email, sharing key, latitude, longitude, antenna height etc)

    If you already had a sharing key, you can retrieve it as follows.

    Log-in to your FR24 account and go to this page to find feeder keys:
    The world’s most popular flight tracker. Track planes in real-time on our flight tracker map and get up-to-date flight status & airport information.


    FR24 - Find Keys.png

    Step 1.1 - Enter your email address (username@domain.tld)
    $: xxx@yyyyy.com

    Step 1.2 - If you used to feed FR24 with ADS-B data before enter your sharing key.
    If you don't remember your sharing key, pelase use the retrival form:


    Otherwise leave this field empty and continue.
    $: xxxxxxxxxxxxxxxx
    Leave key entry blank if you dont have a key


    (3) After signup, configuration will start. Enter values show in red below:

    Code:
    1 - DVBT Stick (USB)
     -----------------------------------------------------
     2 - SBS1/SBS1er (USB/Network)
     3 - SBS3 (USB/Network)
     4 - ModeS Beast (USB/Network)
     5 - AVR Compatible (DVBT over network, etc)
     6 - microADSB (USB/Network)
     7 - SBSx via Basestation (localhost:30006)
    
    
    Enter your receiver type (1-7)$: [COLOR=#FF0000][B]4[/B][/COLOR]
    
    Step 4.2 - Please select connection type:
    
     1 - Network connection
     2 - USB directly to this computer
    
    Enter your connection type (1-2)$: [B][COLOR=#FF0000]1[/COLOR][/B]
    
    Step 4.3A - Please enter your receiver's IP address/hostname
    $: [B][COLOR=#FF0000]127.0.0.1[/COLOR][/B]
    
    Step 4.3B - Please enter your receiver's data port number
    $: [B][COLOR=#FF0000]30005[/COLOR][/B]
    (4) Restart fr24feed
    Code:
    sudo systemctl restart fr24feed
    To view STATUS: Type following address in your browser, and status page will appear:
    ip-of-pi:8754
    (ip-of-pi will be something like 192.168.0.21)

    To view or change SETTINGS: Type following address in your browser, and settings page will appear:
    ip-of-pi:8754/settings.html
    (ip-of-pi will be something like 192.168.0.21)



    Settings for RASPBIAN OR PIAWARE image
    FR24 on Raspbian or Piaware img - Status.pngFR24 settings - External dump1090 - BEAST-TCP.png
    Last edited by abcd567; 2020-02-22, 02:21.

    Leave a comment:


  • Raspberry Pi:How To Install Raspian OS + Dump1090 + FR24 Data Feeder

    LAST UPDATED: 23rd July, 2019

    This thread provides guide for following 3 options:

    OPTION - 1: PI24 image with integral dump1090-mutability ver 1.14 and fr24feed. Other feeders to be installed by user.
    For detailed guide, please see this post:
    2019 - PI24 (Image) QuickStart Guide


    OPTION - 2: Raspbian Image, dump1090-mutability ver 1.15~dev OR dump1090-fa installed by user. The fr24feed to be installed by user. Other feeders to be installed by user
    For detailed guide, please see Post #2 below


    OPTION - 3: Piaware Image with integral dump1090-fa and piaware data feeder. The fr24feed to be installed by user
    For detailed guide, please see Post #2 below


    Installation, signup, & cofiguration of FR24 data feeder
    For detailed guide, please see Post #2 below


    Install other feeders from respective sites:
    Flightaware (Install piaware data feeder only. Do not install dump1090-fa)
    Planefinder
    Radarbox24
    Last edited by abcd567; 2019-07-23, 19:49.
Working...
X