BMP390 - Terrapin-Rocket-Team/SRAD-Avionics GitHub Wiki
The BMP390 by Bosch Sensortec is a barometric pressure sensor that we use to determine the rocket's altitude. It can also read temperature. The BMP390 is connected to the Teensy over I2C.
The datasheet for the BMP390 is available here. (Updated 2021)
We use the Adafruit_BMP3XX library to interface with the BMP390.

The Unified Board with the BMP390 circled.

