Quantcast
Channel: Flightradar24 Forum
Viewing all articles
Browse latest Browse all 5745

GNS5890 & Raspberry PI

$
0
0
Hi,

as I wanted to start feeding with an GNS 5890 on an Raspberry, I found some Manuals here, but they didn't succeed.
After hours I got it now running, and I want to share the solution here, in case someone needs it. :-)

I got the Manual with ADSBox and and modified fr24feed, didn't work.
Now the current fr24feed works.

My mistake was, the GNS Firmware was at 2.9, while the actual is 4.0
So first of all, update the Stick to the up2date firmware, you get them on the manufactures homepage.
(It's my first post here, so I can't post any links ;) )
Install the fr24feed package and plug in the updated GNS 5890 to ya pi.

See, if it is recognized

Code:

sudo lsusb
You should find a line including
Code:

ID 04d8:f8e8 Microchip Technology, Inc.
Now add the module for the stick
Code:

sudo modprobe usbserial vendor=0x04D8 product=0xF8E8
(You can add the line
Code:

modprobe usbserial vendor=0x04D8 product=0xF8E8
to the rc.local file in the etc folder, right before exit 0, so it will work on startup.
You should have now
Code:

/dev/ttyUSB0
, so we can start configuring the feeder now.

Choose the following settings during the setup process
4 - AVR Compatible (DVBT over network, etc)
2 - USB directly to this computer
/dev/ttyUSB0 (case sensitive)
2 - 115200 | microADSB

This is how it worked for me. HTH

Viewing all articles
Browse latest Browse all 5745

Latest Images

Trending Articles



Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>