Announcement

Collapse
No announcement yet.

FR24 + Raspi 3 + FlightAware Pro Stick Plus v1.0, no Trafic

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

  • FR24 + Raspi 3 + FlightAware Pro Stick Plus v1.0, no Trafic

    Hello,
    My FR24 raspi 3 + FlightAware Pro Stick Plus v1.0 configuration worked perfectly for several months, but a power outage destroyed the microSd.
    I have reconfigured a new microSD card with the latest version of Stretch Lite and the latest FR24 repository (sudo bash -c "$ (wget -O - http://repo.feed.flightradar24.com/install_fr24_rpi.sh))
    But I did not recognize the configuration ... And I'm a little lost to find the right configuration.
    Here is what I get with the "FR24 Feeder status":
    -------------------------------------------------- ------------
    FR24 Link: Connected via UDP
    FR24 Radar Code: T-LFOT17
    Local IP (s): 192.168.1.28
    Aircraft Tracked:
    (ModeS & ADS-B) 0
    Aircraft Uploaded: N / A
    Receiver: beast, Connected
    MLAT running: NO
    -------------------------------------------------- ------------
    The IP address is that of Raspi. For the Port I entered: 10000, but finally I have 0 Aircraft Tracked,
    I tested everything from the antenna, the Raspi (with another) the FlightAware Stick has been replaced, and I still get 0 traffic ...
    I repeated the reinstallation of the SD Card several times, but no result ...
    Can you help me...
    Thanks in advance.
    Jacky
    Last edited by JackyNiew; 2019-03-18, 15:03.

  • #2
    show the configuration:

    cat /etc/fr24feed.ini

    (replace the key with xxxxx)

    Did you install dump1090 or dump1090-fa separately or are you using the builtin dump1090?

    Comment


    • #3
      Open your browser, and go to following page:

      IP-OF-PI:8754/settings.html


      Use these settings if you are you using the built-in dump1090
      - Replace xxxxxxxxxxxxxxxx by your actual fr24 key.
      - Replace xx.xxxx and yy.yyyy by actual latitude & longitude.
      - If you want to use another value of gain, then instead of --gain -10 use --gain nn, where nn is the value of gain you want to use.
      - After entering settings, click "Save" button, then "Restart" button. Both these buttons are at bottom-right of settings page.

      FR24 settings - Integral dump1090.png



      Use these settings if you have installed dump1090-mutability or dump1090-fa separately
      - Replace xxxxxxxxxxxxxxxx by your actual fr24 key.
      - After entering settings, click "Save" button, then "Restart" button. Both these buttons are at bottom-right of settings page.

      FR24 settings - External dump1090 - BEAST-TCP.png
      Last edited by abcd567; 2019-03-18, 07:18.

      Comment


      • #4
        Originally posted by wiedehopf View Post
        show the configuration:

        cat /etc/fr24feed.ini

        (replace the key with xxxxx)

        Did you install dump1090 or dump1090-fa separately or are you using the builtin dump1090?
        Hi!

        Here is the content of the file: fr24feed.ini :

        -----------------------------------------------
        receiver="avr"
        fr24key="c4xxxxxxxxxxxxxb"
        host="127.0.0.1:30002"
        bs="no"
        raw="no"
        logmode="1"
        windowmode="0"
        logpath="/var/log/fr24feed"
        mpx="no"
        mlat="yes"
        mlat-without-gps="yes"
        ----------------------------------------------
        Thanks,
        Jacky

        Comment


        • #5
          @ abcd567

          Hi!

          --------------------------------------------------------------------------
          Linux/generic/static_armel/1.0.23-8
          Updated: 08:57:04 GMT+0100 (heure normale d’Europe centrale)
          FR24 Link: Connected via UDP
          FR24 Radar Code: T-LFOT17
          Local IP(s): 192.168.1.28
          Aircraft Tracked:
          (ModeS & ADS-B) 0
          Aircraft Uploaded: N/A
          Receiver: beast-tcp, Connected
          MLAT running: NO
          ---------------------------------------------------
          Having followed your instructions to enter info in "http://192.168.1.28:8754/settings.html"
          But the result is always the same.
          Regarding Dump1090, I did not install anything I followed the installation procedure to create a new MicroSD Card with Stretch Lite, then I executed by ssh the installation of FR24 with the link:
          sudo bash -c "$ (wget -O - http://repo.feed.flightradar24.com/install_fr24_rpi.sh)"
          Then I followed the instructions ... But with some doubts about (the IP to enter, the Port to enter and the type of receiver)
          Thank you for your help

          Jacky

          Comment


          • #6
            You need to use the first picture shown by abcd567 because you did not install an external dump1090.

            But if didn't work maybe it didn't install dump1090 because you initially selected something else than USB.
            Try this

            sudo fr24feed --reconfigure --fr24key=c4xxxxxxxxxxxxxb

            Use DVB-T(USB) as receiver type. (And use the real key displayed)

            Then do a reboot:

            sudo reboot


            This should fix your installation.

            You could always install a newer version of dump1090 following the instructions in this thread:
            . Last update: March 08, 2022 NOTE: (1) Do NOT install the dump1090-mutability on Pi24 img and Piaware img. Both these images already have their integral dump1090. (2) TO HAVE A TROUBLE FREE INSTALLATION, IT IS REQUIRED TO MAKE A FRESH INSTALL, AS SHOWN BELOW: (a) Format microSD Card (b) Write Raspbian Image. (c) Install

            Comment


            • #7
              Originally posted by wiedehopf View Post
              You need to use the first picture shown by abcd567 because you did not install an external dump1090.

              But if didn't work maybe it didn't install dump1090 because you initially selected something else than USB.
              Try this

              sudo fr24feed --reconfigure --fr24key=c4xxxxxxxxxxxxxb

              Use DVB-T(USB) as receiver type. (And use the real key displayed)

              Then do a reboot:

              sudo reboot


              This should fix your installation.

              You could always install a newer version of dump1090 following the instructions in this thread:
              https://forum.flightradar24.com/thre...-15-dev-on-RPi
              Thank you, I followed your advice for the repair, and it works again.
              Thanks again to you and everyone who helped me solve this problem.
              Best regards,
              Jacky

              Comment

              Working...
              X