Avionics Power Management

Overview

AVI Power Management
Figure 1: Complete Power Management Board

The Avionics Power Management Board was developed as a flight-ready power distribution system for UTAT’s Discovery Rocket. Designed in Altium Designer, the board consolidates battery protection, voltage regulation, and subsystem interfacing in a compact form factor optimized for high-reliability aerospace conditions. The goal was to deliver clean, safe, and well-monitored power to avionics systems operating in harsh, vibration-heavy environments during flight.

Although this was a team project, I was responsible for:

PCB Design

Battery Protection Circuit

AVI Power Management
Figure 2: Battery Protection Schematic

I selected a P-channel MOSFET for reverse polarity protection due to its low Rdson and passive behavior under normal polarity. This design allows the MOSFET to self-block current when polarity is reversed, without any gate driver complexity. A series polyfuse was added to limit sustained overcurrent draw and avoid heating issues in sensitive regulator components.

To suppress inductive spikes during hot-swapping or connector dislodgment, we integrated a TVS diode rated for our maximum voltage margin (~16V). The fuse, MOSFET, and TVS combination forms a reliable first line of defense against power faults.

Voltage Regulation

The board supplies two primary voltage rails — 5V for digital sensors and 3.3V for MCU logic. A buck regulator was chosen over linear for the 5V rail due to thermal and efficiency constraints, especially under full-load conditions (~1.5A).

For analog sections, we used low-noise LDOs to step 5V down to 3.3V with high PSRR, ensuring clean reference signals for IMUs and ADCs. These LDOs were selected for their low dropout and thermal shutdown features.

Connector Strategy

I used JST-GH connectors due to their strong latching, vibration resistance, and standard use across UTAT projects. This reduced the likelihood of mid-flight disconnection and simplified cable harnessing.

Each connector included redundant ground pins and clearly silkscreened labels to avoid field wiring errors. The connectors were oriented toward the board edges to simplify access and prevent crosstalk from tight cable loops

PCB Layout Strategy

AVI Power Management
Figure 3: Complete Board
AVI Power Management
Figure 4: Battery Circuit layout

Designed in Altium Designer, the PCB layout was approached with thermal, EMI, and accessibility concerns in mind:

Challenges & Limitations

  1. Size Limitations: The board had to fit a defined payload slot, restricting height and width. This influenced part packaging, via placement, and trace routing.
  2. Power Density: Delivering up to 1.5A on multiple rails within thermal limits required effective heat sinking via ground planes and trace geometry.

Future Work