-
Notifications
You must be signed in to change notification settings - Fork 12
Home
Nikhil Mishra edited this page Dec 23, 2018
·
1 revision
In total there will be two flight controllers. One for LaunchPad and one for the rocket guidance and retrieval. Launchpad computer is fairly simple to design and fabricate. The challenge, however, lies with the Flight Controller.
Goals
- Know the orientation
- Know the Altitude
- Control the Pyros
- Control 2 Servo Motor
- Log Flight Data - Black Box
- Epic Star Wars Launch sound!
Challenges:
- Zero - Fault System
- Low memory
- Less Processing Power
The Flight Computer has 3 sensors in total working in tandem with a filter on top to give inputs to the control system. A second MPU 6050 sensor or ADXL335 sensor can be used to check if the error is TVC has come to zero or not, Closed Loop TVC Calibration.
Staging
- Standby Mode - YT
- Hold Down/Scrub - Pauses the Countdown
- Alarmed - Countdown of 10 seconds
- Launch - Flight Mode - TVC is online and data is logged at 2 times/seconds
- Detects Apogge - Triggers Parachute
- Detects Landing - Starts exporting data to SD Card
- Switches to Idle Mode
- Beeps
“Make all the components talk with arduino”
“Make sense of the data coming through”
To Infinity and Beyond