Set up PiAware on a Pi4 using relay from the FR24 hardware. All good.
I tried to set up a Pi Zero to do the same. (New SD card) Put the same three lines in the config file for the radio setup. But it never gets “1090 Data”. It’s green as far as Running and Connected to FA, but 1090 is orange.
You don’t need Ethernet to run a receiver. Is it better/more reliable sure but not needed. Now if it’s a pi zero and not zeroW then of course not because it would have no internet at all.
Double check your antenna connections. And maybe try it in another setup so see if that dongle in fact works. It could also be a simple reboot of the pi & it will fix it
If it is a pi zero 2, try adsb.im for the purpose.
The original pi zero is 32bit only and not supported.
With adsb.im you don’t need to setup up two devices for FA / FR24 either so it gets simpler.
As for why your current thing doesn’t work, that needs a better explanation of what device has the SDR and what device does not and the config for each.
Then checking the journalctl logs for what is going wrong.
Relaying data from one Pi running FR24+dump1090, to piaware on another Pi is done solely by piaware itself, using following settings.. The dump1090-fa of piaware install is not involved and is idle.
For Piaware SD card only:
sudo piaware-config receiver-type relay
sudo piaware-config receiver-port 30005
sudo piaware-config receiver-host <<local ip of FR24 pi>>
For Package Install (Works with Piaware SD card also)
sudo piaware-config receiver-type other
sudo piaware-config receiver-port 30005
sudo piaware-config receiver-host <<local ip of FR24 pi>>
In this setting, the dump1090-fa on piaware Pi is idle (no Dongle). As a result the piaware-web page at “local ip of piaware PI:80” shows “1090 Radio” as red.
The piaware will still continue pulling data from FR24 Pi and sendning it to Flightaware.
The port 30005 is available at dump1090-mutability running in Pi24 image, but is not shown on config screen of fr24feed. In your piaware relay settings change 30002 to 30005 by following commands
I was working to set up adsb.im and accidentally used the card from Pi Zero
I will take a shot at .im on the 4 running in the garage with the Rx and pick up another card. Even if I don’t need it I would like to “Slay the Dragon” Will try the 30005 next card.