# Prop Module

The prop module is currently still in development. The prop module is unique in that it consists of three boards, not one, since the components would not all fit on one board. Also, the prop module requires a separate power supply connector because one of the components (a solenoid) requires a +24V power input, which is greater than the battery can supply.

The current plan for the prop board will include connectors that attach to several sensors and actuators used in the propulsion system. These sensors and actuators are not on the boards themselves, but are instead wired to the connectors on the edges of the boards.

The main specifications for this module are:

* 5 Pressure Transducers
* 3 Load Cells
* 3 Thermocouples
* 3 Servos
* 2 Solenoids (to open valves)
* Oxygen Flow Meter (Not yet decided if we should include this)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://rocketry.gitbook.io/public/previous-projects/cas/prop-module.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
