Interfacing BMP180 sensor module with Arduino UNO board We need an Arduino library for this. Download the library from this linkhttps://github.com/sparkfun/BMP180_Breakout_Arduino_Libraryand install it in the Arduino IDE. If you do not know how to install the library in Arduino IDE then vi...
BMP180is a Digital pressure sensor. In this tutorial we are interfacing BMP180 with ESP8266. Sensor have pressure range of 300 to 1100hPa and operate at 1.8V to 3.6V. It’s common application isWeather forecast. How BMP180 used for weather forecast? In order to understand the types of w...
Interfacing these sensors with Arduino, ESP8266 and ESP32 is very easy thanks to the Adafruit libraries.You can use our guides to learn how to use these sensors:BMP180: Arduino with BMP180 Barometric Sensor ESP32 (Arduino IDE) with BMP180 Barometric Sensor BME280: ESP32 (Arduino IDE) with...