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

  • abcd567
    replied
    Originally posted by dudesjp
    I thought that was this in first place, i'm using the original Apple charger with 1A current! It's not enough? Which one you use?
    1A is too small for Pi + Pro Stick.
    I use 3A (3000 mA) power supply.

    Leave a comment:


  • abcd567
    replied
    @dudesjp
    My software
    1) Raspbian Jessie Light from Rapberry foundation:


    2) dump1090-mutability ver 1.15~dev, manual install as per 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


    3) FR24 feeder:
    Installed using following command in SSH terminal:
    Code:
    sudo bash -c "$(wget -O - http://repo.feed.flightradar24.com/install_fr24_rpi.sh)"
    The above method for installing fr24 feeder is given on this page:
    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.
    Last edited by abcd567; 2016-07-01, 22:33.

    Leave a comment:


  • dudesjp
    replied
    Originally posted by abcd567 View Post
    Yes, I do have ProStick. Due to 2mm wide platic collar over metallic part, it did not insert fully into Pi and hence did not make proper contact.

    I cut the plastic collar off with a sharp knife. As a result, additional 2mm were inserted into Pi, and it started working ok. See images below.

    Left: original; Right: after cutting plastic collar
    .
    I tried here, but, as you can see in the photo, fits good and outside of the USB even with the collar! So, I dont think that is this! Which version of the OS are you using? Mine are the "fr24-raspberry-pi- 1.0.18-5" with the DUMP1090-Mutability!

    WhatsApp-Image-20160701.jpeg

    Leave a comment:


  • abcd567
    replied
    Yes, I do have ProStick. Due to 2mm wide platic collar over metallic part, it did not insert fully into Pi and hence did not make proper contact.

    I cut the plastic collar off with a sharp knife. As a result, additional 2mm were inserted into Pi, and it started working ok. See images below.

    Left: original; Right: after cutting plastic collar
    .

    Leave a comment:


  • dudesjp
    replied
    Originally posted by abcd567 View Post
    @dudesjp
    Try xxx.xxx.x.xxx/dump1090/gmap.html

    Also try
    sudo dpkg-reconfigure dump1090-mutability

    This will open a settings dialog. When you reach where it asks "bind to address" and default value is 127.0.0.1, remove this value and leave it blank.
    Hey, thank you for your always fast answers abcd567! I did, but nothing! I changed the ProStick for the old ISDB-T Dongle and guess what? Now its working! So, there some issue between the DUMP1090 and the ProStick! Any ideas? Do you have the ProStick? Thank you!


    EDIT:
    I tried again in my other Raspberry Pi (T-SBCT6), same problem! With the TV Dongle works fine, but if I change for the ProStick, DUMP1090 stop "running" and change for "exited"! Also tried with the PiAware, i think that worked, but I could not find the command to see the status of the DUMP1090!
    Last edited by dudesjp; 2016-07-01, 21:36.

    Leave a comment:


  • abcd567
    replied
    @dudesjp
    Try xxx.xxx.x.xxx/dump1090/gmap.html

    Also try
    Code:
    sudo dpkg-reconfigure dump1090-mutability
    This will open a settings dialog. When you reach where it asks "Internet address to bind to" and default value is 127.0.0.1, remove this value and leave it blank.
    Last edited by abcd567; 2016-07-01, 19:04.

    Leave a comment:


  • dudesjp
    replied
    Hey everyone! So, this week arrived for me the ProStick from FlightAware that they sent me for free, today I installed him in my Rpi system (T-SBCT5) and, after install the hardware part, I decided to do a new and clean instalation of the system. So I took off the SD card, donwload the Raspbian Jessie and install again. The problem is, I did the manual setup (as always) using the DUMP1090 mutability, and, after the configuration of the dump, when i ask for the Status, i receive the message "Active (Exited)" and not "Active(Running)" as was! And the system is not working! Like, if i got to the xxx.xxx.x.xxx:8080 says that "ERR_CONNECTION_REFUSED"! Any ideas?

    Sem título.png

    Leave a comment:


  • andrewh_85
    replied
    Originally posted by Oblivian View Post
    As long as its live, set your feeder config to AVR(TCP) and localhost:30002 (assuming the default raw out on 30002 is active) not DVBT or similar itll go.
    That sorted it thanks oblivian

    Leave a comment:


  • Oblivian
    replied
    Originally posted by andrewh_85 View Post
    Ran the script and its installed but having issues I think with the port as its not showing any aircraft.

    I have the Malcolm Robb version of Dump and currently feed adsbexchange and 360radar which work fine.

    pi@raspberrypi:~ $ sudo service dump1090 status
    ● dump1090.service - LSB: dump1090 initscript
    Loaded: loaded (/etc/init.d/dump1090.sh)
    Active: active (running) since Mon 2016-05-23 12:17:04 UTC; 22h ago
    CGroup: /system.slice/dump1090.service
    └─435 ./dump1090 --quiet --net --net-ro-size 500 --net-ro-rate 5 -...

    May 23 12:17:04 raspberrypi dump1090.sh[399]: dump1090 started
    May 23 12:17:04 raspberrypi dump1090.sh[399]: Found 1 device(s):
    May 23 12:17:04 raspberrypi dump1090.sh[399]: 0: Realtek, RTL2838UHIDIR, SN:...)
    May 23 12:17:04 raspberrypi dump1090.sh[399]: Found Rafael Micro R820T tuner
    May 23 12:17:04 raspberrypi systemd[1]: Started LSB: dump1090 initscript.
    May 23 12:17:04 raspberrypi dump1090.sh[399]: Max available gain is: 49.60
    May 23 12:17:04 raspberrypi dump1090.sh[399]: Setting gain to: 49.60
    May 23 12:17:04 raspberrypi dump1090.sh[399]: Exact sample rate is: 2000000....z
    May 23 12:17:04 raspberrypi dump1090.sh[399]: Gain reported by device: 49.60
    Hint: Some lines were ellipsized, use -l to show in full.
    pi@raspberrypi:~ $ service fr24feed status
    ● fr24feed.service - LSB: Flightradar24 Decoder & Feeder
    Loaded: loaded (/etc/init.d/fr24feed)
    Active: active (running) since Tue 2016-05-24 10:23:06 UTC; 8min ago
    Process: 7369 ExecStop=/etc/init.d/fr24feed stop (code=exited, status=0/SUCCESS)
    Process: 7396 ExecStart=/etc/init.d/fr24feed start (code=exited, status=0/SUCCESS)
    CGroup: /system.slice/fr24feed.service
    └─7413 /usr/bin/fr24feed -- --monitor-file=/dev/shm/fr24feed.txt --write-p...
    As long as its live, set your feeder config to AVR(TCP) and localhost:30002 (assuming the default raw out on 30002 is active) not DVBT or similar itll go.

    Leave a comment:


  • andrewh_85
    replied
    Originally posted by abcd567 View Post
    My system is working trouble free.

    I first installed Raspian Jessi Lite.

    Then manually installed dump1090-mutability.

    Then manually installed following data feeders:
    1. Flightradar24 data feeder by following bash command:
      sudo bash -c "$(wget -O - http://repo.feed.flightradar24.com/install_fr24_rpi.sh)"

      Since I have already installed dump1090-mutability, the Flightradar24 bash script found it and did not install fr24 version of dump1090. It installed only the data feeder.

    2. Flightaware data feeder as per instructions on their site.

    3. Planefinder data feeder as per instructions on their site.


    The version of dump1090 I installed is dump1090-mutability v1.15~dev due to its enhanced functionality, compared to the vanila dump1090 (Malcom Robson).

    Recently I have posted the step by step method to install dump1090-mutability v1.15~dev here:

    How to Install dump1090-mutability_1.15~dev on RPi

    .
    Ran the script and its installed but having issues I think with the port as its not showing any aircraft.

    I have the Malcolm Robb version of Dump and currently feed adsbexchange and 360radar which work fine.

    pi@raspberrypi:~ $ sudo service dump1090 status
    ● dump1090.service - LSB: dump1090 initscript
    Loaded: loaded (/etc/init.d/dump1090.sh)
    Active: active (running) since Mon 2016-05-23 12:17:04 UTC; 22h ago
    CGroup: /system.slice/dump1090.service
    └─435 ./dump1090 --quiet --net --net-ro-size 500 --net-ro-rate 5 -...

    May 23 12:17:04 raspberrypi dump1090.sh[399]: dump1090 started
    May 23 12:17:04 raspberrypi dump1090.sh[399]: Found 1 device(s):
    May 23 12:17:04 raspberrypi dump1090.sh[399]: 0: Realtek, RTL2838UHIDIR, SN:...)
    May 23 12:17:04 raspberrypi dump1090.sh[399]: Found Rafael Micro R820T tuner
    May 23 12:17:04 raspberrypi systemd[1]: Started LSB: dump1090 initscript.
    May 23 12:17:04 raspberrypi dump1090.sh[399]: Max available gain is: 49.60
    May 23 12:17:04 raspberrypi dump1090.sh[399]: Setting gain to: 49.60
    May 23 12:17:04 raspberrypi dump1090.sh[399]: Exact sample rate is: 2000000....z
    May 23 12:17:04 raspberrypi dump1090.sh[399]: Gain reported by device: 49.60
    Hint: Some lines were ellipsized, use -l to show in full.
    pi@raspberrypi:~ $ service fr24feed status
    ● fr24feed.service - LSB: Flightradar24 Decoder & Feeder
    Loaded: loaded (/etc/init.d/fr24feed)
    Active: active (running) since Tue 2016-05-24 10:23:06 UTC; 8min ago
    Process: 7369 ExecStop=/etc/init.d/fr24feed stop (code=exited, status=0/SUCCESS)
    Process: 7396 ExecStart=/etc/init.d/fr24feed start (code=exited, status=0/SUCCESS)
    CGroup: /system.slice/fr24feed.service
    └─7413 /usr/bin/fr24feed -- --monitor-file=/dev/shm/fr24feed.txt --write-p...

    Leave a comment:


  • abcd567
    replied
    Originally posted by andrewh_85 View Post
    I previously had issues with fr24 and.their version dump1090 not playing nicely with other sites. I have since wiped my Pi and reinstalled dump1090 manually. If I do the scripted setup with it install dump1090 again or just the.client.
    My system is working trouble free.

    I first installed Raspian Jessi Lite.

    Then manually installed dump1090-mutability.

    Then manually installed following data feeders:
    1. Flightradar24 data feeder by following bash command:
      sudo bash -c "$(wget -O - http://repo.feed.flightradar24.com/install_fr24_rpi.sh)"

      Since I have already installed dump1090-mutability, the Flightradar24 bash script found it and did not install fr24 version of dump1090. It installed only the data feeder.

    2. Flightaware data feeder as per instructions on their site.

    3. Planefinder data feeder as per instructions on their site.


    The version of dump1090 I installed is dump1090-mutability v1.15~dev due to its enhanced functionality, compared to the vanila dump1090 (Malcom Robson).

    Recently I have posted the step by step method to install dump1090-mutability v1.15~dev here:

    How to Install dump1090-mutability_1.15~dev on RPi

    .
    Last edited by abcd567; 2016-05-24, 05:48.

    Leave a comment:


  • Oblivian
    replied
    Originally posted by andrewh_85 View Post
    I previously had issues with fr24 and.their version dump1090 not playing nicely with other sites. I have since wiped my Pi and reinstalled dump1090 manually. If I do the scripted setup with it install dump1090 again or just the.client.
    Not entirely sure. It puts them into different folders, and its able to find if you gave FAs install and use dump1090 running. So I would like to think so.

    Give it a shot, its only a matter of adjusting the commandline in the config page to the running 1090 port if it tries to load it instead

    Leave a comment:


  • andrewh_85
    replied
    Originally posted by Oblivian View Post
    The step by step is now kind of defunct. There is an automated script that does the work for you

    sudo bash -c "$(wget -O - http://repo.feed.flightradar24.com/install_fr24_rpi.sh)"
    I previously had issues with fr24 and.their version dump1090 not playing nicely with other sites. I have since wiped my Pi and reinstalled dump1090 manually. If I do the scripted setup with it install dump1090 again or just the.client.

    Leave a comment:


  • Oblivian
    replied
    Originally posted by abcd567 View Post
    Thanks for pointing out. Updated the method today (May 20, 2016). Please see the first post on page 1.
    The long method is still valid for anyone wanting to customise the Dump1090 edition. I think the packaged script is still their modified code version of -MR by default. But it does support a normal edition too if installed separately

    Leave a comment:


  • alex_mason
    replied
    Originally posted by Oblivian View Post
    Yes.

    And it makes no difference. Both are aware of each other during setup
    Thanks, will try it out when my Pi arrives from China :-)

    Leave a comment:

Working...
X