Problem with setting up Pi Zero W

Discussion in 'Hardware' started by Racer X, Jun 1, 2020.

  1. Racer X

    Racer X New Member

    Setting up asdbx for a third time and decided to try it on a Pi Zero W. I followed the instructions for the custom adsbx image and used the additional commands for the Pi Zero W. It's feeding but my site range rings are off the coast of France and there are no aircraft visible on the map. Also, Grafana is running but there is no information displayed anywhere.

    I have double checked my Lat/Lon and it is set correctly. Also, using htop I noticed the cpu is pegged at 100%. Is this normal for a Pi Zero W install?

    Mark
     
  2. wiedehopf

    wiedehopf Administrator Staff Member

    lat lon in /boot/adsb-config.txt is set correctly?
    You probably have a missing - or something like that.
    Reboot after changing something.

    If the range rings are in the wrong place, you've entered the wrong location, simple as that.
     
  3. Racer X

    Racer X New Member

    :( OMG..... Not a missing but a - that shouldn't have been there to begin with. It's working now. The only thing that's not working is the Grafana Dashboard. I'm not getting any data for the Pi or the feed and I did use the extra commands for the Pi Zero W.
     
  4. James

    James Guest

    grafana needs removed and reinstalled. it uses nodejs and nodejs is armh version specific ... zero is older armh

    sudo apt remove grafana
    sudo apt update
    sudo apt install grafana

    It might be grafana-server
     
  5. Racer X

    Racer X New Member

    Thank you. Still no luck. I can log into grafana but there is no data in any of the graphs as before. They all have an error that indicates bad gateway and the Pi Dashboard indicates the Server IP is undefined. Reinstalling Prometheus along with the commands above did not help either.