Skip to content
This repository has been archived by the owner on Oct 2, 2020. It is now read-only.

Added Bosch BMP388 Pressure and Temperature sensor. #2964

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions Sensor_Pressure.dcm
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ K I2C, SPI, pressure, temperature, sensor
F https://ae-bst.resource.bosch.com/media/_tech/media/datasheets/BST-BMP280-DS001.pdf
$ENDCMP
#
$CMP BMP388
D Absolute Barometric Pressure and Temperature Sensor, LGA-10
K I2C, SPI, pressure, temperature, sensor, bosch
F https://www.bosch-sensortec.com/media/boschsensortec/downloads/datasheets/bst-bmp388-ds001.pdf
$ENDCMP
#
$CMP LPS25HB
D MEMS pressure sensor, 260-1260 hPa, absolute digital output baromeeter
K mems absolute baromeeter
Expand Down
36 changes: 36 additions & 0 deletions Sensor_Pressure.lib
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,42 @@ X VDD 8 100 400 100 D 50 50 1 1 W
ENDDRAW
ENDDEF
#
# BMP388
#
DEF BMP388 U 0 20 Y Y 1 F N
F0 "U" -400 500 50 H V L TNN
F1 "BMP388" -400 -500 50 H V L BNN
F2 "Package_LGA:Bosch_LGA-10_2x2mm_P0.275x0.250mm" -100 -600 50 H I C CNN
F3 "" -100 100 50 H I C CNN
$FPLIST
Bosch*LGA-10*2x2mm*P0.275x0.250mm
$ENDFPLIST
DRAW
A 0 0 150 1 1799 0 1 10 N 150 0 -150 0
C 0 0 0 0 1 50 N
C 0 0 212 0 1 25 N
T 0 0 -100 75 0 0 0 P Normal 0 C C
S -400 -400 400 400 0 1 10 f
P 2 0 1 20 -150 0 -170 0 N
P 2 0 1 20 -100 100 -120 120 N
P 2 0 1 20 0 150 0 170 N
P 2 0 1 20 100 100 120 120 N
P 2 0 1 20 150 0 170 0 N
P 4 0 1 20 -50 -210 -50 -300 50 -300 50 -210 N
P 5 0 1 20 0 0 -70 90 -70 50 -70 90 -30 80 N
X VDDIO 1 300 500 100 D 50 50 1 1 W
X VDD 10 200 500 100 D 50 50 1 1 W
X SCK 2 -500 300 100 R 50 50 1 1 I
X VSS 3 100 -500 100 U 50 50 1 1 W
X SDI 4 -500 200 100 R 50 50 1 1 B
X SDO 5 -500 100 100 R 50 50 1 1 B
X CSB 6 -500 0 100 R 50 50 1 1 I
X INT 7 -500 -300 100 R 50 50 1 1 O
X VSS 8 200 -500 100 U 50 50 1 1 W
X VSS 9 300 -500 100 U 50 50 1 1 W
ENDDRAW
ENDDEF
#
# LPS25HB
#
DEF LPS25HB U 0 20 Y Y 1 F N
Expand Down