Dr. Tilmann Bubeck
Dr. Tilmann Bubeck
You are right. v4016 has a bug, that was fixed (by myself, but I didn't remember) in https://github.com/fhorinek/SkyDrop/commit/1f5d6a0c2c48aef929d00e1ce81a58f0f395d65c in September 2018. Unfortunately, there was no official release after that date....
I recently started working on this. Should be ready for merge within the next week. Thanks for your idea and patience! :)
This is a very good idea. I did not have this information, when I ask for PR https://github.com/fhorinek/SkyDrop/pull/415 Do you have a valid example IGC file containing temperature? From the...
OK. I will start with the implementation of temperature according to your idea. If this is included, we can speak about G values.
Yes, I agree. We should use the direction of the glider to show, what the coming airspace is. I am willing to implement this, but there are some patches from...
The data ist already averages over the last few seconds, see fc.cpp float spd_m = fc.gps_data.groud_speed * FC_KNOTS_TO_MPS; fc.glide_ratio = spd_m / abs(fc.vario.avg); So the problem is probably, that the...
Very easy to be done. However, @fhorinek must approve merge. What is your opinoin, Fero? If you say "YES", I can develop it and offer a PR. However, this needs...
Yes, I successfully used USB-OTG with a Google Nexus 5X running unmodified Android 8.1 :) The reconnect did not happen, instead it directly asked for browsing the files. I typically...
I wrote the first implementation for airspaces. You can find the scripts to generate the AIR files here: https://github.com/fhorinek/SkyDrop/tree/master/skydrop/utils/airspace. Older version (to be found in git history) are able to...
Unfortunately, the AIR file format changed between the versions. All documentation that you find there is written for the old AIR file format, as well as all examples. They all...