89 lines
3.3 KiB
Markdown
89 lines
3.3 KiB
Markdown
# Purpose
|
|
The Texas A&M Sounding Rocketry Team designs, builds, and flies its own hybrid rocket.
|
|
As part of its design cycle, static cold flows and static engine tests are performed to chacterize the engine's oxidizer tank,
|
|
fluid system, and combustion process.
|
|
|
|
# Overall System Design
|
|
During a static engine test, we load solid HTPB fuel into the combustion chamber. As part of the test procedure, we load nitrous oxide into the run tank via the fluid panel. We then ignite the starter, and open the ball valve actuation system (BVAS) to begin our combustion cycle.
|
|
|
|
## Concept of Operation
|
|
<img src=readme_media/conops_without_av.png width="500">
|
|
|
|
## Control Box
|
|
The control box is responsible for taking in operator inputs and sending them to the actuator box over CAN. The control box also receives feedback from the actuator box and updates the assortment of LEDs and the LCD screen on the indicator panel.
|
|
|
|
### Logic Diagram
|
|
<img src=readme_media/control_box/control_logic.png width="500">
|
|
|
|
### Power Diagram
|
|
<img src=readme_media/control_box/control_power.png width="500">
|
|
|
|
## Actuator Box
|
|
The actuator box is responsible for actuating valves on the oxidizer fluid panel, main throttle valve on the engine, and igniting the starter system. During a test when avionics is deployed, the avionics stack handles engine control while the actuator box controls ground support systems.
|
|
|
|
### Logic Diagram
|
|
<img src=readme_media/actuator_box/actuator_logic.png width="500">
|
|
|
|
### Power Diagram
|
|
<img src=readme_media/actuator_box/actuator_power.png width="500">
|
|
|
|
# Physical Design
|
|
## Control Box
|
|
### Display PCB
|
|
#### 3D Render
|
|
<img src=readme_media/control_box/display_board_render_front.png width="500">
|
|
|
|
#### PCB Design
|
|
<img src=readme_media/control_box/display_board_pcb.png width="500">
|
|
|
|
#### Schematic
|
|
<img src=readme_media/control_box/display_board_schematic.png width="1000">
|
|
|
|
### Main PCB
|
|
#### 3D Render
|
|
<img src=readme_media/control_box/main_board_render_front.png width="500">
|
|
|
|
#### PCB Design
|
|
<img src=readme_media/control_box/main_board_pcb.png width="500">
|
|
|
|
#### Schematic
|
|
<img src=readme_media/control_box/main_board_schematic.png width="1000">
|
|
|
|
### Integrated Assembly
|
|
<img src=readme_media/control_box/assembled_control.jpg width="500">
|
|
|
|
## Actuator Box
|
|
### Actuator PCB
|
|
#### 3D Render
|
|
<img src=readme_media/actuator_box/actuator_render_front.png width="500">
|
|
|
|
#### PCB Design
|
|
<img src=readme_media/actuator_box/actuator_pcb.png width="500">
|
|
|
|
#### Schematic
|
|
##### Full Schematic
|
|
<img src=readme_media/actuator_box/actuator_schematic_full.png width="1000">
|
|
|
|
##### Non-Latching Relay Schematic
|
|
<img src=readme_media/actuator_box/actuator_schematic_nonlatching_relay.png width="500">
|
|
|
|
##### Latching Relay Schematic
|
|
<img src=readme_media/actuator_box/actuator_schematic_latching_relay.png width="500">
|
|
|
|
##### Igniter Relay Schematic
|
|
<img src=readme_media/actuator_box/actuator_schematic_igniter_relay.png width="500">
|
|
|
|
### Integrated Assembly
|
|
<img src=readme_media/actuator_box/assembled_actuator_top.jpg width="500">
|
|
|
|
<img src=readme_media/actuator_box/assembled_actuator_iso.jpg width="500">
|
|
|
|
# Arduino Software
|
|
## Control Box
|
|
|
|
## Actuator Box
|
|
|
|
# System Upgrades After Initial Design
|
|
## Servo Motor Main Valve for Throttling
|
|
|
|
## MODBUS TCP Communication for Integration in Ignition SCADA |