First time posting here. I am running Pi 7.2, Pro Stick II and FA 1090 MHz Antenna and everything is working great through the Wifi. Lots of aircraft (200nm) and 42 MLAT. FA map is showing planes. I want to use my setup as a portable unit via my laptop. I am not going to have Wifi in portable mode. I am going to use my own 3D map display which I know works because I was using a Margate II receiver and parsing the ADSB message just fine.
Question: I cannot ping my static IP on the Pi or otherwise see the raw message (30002,3 or 5). What am I doing wrong? Code and links below
wired-network yes
Wired network configuration:
Most networks will use DHCP
wired-type static
Alternatively, a static address configuration
can be provided; set “wired-type” to static to use this.
Question: I cannot ping my static IP on the Pi or otherwise see the raw message (30002,3 or 5). What am I doing wrong? Code and links below
I’ve been having this problem lately. I have often resolved it by clearing the ARP cache in my router.
I’m guessing that with more and more IoT things connecting to router this may become more common.
Not sure if that is your issue but seems to work for me. Not a bad idea to reboot the router maybe once a week, this can resolve issue but I don’t know if a reboot clears the ARP cache.
can you list the output of the following command while being logged in via SSH in the Pi ?
ifconfig
Maybe the ethernet adapter name is faulty so it will show is if there is an ip adress assigned to the wired ethernet adapter.
Where did you assign the static ip adress ? in the router based on the MAC adress or on the Pi itself ?