[WORKING] New ADSBExchange base image v1.0

Discussion in 'Feeding' started by James, Dec 31, 2017.

Tags:
  1. James

    James Guest

  2. GynGeorge

    GynGeorge New Member

    OK will do. Thanks!
     
  3. GynGeorge

    GynGeorge New Member

    Now Ethernet lights are working on the Pi, you will able to see it on ZeroTier.
    Pi is hot, dongle is hot, seems to be working.
    upload_2020-1-31_21-27-26.png
     
  4. GynGeorge

    GynGeorge New Member

  5. James

    James Guest

    Nice. Ok let me push update for your WiFi and see if I can fix it!
     
  6. GynGeorge

    GynGeorge New Member

    Thanks, the Pi will remain on Ethernet for now. Tomorrow will fix the Y split for the "real" antenna!

    Sent the survey report to the Flights Team.

    Thanks James for your professional and friendley help!
     
  7. James

    James Guest

    Success. Hopefully it was just a bad burn and not a broken SD.

    Did you want to put it on WiFi?

    just edit
    /boot/adsb-config.txt with the required information per the instructions

    https://www.adsbexchange.com/api/fe...ZQ9d8L9BEXygNhWH4lmkoWqoUpSZyvNe9i731RRcza&t=

    Direct link to your feed from ADSBx servers once it's picking up traffic.

    the ADSBx device outputs:

    beast 30005
    SBS 30003
    RAW/AVR 30002

    so if you have an older SBS device ... you don't need to split it

    You can use the ADSBx / C4ADS device instead! Decoder is much more advanced.
     
  8. Paul Scalzo

    Paul Scalzo Member

    I had to re-image my Pi again today, no longer recognized the wifi adaptor. Back up.
     
  9. James

    James Guest

    This image release has a WiFi bug that prevents it from connecting to 5Ghz WiFi.

    I'm going to work with @wiedehopf to gather a scripted setup from base Raspbian, I think that might be the most stable way going forward.
     
    Paul Scalzo likes this.
  10. Stefan Dan

    Stefan Dan New Member

    Hi,
    First time here and after I installed all the equipment I have some questions:
    1. In the adsb-config file at altitude I write the value in "meters". It is OK?
    2. How can I see the airplanes "seen" by my receiver on a map? To see the radius I have from my antenna.
    3. I have installed the antenna next to another ADSB Antenna, around 10 cm right next to it. This can lead to low performance in received signals?
    Thank you.
     
  11. James

    James Guest

    1) You can specify ft or meters.

    100ft
    100m

    no space

    2) local pi has all the information you need. open web browser to IP of Pi on LAN

    STEP 2 ONLY:
    https://github.com/adsbxchange/adsbexchange-stats

    3 )time will tell, if another antenna is a broadcast antenna or emits RF - then yes.
     
    Stefan Dan likes this.
  12. GynGeorge

    GynGeorge New Member

    Hi!
    On the tar1090 chart i don't see any range rings or site position, even they are checked.
    No max range app...

    Thx, George
     

    Attached Files:

  13. James

    James Guest

    On adsbexchange.com? stats doesn't have rings because we do not want to share feeder positions. I may be enabled at a later time.

    local tar1090 easy to install


    Code:
    sudo bash -c "$(wget -nv -O - https://raw.githubusercontent.com/wiedehopf/tar1090/master/install.sh)"
    
    Then you will have map at /tar1090 on your Pi.
     
    qumqats and GynGeorge like this.
  14. GynGeorge

    GynGeorge New Member

    Thanks!
     
    qumqats likes this.
  15. kipper01

    kipper01 New Member

    How does one verify or start MLAT? Showing no connection when I visit myip
     
  16. wiedehopf

    wiedehopf Administrator Staff Member

    sudo nano /boot/adsb-config.txt

    Check that you've set the location correctly.
    Feel free to message me the configuration if you don't want to post it here (or just modify the coordinates).
     
  17. PC-24

    PC-24 New Member

    Since I will deploy some remotely located receivers in the next few weeks I wanted to ask if the 1.29 release is around the corner?
    Otherwise I will use the 1.28 image and install the stats manually so I do not have to use a VPN to view the received messages.

    Another question: Do you know how much bandwidth or data is used with approximately 200-450 messages/s and MLAT enabled?
     
  18. kipper01

    kipper01 New Member

    LATITUDE 42.03xxxx
    LONGITUDE -80.25xxxx
    ALTITUDE 794

    ADSBXCUSTOMPORT 30005
    ADSBXNAME "Link ADSB"

    ENABLE_WIFI yes
    WIFI_SSID "GoAway5G"
    WIFI_PASSWORD "xxxx"
    KEY_MGMT "WPA"
     
  19. wiedehopf

    wiedehopf Administrator Staff Member

    Oh, are you using a Pi0, then you need to recompile the mlat-client.
     
  20. MDA

    MDA Administrator Staff Member