Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve start and landing detection #45

Open
MaxBaex opened this issue Feb 28, 2023 · 1 comment
Open

Improve start and landing detection #45

MaxBaex opened this issue Feb 28, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@MaxBaex
Copy link
Member

MaxBaex commented Feb 28, 2023

  • start flight data logging only when e.g. vtas > 60kmh (test via simulated pitot pressure)
  • stop flight logging when vGround & vTas < 40kmh for at least 1 minutes to also capture the landing and to be robust for high wind wave or acrobatic flight conditions.
  • After landing: close the flight data recording file, write latest sensor calibration values to the eeprom and dump to sd card.
  • Shall there be a feature to enable continuous logging via a sd-card configuration file?
@degeflija
Copy link

Basically, this is solved in AD57_FrontEnd. AD57 needs such info accordingly.
If such info were available by sensor, I could lean the AD57 code.

@MaxBaex MaxBaex added the enhancement New feature or request label Mar 8, 2023
@Simsys Simsys changed the title Start and landing detection + some logic Improve start and landing detection May 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants