Your cart is empty.
Your cart is empty.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!
Recommended Products