Skip to content

cuspaceflight/Engine-Test-Stand-Instrumentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

35 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Cambridge University Space Flight Engine Test Stand

This repo contains documents for CUSF engine test stand. The electronics are split across 2 circuit boards:

Servo + Solenoid Board Drives 2 solenoid valves (MPQ6610 half-bridge ICs) and up to 4 servos Instrumentation Board Reads pressure transducers, thermocouples, and a load cell for thrust measurement

A laptop running ground-station software sends commands to the ESP32 on the servo board, and polls the Instrumentation Board to read sensor data

Board Details

Servo + Solenoid Board

This board contains the circuits for driving the servos and solenoids. Uses an ESP32 microcontroller (ESP32 S3 DevKit C1). The microcontroller is alos responsible for:

  • Communication with laptop
  • Driving servos and solenoids
  • Inputs raw data from sensors and sends to laptop

Solenoid Section

Each of the solenoid channels uses an MPS MPQ6610 half-bridge power driver.

Servo Section

4 servos (FeeTech 180 Degrees Digital Servo 7.4V 35kg/cm FT5330M)

  • PWM signal from ESP32

Instrumentation Board

  • Load cell
  • 8 Pressure sensors
  • 4 thermocouples

Repository Structure

cusf-engine_test_stand/
β”‚
β”œβ”€β”€ hardware/
β”‚   β”œβ”€β”€ master-board/
β”‚   β”‚   β”œβ”€β”€ kicad/              # Schematic + PCB project
β”‚   β”‚
β”‚   β”œβ”€β”€ servo-solenoid-board/
β”‚   β”‚   β”œβ”€β”€ kicad/
β”‚   β”‚
β”‚   β”œβ”€β”€ instrumentation-board/
β”‚   β”‚   β”œβ”€β”€ kicad/
β”‚   β”‚
β”‚   β”œβ”€β”€ Datasheets
β”‚   β”‚   β”œβ”€β”€ MPQ6610.pdf
β”‚   β”‚
β”‚
β”œβ”€β”€ Software/
β”‚   β”œβ”€β”€ servo/
β”‚   β”œβ”€β”€ solenoid/
β”‚   β”œβ”€β”€ instrumentation/
β”‚   β”œβ”€β”€Laptop software (GUI + logging)
β”‚
└── README.md                  

About

Engine test stand for Cambridge University Space Flight

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors