1)Objective:

BMP180 is a high precision pressure sensor.In this project,we will use Arduino to get atmosphere pressure, temperature and altitude from BMP180 sensor and display these value in Arduino IDE serial window.

2)Parts and devices:

1 x Arduino UNO R3

1 x BMP180 pressure sensor

1 x Jumper wires

3) Circuit graph:

BMP180_bb

4) Download sample code from following link:

bmp180 Arduino code download here

Unzip downloaded file from above link, load it into Arduino IDE.

5):

In Arduino IDE serial monitor window, you will see environment temperature, atmosphere pressure, and altitudeas per following pictures:

BMP BMP180_1