Shopping Cart

Your cart is empty.

Your cart is empty.

SHILLEHTEK PRE-SOLDERED BME280 3.3V High Precision Altimeter Atmospheric Pressure, Temperature, and Humidity GY-BME280-3.3 Sensor Module for Raspberry Pi, Arduino, and Other MicroControllers

Free shipping on orders over $29.99

$9.98

$ 4 .99 $4.99

In Stock
  • [PRE-SOLDERED]: Solderless! Pins already attached. Ready to plug in and go.
  • [COMPATIBILITY]: Perfect for all models of Raspberry Pi, Arduino, and various microcontrollers.
  • [ENVIRONMENTAL SENSOR]: Measures Pressure, Humidity, and Temperature with I2C and SPI Interfacing.
  • [HIGH-PERFORMANCE]: High resolution and low noise, with quick response times to aid in supporting performance needs.
  • [APPLICATIONS]: Can be used for altitude measurements, weather monitoring, or even gaming!



Product Description

ST SHILLEHTEK

Our Brand

ShillehTek is a brand that values making electronics easy. We offer a wide array of easy-to-use electronics, many of which contain pre-soldered headers so that our users can focus on their applications rather than waste time getting set up. The sensors we offer are friendly to people of all ages. Whether you have children in the household and want to do a fun DIY project with them, or you are building serious applications, you will find our sensors useful. We continuously look for new electronics to help our customers and offer guidance in other online communities to help people learn about our products.

Environmental Sensor

Temp

Temperature

Ranges of -40 to 80 degrees Celsius. With an accuracy of ±1 degrees Celsius in ranges of 0 to 60 degrees Celsius!

Humidity

Humidity

Can measure up to 100% humidity ±3% accuracy.

Pressure

Pressure

Ranges of 300 to 1100 hPa with an accuracy of ±1 hPa in ranges of 0 to 65 degrees Celsius. Readings can be correlated to altitude.

Solderless

Pre-Soldered BME280

Can be plugged in right away with jumper wires to most microcontrollers, including all models of the Raspberry Pi, Arduino, ESP32, and others.

What is it?

BME280

The BME280 is a versatile tool for a range of applications, including weather monitoring, indoor climate control, and industrial process control. Its ability to measure multiple environmental variables makes it an ideal tool for a wide range of applications.

This product comes with pre-soldered pins, eliminating the need for soldering equipment or skills. It's a hassle-free option for those who want to save time, avoid soldering tasks, or prioritize safety, making it safe for kids as well!

BME 280
  • This product is easy to use, you only need 4 DuPont wires since it is already soldered. There are dozens of tutorials online from ShillehTek on how to use this with various controllers like the Raspberry Pi, Arduino, and other advanced topics.

  • Yes, this product can very accurately measure altitude if you calibrate it to incorporate sea-level pressure!

  • Yes, the pre-soldered BME280 is suitable for both indoor and outdoor applications, providing reliable environmental data for various projects. Make sure it is shielded if used outdoor to protect it from the elements.

  • BME280 surpasses the BMP280 in functionality by incorporating humidity measurement alongside temperature and pressure sensing. This trifecta of data makes it a more comprehensive environmental sensor, ideal for diverse applications in DIY projects.

Specifications

Interface I2C and SPI
Supply Voltage 3.3V
Measurements Temperature, Pressure, Humidity. Pressure can be converted to altitude.
Compatibility All Raspberry Pi and Arduino Models, and any microcontroller with I2C or SPI capabilities.
Soldering Comes Pre-Soldered.
Temperature Range -40 - 85 °C
Pressure Range 300 - 1100 hPa
Humidity Range 0 - 100 %
Humidity Response Time 1 s
Current Consumption ~3.6 μA

Jim Devoe
Reviewed in the United States on February 6, 2025
Works - i2c w pi and esp32
aaron
Reviewed in Canada on August 27, 2024
I chose to pay the high price for this sensor as it is advertised as pre-soldered, in the description! It is not, do not buy!
c_in_b
Reviewed in the United States on July 17, 2024
Arrived quickly and was Packed well. I didn't make exact measurements but the values feel correct. Documentation could be clearer on which I2C address is configured. The default on the recommended Adafruit libraries needed to be overwritten.
Steve
Reviewed in the United States on March 5, 2024
This BME280 Module is great for any project where Temperature, Humidity, & Atmospheric Pressure is required. I2C makes it easy to connect with other hardware. I am using this with a Raspberry Pi Pico W. The Weather Parameters are logged every 12 Hours and sent over WIFI, to a data server.
William R. Keeran
Reviewed in the United States on February 17, 2024
Works great. Seems accurate.
timothom
Reviewed in the United States on February 1, 2024
Seems to be a decent sensor. I hope it's an actual Bosch unit and not a knock-off, but I have my doubts.One thing I did find, the board I got was set to be the second sensor on a wire. It works fine as an only-sensor, but you need to specify the 'second' address because that's what this device is set to.Like this in Arduino ide:mySensorB.setI2CAddress(0x76); //Connect to a second sensorRun the Example2_I2CAddress program out of the Sparkfun library.
Customer
Reviewed in Canada on November 22, 2024
First of all: it is a bmp280 and NOT the bme280... means it will not measure Humidity, only pressure and temp...Second: pins were not soldered (opposite to advertisement)...A bit disappointed in this misinformation scam...
Joel Anthony
Reviewed in the United States on August 15, 2023
Used this instead of a previously used DHT11 sensor. Sensor worked great in this project! In my project the BME280 collects temperature and humidity and then it returns this info an STM32 nucleo that then puts the info onto an I2C LCD and also sends the info to a thingspeak server via an ESP8266 ESP01 development kit. Will be buying more of these sensors in the future thanks to incredible resolution and speed compared to other available sensors.
B. Weber
Reviewed in the United States on July 26, 2023
This is a really nice sensor. Worked out of the bag and has been stable. At first, I was concerned that the pressure readings were off. So I contacted SHILLEHTEK and was reminded that, living at 4.100', I needed to adjust the output because it was calibrated for sea level. I was surprised at how much difference that makes. Adjusting for my altitude, the readings are now spot on. So if you're not a sea level, Google altitude corrections and make the adjustment in whatever bme280 Python software library you're using. BTW - the support was quick and detailed - well done!
D. Molniya
Reviewed in the United States on November 8, 2023
These Bosch environmental sensors are great, pretty accurate, and easy to use. It's within half a degree of a calibrated thermometer and the pressure readings jive with other barometers. The humidity is a bit less accurate, or at least disagrees by 2-3% with a professional hygrometer, but that's not a very big deal and anyway it can be accounted for in software. Oversampling and IIR filtering support, easy to use with the Adafruit python library or any of several others. Pre-soldered for no-fuss prototyping or assembly. I'm using this with a Pico W microcontroller running ESPHome, which has full support for the BME280; it sends the data to Home Assistant. Works great!