BMP280 Barometric Pressure Temperature Sensor Module 3.3V
Tax included. Shipping is calculated at checkout.
The BMP280 is a compact barometric pressure and temperature sensor module for Arduino, ESP32, Raspberry Pi, and other microcontroller projects. It is ideal for weather stations, altitude measurement, drones, environmental monitoring, and data logging.
- Measures barometric pressure and temperature
- Supports both I2C and SPI communication
- Compact GY-BM280 breakout module
- Great for Arduino, ESP32, Raspberry Pi, and STM32 projects
- Perfect for weather, altitude, and environmental sensing
Quick Start
Connect VCC to 3.3V and GND to GND.
Connect SCL to A5/SCL and SDA to A4/SDA on an Arduino Uno.
Use the Adafruit BMP280 library or another compatible BMP280 Arduino library.
Default I2C address is usually 0x76. Pull SDO high to use 0x77.
Specifications
Getting Started
Connect VCC to 3.3V and GND to GND.
For Arduino Uno, connect SCL to A5 and SDA to A4.
This keeps the module in default I2C mode with address 0x76.
Install the Adafruit BMP280 library through the Arduino Library Manager.
Open a BMP280 example sketch, select your board and port, then upload.
What's Included
Compact GY-BM280 breakout board for pressure and temperature sensing.
Included unsoldered so you can solder it in your preferred orientation.
Common Uses
Common Questions
This is a BMP280. It measures pressure and temperature only. It does not measure humidity.
Yes, it works with Arduino boards using I2C or SPI. For Arduino Uno I2C, use SDA on A4 and SCL on A5.
Yes, it is compatible with ESP32, Raspberry Pi, STM32, and other 3.3V microcontroller platforms.
This is a 3.3V module. Do not connect directly to 5V unless using proper voltage level shifting.
