Raspberry Pi with BMP180 Sensor Interfacing
- Amit Rana
- Jul 14, 2020
- 3 min read
BMP180 is a nice tiny sensor which can give the values of
Atmospheric Pressure
Temperature
Altitude
In this video, we’ll see how we can interface Raspberry pi with BMP180 and how to write python code for the same.
In order to follow this video you’ll need
Raspberry Pi 2/3/4 with Raspbian OS Installed on it
BMP180 Sensor
Female to Female Wire connectors
For setting up the raspberry pi and start using it, you can follow this post.
How to interface I2C Sensor with Raspberry Pi
Python Program to interface raspberry pi with BMP180.
The video shows about 2 different programs one is the library package and other is testing code. Make sure while testing out, both the programs stay in the same folder.
Here are the 2 programs
Python Program for BMP180 Sensor Part 1
Python Program for BMP180 Sensor Part 2
If you face any issues with the code or working or explanation, feel free to comment about it!!
Comments