Adrian Batzill

Results 23 comments of Adrian Batzill

Yes, anything that has eu0?? in the image name will not work on the Pi2 any more, because it uses an arm64 base image, and the Pi2 only has a...

Yes, please provide the log files. It will be logged if the ownship config ignoring is intentional and why

Persistent logging needs to be on, yes. Then they are under /logs iirc. The file I need is indeed stratux.log. Also, are you flying in the US or somewhere else?...

You don't need replay logs to identify your problem. The stratux.log is enough. However, since you are in the US: Do you have ADS-B out? If not, this might just...

This is because Stratux by itself can not know which other devices are on the same network. If you contact the web interface of the Stratux once, it will remember...

FWIW: I've never seen such behaviour, and cannot reproduce it. Some ideas though: It would be interesting to know what heading your EFB is actually displaying. There is Track from...

the http://192.168.1.1/getSituation is raw JSON output of all internal headings. Which one on there is wrong? This one? AHRSGyroHeading or this one? GPSTrueCourse Same with the web interface. There is...

That's a way.. or you could just change the code slightly to provide a fake GxVTG and GxRMC ;-)

> 4\. The ublox is reporting the correct Course Over Ground in the GNVTG messages, witnessed by the picocom.log file; note on line 82 "$GNVTG,270.05,T,274.90,M,132.979,N,246.276,K,A*31^M" which matches the due west...

so yes, this GNRMC is also parsed correctly. When I hard-code that in gps.go, it will also parse and show up as 270°. There are exactly two assignments to the...