Home

Awesome

Adafruit BMP280 Driver (Barometric Pressure Sensor) Build Status

This driver is for the Adafruit BMP280 Breakout

<a href="https://www.adafruit.com/product/2651"><img src="assets/board.jpg" width="500"/></a>

About the BMP280

This precision sensor from Bosch is the best low-cost sensing solution for measuring barometric pressure and temperature. Because pressure changes with altitude you can also use it as an altimeter!

About this Driver

Adafruit invests time and resources providing this open source code. Please support Adafruit and open-source hardware by purchasing products from Adafruit!

Written by Kevin (KTOWN) Townsend for Adafruit Industries.

<!-- START COMPATIBILITY TABLE -->

Compatibility

MCUTested WorksDoesn't WorkNot TestedNotes
Atmega328 @ 16MHzX
Atmega328 @ 12MHzX
Atmega32u4 @ 16MHzXUse SDA/SCL on pins D2 & D3
Atmega32u4 @ 8MHzXUse SDA/SCL on pins D2 & D3
ESP8266XSDA/SCL default to pins 4 & 5 but any two pins can be assigned as SDA/SCL using Wire.begin(SDA,SCL)
Atmega2560 @ 16MHzXUse SDA/SCL on pins 20 & 21
ATSAM3X8EXUse SDA/SCL on pins 20 & 21
ATSAM21DX
ATtiny85 @ 16MHzX
ATtiny85 @ 8MHzX
Intel Curie @ 32MHzX
STM32F2X
<!-- END COMPATIBILITY TABLE -->