Difference between revisions of "Bosch BMP series digital pressure sensor"

From Stm32World Wiki
Jump to navigation Jump to search
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
[[Category:STM32]][[Category:STM32 Development]][[Category:Components and Modules]]{{metadesc|Bosch BMP085 pressure and temperature sensor}}
 
[[Category:STM32]][[Category:STM32 Development]][[Category:Components and Modules]]{{metadesc|Bosch BMP085 pressure and temperature sensor}}
 +
The BMPxxx is a series of digital pressure sensors manufactured by Bosch.
 +
 +
Throughout this document I mostly used a [[DFRobot 10 DOF]] which contains a [[BMP085]].  This model is quite old.
  
 
== Miscellaneous Links ==
 
== Miscellaneous Links ==
  
* [https://ipfs.io/ipfs/QmPEDbabkgaNuaJDXMwQMRZu1cdz8yP4e6LvgWSZP9cUgo/BST-BMP085-DS000-05.pdf BMP085 Datasheet]
+
* [[STM32 BMP085]]
 +
* [https://www.sparkfun.com/datasheets/Components/General/BST-BMP085-DS000-05.pdf BMP085 Datasheet]
 +
* [https://cdn-shop.adafruit.com/datasheets/BST-BMP280-DS001-11.pdf BMP280 Datasheet]

Latest revision as of 07:09, 13 October 2024

The BMPxxx is a series of digital pressure sensors manufactured by Bosch.

Throughout this document I mostly used a DFRobot 10 DOF which contains a BMP085. This model is quite old.

Miscellaneous Links