Skip to content
peepsnet edited this page Apr 4, 2016 · 28 revisions

Hi! Please use your browser's search functionality to explore this page. Search for things like 'AHRS' or 'ForeFlight' or 'SDR' to get to the rough location of your question.

What GPS should I use?

The currently recommended unit is the VK-172. The RY835AI chip has some stability issues with GPS, and the AHRS is not working yet.

How should I wire the RY835AI GPS/AHRS chipset?

Wire your chip up as follows:

  • RY835AI -> Pi
    1. VDD -> PIN 02 (power)
    2. GND -> PIN 06 (power)
    3. SDA1 -> PIN 03 (AHRS)
    4. SCL1 -> PIN 05 (AHRS)
    5. TXD -> PIN 10 (GPS)
    6. RXD -> PIN 08 (GPS)

Is AHRS working? Can I use Stratux to power [my EFB]'s synthetic vision?

No. AHRS functionality is partial at best, but under development.

Are you sure AHRS doesn't work? It seems fine on the ground as I wave my Stratux around.

Positive. AHRS does not work in flight. Coordinated turns will read as climbs, because the needed code to blend sensor data is not yet working.

How do I view Stratux status? How do I change Stratux settings?

Visit the status page by connecting to the Stratux Wifi hotspot and visiting http://192.168.10.1 in a browser. You can view status (traffic, weather, GPS) and change configurations.

I have two SDRs and used tuned antennas. How do I ensure Stratux uses the correct SDR for the antenna hooked up to it?

You can name the SDRs to let Stratux know which to use for which purpose.

First log into the Raspberry Pi using your favorite ssh client. The user is 'pi' and the default password is 'raspberry'.

Switch to root.

$ sudo su -

Depending on the version of Stratux some or all of the following commands may be required to shut down the Stratux processes.

# service stratux stop

# screen -x stratux Ctrl-C

# screen -x dump1090 Ctrl-C

Ensure only the 978 MHz SDR is plugged in.

# rtl_eeprom -d 0 -s stratux:978

Unplug the 978 MHz SDR and plug in the 1090 MHz SDR.

# rtl_eeprom -d 0 -s stratux:1090

Plug the 978 MHz SDR back in.

# shutdown -r now

More here

I have dual SDRs. My EFB says that all of the displayed traffic is from 978 MHz UAT, but the Stratux web interface is showing no 978 MHz UAT messages and a whole bunch of 1090 MHz ES messages. What's up?

This is a known issue. Stratux reports all traffic as coming from UAT. If you turn on traffic source identification in the settings tab it will prepend call signs with either u or e depending on the source (UAT or ES, respectively).

How can I contribute to the project?

Check out the document on contributing.

I found a bug. How do I report it?

There's more information on reporting issues in the contributing document, including a bug report template. You're welcome to post bug reports on Reddit, but they're more likely to get looked at if you also create an issue on GitHub.