PI Zero ADSBExchange base image v0.1

Discussion in 'Feeding' started by James, Jan 25, 2018.

  1. Bow

    Bow Member

    I just ordered a Pi Zero W and a FlightAware Pro Stick Plus

    James, is this load available as just a Image to stick on an SD card and go? I am thinking about just feeding ADSBEx with this setup
     
  2. James

    James Guest

    The custom image works but needs Grafana replaced with the armhv6 compiled one. Let me see if I can get an image uploaded.
     
  3. Bow

    Bow Member

    Thanks!

    I have everything ready, just waiting for my PCB Antenna to show up from China to build an All-In-One build in a piece of PVC... 1 cable to power it, Wi-Fi connection from the 30' AGL High Roof on the house
     
  4. TXMike74

    TXMike74 Member

    How far are you guys from packaging up Pi0 support?

    I will put up two Pi3 units to start (one Austin, one Dallas), but would be open to doing more units with Pi0 in other places.
     
  5. James

    James Guest

    It's here working. :) I have to clean it so I can image it and put it out for upload.
     
    Bow likes this.
  6. Bow

    Bow Member

    Cool!

    My PCB Antennas should be here this week... :D
     
  7. James

    James Guest

  8. Bow

    Bow Member

    Thanks James!

    I'll Download it and give it a go when I get a chance...

    Still waiting for my PCB antennas to arrive...
     
  9. TXMike74

    TXMike74 Member

    I had ordered a Pi0w the other day. Pi0w+case+USB cable from Adafruit ($21.80 delivered).

    I already had a Pi2 setup (PiAware+ADSBX image, no other mods) working fine sending to Flightaware (reporting fine) and ADSB-X (need to validate my data is being received). (Using the FA ProStick Plus)

    I popped out the MicroSD card from the Pi2 and into the Pi0w. It seems to be running fine. I can web browse to the FA page on the Pi0w and see the map just fine. I SSH'd over to the Pi0w and running 'top' and the CPU is running about 35% or so.

    (note: my small antenna is just in the window right now so my range isn't all that great)

    It seems like it's pretty straight forward unless I am missing something cool I could also be doing.
     
  10. James

    James Guest

    PiZero is a Pi 1. CPU gets wrecked pretty fast. Pi 3B is the best deal for 4 cores and ram.

    Pi Zero just running dump1090, and the dashboard. Only feed ADSBx. Constant near 50% - add more feeders and it's running at near 100% and making heat that is eating it.

    Screenshot_2018-07-12_21-14-01.png
     
  11. TXMike74

    TXMike74 Member

    My Pi0w running the default FA+ADSBx image runs about 35% when feeding both FA and your collectors.

    Is it possible that the dashboard eats up a lot?
     
  12. James

    James Guest

    100% dashboard, promethues, all the reporting and one CPU.

    I'll work on making a base image that is just dump1090 and outputs to adsbx. PiZero is a Pi 1 performance wise .. arm v6 single core
     
  13. Sho3R7TeL86M

    Sho3R7TeL86M Member

    Late to the party, as I was on vacation. I have built maybe 7 piZero's. They work fine IMHO and if you are only running a feeder for this, there is zero issue. One has been running maybe 2 years now.
    I have them setup to feed ADSBx, FlightAware, FlightRadar24.
    I am also running Webmin (WebAdmin) on the piZero for HTML Management. It is slow to install, and I mean s...l...o...w... Like 10-30min to install.
    But works after it installs.
    I have a cheat sheet on how I did it manually.
     
    Jhonny Monclair likes this.
  14. David Robbins

    David Robbins New Member

    just one minor problem... the temperature is never updated... move the line
    " TEMP=$(awk '{printf "%.2f", $1/1000}' /sys/class/thermal/thermal_zone0/temp)"
    down to below the 'do' in the loop and then the temperature will be updated with everything else.