This is a simple web project developed using Angular and Firebase. The purpose of the project is to simulate the control system of a missile, which includes several components that interact with each other during flight.
- Burner
- Proximity Trigger
- Warhead
- Two Sets of Wings
- Yaw (Left, Right)
- Pitch (Up, Down)
- Launch Sensor
- Infra-Red Camera
The story of the project starts as follows:
- First, the missile is launched.
- Half a second later, the burner is activated. The burner will be deactivated in case of missile explosion or if an error occurs.
- The controller includes wings that help steer the missile towards its target. Each set of wings has 5 modes:
- Centered
- Small deviation to left
- Small deviation to right
- Strong deviation to left
- Strong deviation to right
- Three seconds after launch, the burner may stop, or the arming may be canceled in two cases:
- Burner malfunction
- Losing the target by the camera
- The warhead explodes if the missile is armed and the proximity trigger is activated.
- Angular
- Firebase