UTSA-ARC / AeroRunner

Arduino-based Flight Computer program
MIT License
0 stars 0 forks source link

Drogue parachute mach lock based on MPU's accelerometer #75

Closed juan00juan0 closed 5 months ago

juan00juan0 commented 5 months ago

I added Mach immunity using the MPU's accelerometer. The vertical velocity is calculated using the y-axis acceleration data. In order for the drogue parachute to deploy, this velocity must be less than than SUBSONIC_SPEED (which has been defined under setup_params.h).

 Mention [stepsize] in a comment if you'd like to report some technical debt. See examples here.