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

barometric pressure sensor breakout (BMP180).jpg

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

pin definition.PNG
function of pins.PNG

Sample Hardware Installation

sample hardware installation.PNG

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)

temperature.jpg

The first measurement shown on LCD screen after the BMP180 does the sensing.

Result (2)

pressure.jpg

The second measurement shown on the LCD screen after Button is being pressed for the first time.

Result (3)

altitude.jpg

The third measurement shown on the LCD screen after the Button is being pressed for the second time.

Result (4)

sea-level pressure.jpg

The fourth measurement shown on the LCD screen after the Button is being pressed for the third time.

Barometric Pressure Sensor Breakout Overview

Barometric Pressure Sensor Breakout Interface with LCD and Arduino

Video for Barometric Pressure Sensor Breakout Overview