Barometric Pressure Sensor Breakout Interface With LCD and Arduino
by mybotic in Circuits > Sensors
4598 Views, 14 Favorites, 0 Comments
Barometric Pressure Sensor Breakout Interface With LCD and Arduino
This tutorial teaches the basics on using barometric pressure sensor breakout.
Introduction
Barometric Pressure Sensor Breakout Module (BMP180) is used for measuring the absolute pressure of the air around them (barometric pressure). It also does the altitude (height above sea level) and temperature measurement of the surrounding. This sensor has a usual I²C interface. There are five pins on this board, which are VCC, GND, SCL (clock line), SDA (data line) and 3.3V.
Specifications:
- Input Voltage: DC 3.3V to 5V
- I²C Interface
Pin Definition
Sample Hardware Installation
Sample Source Code
To get the result,please download the sample source code attached below and upload it into Arduino.
*Kindly download the attached Barometric Pressure Sensor Breakout Library for your own use.
Result (1)
The first measurement shown on LCD screen after the BMP180 does the sensing.
Result (2)
The second measurement shown on the LCD screen after Button is being pressed for the first time.
Result (3)
The third measurement shown on the LCD screen after the Button is being pressed for the second time.
Result (4)
The fourth measurement shown on the LCD screen after the Button is being pressed for the third time.
Barometric Pressure Sensor Breakout Overview
Video for Barometric Pressure Sensor Breakout Overview