VirusPilot / ogn-pi34

scripts to built an OGN station on a Pi Zero 2W, Pi3, Pi4 or Pi5 based on OGN version 0.3.2 and RasPiOS Lite (32bit or 64bit)
16 stars 2 forks source link

A little more details for readme please. #8

Open miharix opened 4 weeks ago

miharix commented 4 weeks ago

Hi,

firstly THANK YOU for this repo that has script that finally doesn't end in some error ! :D (My configuration: RsPi 3 + RTL-SDR v3)

I hope for some more info an the end of README

Ps: do you know if OGN has problems if the Position parameter would be tied to GPS (movable receiver) ?

VirusPilot commented 4 weeks ago

Happy to hear that my script is actively used!

On the monitoring questions:

Are you sure that you have a second SDR installed? Did you successfully see some output on ports 8082 and 8083? Then also port 8080 should show something ...

I can't tell where the code for sending is as the OGN decoder is only provided as a library.

There are setups where during startup the GPS position in Template.conf is updated accordingly.

miharix commented 3 weeks ago

"Are you sure that you have a second SDR installed" ... I didn't noticed in steps that its needed 2 RTL-SDR :) ... I plugged now the second one and defined for both a unique ID using rtl_eeprom -s 0000AD0C & rtl_eeprom -s 0000AD0B and defined one in rtlsdr-ogn/Template.conf and one in /etc/default/dump1090-fa

Now http://raspberrypi:8080 displays ADS-B trafic :) telnet localhost 30002 looks like raw ADS-B packets

... now I need just to wait when there is some traffic on nearby sport airfield to se if non ADS-B receiver also works.

VirusPilot commented 3 weeks ago

some dump1090 Ports: NET_RAW_OUTPUT_PORTS=30002 (AVR, hex) NET_SBS_OUTPUT_PORTS=30003 (SBS, readable) NET_BEAST_OUTPUT_PORTS=30005 (RAW, binary)