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

Safety measures #63

Closed
3 tasks done
juangallostra opened this issue Feb 26, 2019 · 3 comments
Closed
3 tasks done

Safety measures #63

juangallostra opened this issue Feb 26, 2019 · 3 comments
Assignees
Labels
enhancement New feature or request next release

Comments

@juangallostra
Copy link
Member

juangallostra commented Feb 26, 2019

Feature / Bug description

Implement safety checks and the corresponding actions to take when the checks fail. This safety measures aim at making the Mosquitos safe drones to fly. The list of checks and measures are:

  • Check: Low battery detection. See Low battery detection #60 to get a deeper insight. Measure: Warn the user with the buzzer and land the Mosquito (failsafe trigger).

  • Check: Receiver connection (Lost signal). Measure: Warn the user with the buzzer and land the Mosquito (failsafe trigger).

  • Check: Safe to arm. See Arming checks to safely arm the Mosquito #61 to get a deeper insight. Measure: Do not allow arming when the the checks fail.

Expected behavior

Both Mosquitos are safe drones to fly.
When a safety alarm is triggered:

  1. The user is warned via the buzzer and/or LEDs
  2. Action is taken to prevent a dangerous situation.
@juangallostra juangallostra added enhancement New feature or request next release labels Feb 26, 2019
@juangallostra juangallostra self-assigned this Feb 26, 2019
@juangallostra juangallostra added this to the First official release milestone Mar 5, 2019
@juangallostra
Copy link
Member Author

juangallostra commented Apr 11, 2019

Receiver connection: #84 and BonaDrone/ESP32-Sketchs@ba50f0e

@juangallostra
Copy link
Member Author

Land on low battery: #118

@juangallostra juangallostra mentioned this issue Apr 11, 2019
@acazorso7 acazorso7 mentioned this issue Apr 11, 2019
7 tasks
@juangallostra
Copy link
Member Author

Arming checks: #119

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request next release
Projects
None yet
Development

No branches or pull requests

1 participant