Jeff D.

Results 32 comments of Jeff D.

> can you use fancontrol5 to control those fans while checking which reg values change? I don't know how you would see this since these are the addressable ports sent...

I took a second look at the issue on my Gigabyte X570 this morning. The register values are correctly addressing the fan speeds. The problem is that the BIOS is...

Just wanted to give my +1 for a fix for this. I'm using a Gigabyte Auros Master X570 with a ITE IT8792E chip. While I can see the fan RPMs...

I'm currently on a custom build based on 1.6r1-eu027. I was out flying yesterday with the Stratux connected to my iPad running GP and a GDL52 connected to a Garmin...

P.S. I was only 1 change behind the build you are using and it was a fix for race condition in disk usage.

> @jeffdamp-wave appreciate the info, but I'm more confused now. I don't have an AHRS module, just the u-blox M8 GPS chip. It's a good GPS chip that can do...

I didn't see the stratux.log file in your zip anywhere, that would be the most useful log. You might want to turn on the DEBUG settings too. The code that...

They are not using 0x65, 0x01 since that is a ForeFlight specific message. They are using 0x4c, 0x45. Which means they can use more of the data in SV but...

This bit of code is what you are hitting: ``` private static string? TryGetFlightNumber(Traffic t) => !string.IsNullOrEmpty(t.Airline) && !string.IsNullOrEmpty(t.FlightNumber) ? $"{t.Airline} {t.FlightNumber}" : null; ``` this code is used here:...

Looks like openhardwaremonitor is both the monitor and hardware interface in one .exe. and hasn't been updated in 4 years. librehardwaremonitor splits out the library and .exe. Other programs such...