Embedded Barometric Altimeter with Kalman Filtering

Embedded Barometric Altimeter with Kalman Filtering

A barometer-based altimeter system built for the Spacecraft Electronics practical lab course at TUM Chair of Spacecraft Systems. The system reads atmospheric pressure and temperature from an MS5611 sensor over I2C, converts them to altitude using the Hypsometric and Barometric formulas, and displays the result on a TM1637 seven-segment display. Digital filtering (moving average and 1D Kalman filter) is applied to reduce sensor noise and stabilize altitude estimates.

My Contributions