Difference between revisions of "Barometer-BMP180 Module"

From Wiki
Jump to: navigation, search
(Created page with "=='''Introduction'''== File:Bmp180Zz.jpg The BMP180 is the function compatible successor of the BMP085, a new generation of high precision digital pressure sensors for co...")
 
(Resource)
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
=='''Introduction'''==
 
=='''Introduction'''==
[[File:Bmp180Zz.jpg]]  
+
[[File:Bmp180Zz.jpg]]<br>
 
The BMP180 is the function compatible successor of the BMP085, a new generation of high precision digital pressure sensors for consumer applications.<br>
 
The BMP180 is the function compatible successor of the BMP085, a new generation of high precision digital pressure sensors for consumer applications.<br>
 
The ultra-low power, low voltage electronics of the BMP180 is optimized for use in mobile phones, PDAs, GPS navigation devices and outdoor equipment. With a low altitude noise of merely 0.25m at fast conversion time, the BMP180 offers superior performance. The I2C interface allows for easy system integration with a microcontroller.<br>
 
The ultra-low power, low voltage electronics of the BMP180 is optimized for use in mobile phones, PDAs, GPS navigation devices and outdoor equipment. With a low altitude noise of merely 0.25m at fast conversion time, the BMP180 offers superior performance. The I2C interface allows for easy system integration with a microcontroller.<br>
Line 6: Line 6:
 
The BMP180 chip only accepts 1.8V to 3.6V input voltage,however It contains a built-in stabilivolt (3.3V), thus being able to work under 5V. Therefore, it can be used on Arduino without any debugging。<br>
 
The BMP180 chip only accepts 1.8V to 3.6V input voltage,however It contains a built-in stabilivolt (3.3V), thus being able to work under 5V. Therefore, it can be used on Arduino without any debugging。<br>
 
The schematic diagram of the module is as follows:<br>
 
The schematic diagram of the module is as follows:<br>
+
[[File:Bmp180-q.png]]
 
=='''Features'''==
 
=='''Features'''==
 
1) BMP180 is a high-precision, small-sized and ultra-low-power barometer. It is applicable to mobile devices.<br>  
 
1) BMP180 is a high-precision, small-sized and ultra-low-power barometer. It is applicable to mobile devices.<br>  
Line 22: Line 22:
  
 
=='''Resource'''==
 
=='''Resource'''==
 +
[http://wiki.sunfounder.cc/images/e/ef/BMP180_datasheet.pdf BMP180_datasheet][[File:PDF.jpg]]<br>
 +
[https://www.sunfounder.com/learn/Sensor-Kit-v2-0-for-Arduino/lesson-7-barometer-sensor-kit-v2-0-for-arduino.html Test Experiment for Arduino][[File:LINK.jpg]]<br>
 +
[https://www.sunfounder.com/learn/sensor-kit-v2-0-for-raspberry-pi-b-plus/lesson-31-barometer-sensor-kit-v2-0-for-b-plus.html Test Experiment for Raspberry Pi] [[File:LINK.jpg]]

Latest revision as of 07:33, 20 March 2017

Introduction

Bmp180Zz.jpg
The BMP180 is the function compatible successor of the BMP085, a new generation of high precision digital pressure sensors for consumer applications.
The ultra-low power, low voltage electronics of the BMP180 is optimized for use in mobile phones, PDAs, GPS navigation devices and outdoor equipment. With a low altitude noise of merely 0.25m at fast conversion time, the BMP180 offers superior performance. The I2C interface allows for easy system integration with a microcontroller.
The BMP180 is based on piezo-resistive technology for EMC robustness, high accuracy and linearity as well as long term stability.
The BMP180 chip only accepts 1.8V to 3.6V input voltage,however It contains a built-in stabilivolt (3.3V), thus being able to work under 5V. Therefore, it can be used on Arduino without any debugging。
The schematic diagram of the module is as follows:
Bmp180-q.png

Features

1) BMP180 is a high-precision, small-sized and ultra-low-power barometer. It is applicable to mobile devices.
2) It contains a built-in stabilivolt (3.3V), thus being able to work under 5V.
3) PCB size: 2.3 x 2.3 cm.
4) Excellent performance. Its absolute accuracy can be down to 0.03 hPa. Ultra low power consumption as 3μA.
5) Pressure range: 300~1100hPa (9000 to 500 meters elevation)
6) With temperature output and an I2C bus.

Application

  • GPS precision navigation (dead reckoning, bridge detection etc.)
  • Indoor/Outdoor navigation
  • Monitoring in entertainment, sports, and healthcare
  • Weather forecast
  • vertical speed indication (ascending and descending rate)

Resource

BMP180_datasheetPDF.jpg
Test Experiment for ArduinoLINK.jpg
Test Experiment for Raspberry Pi LINK.jpg