Comments on: Guide for BME280 Sensor with Arduino (Pressure, Temperature, Humidity) https://randomnerdtutorials.com/bme280-sensor-arduino-pressure-temperature-humidity/ Learn ESP8266, ESP32, Arduino, and Raspberry Pi Sun, 21 Jul 2024 16:09:31 +0000 hourly 1 https://wordpress.org/?v=6.8.2 By: Doug https://randomnerdtutorials.com/bme280-sensor-arduino-pressure-temperature-humidity/#comment-940228 Sun, 21 Jul 2024 16:09:31 +0000 https://randomnerdtutorials.com/?p=86653#comment-940228 In reply to Sara Santos.

Hello; Really like this tutorial. One thing you might consider is: obtaining the sealevel pressure from the web as this changes frequently. here is an example of a link to the information: “https://api.weather.gov/stations/KTLH/observations/latest?require_qc=true”
This returns a json table with the data in it. I’m working on this and having trouble parsing the table. Maybe you can figure this out. The link above is just one example provoded by the State of Florida. Maybe other States have similar services.

]]>
By: Sara Santos https://randomnerdtutorials.com/bme280-sensor-arduino-pressure-temperature-humidity/#comment-928798 Fri, 21 Jun 2024 10:46:29 +0000 https://randomnerdtutorials.com/?p=86653#comment-928798 In reply to Chanaka Imalsha.

Hi.
We have a tutorial about I2C that explains how to use multiple sensors.
This might be useful: https://randomnerdtutorials.com/esp32-i2c-communication-arduino-ide/
If you don’t have pins available, you can use an I2C multiplexer: https://randomnerdtutorials.com/tca9548a-i2c-multiplexer-esp32-esp8266-arduino/

I hope this helps.

Regards,
Sara

]]>
By: Chanaka Imalsha https://randomnerdtutorials.com/bme280-sensor-arduino-pressure-temperature-humidity/#comment-928766 Fri, 21 Jun 2024 08:37:58 +0000 https://randomnerdtutorials.com/?p=86653#comment-928766 Hi Sara,
I hope you’re doing well. I want to use multiple BME280 sensors with an M5Stack Basic for a project I’m working on. Do you have any suggestions or recommendations on how to best implement this setup? Specifically, I’m interested to programmatically enable I2C pull-up resistors on the board. Will it work? Additionally, if you have any tips on ensuring reliable data readings, that would be incredibly helpful (I am planning on recording data for every 10 seconds using Ambient cloud service).

]]>
By: Kelly B. https://randomnerdtutorials.com/bme280-sensor-arduino-pressure-temperature-humidity/#comment-854628 Fri, 11 Aug 2023 14:29:30 +0000 https://randomnerdtutorials.com/?p=86653#comment-854628 In reply to K Adams.

Additionally, the BMP280 restricts what you can calculate, whilethe BME280 allows you to calculate dew point and humidex (feels like) temperatures. I bought BME280s from Amazon and received BMP280s instead. Had one soldered in place before I discovered the issue. Wish the boards were marked clearly.

]]>
By: Sara Santos https://randomnerdtutorials.com/bme280-sensor-arduino-pressure-temperature-humidity/#comment-832230 Thu, 27 Apr 2023 08:51:48 +0000 https://randomnerdtutorials.com/?p=86653#comment-832230 In reply to Massimo.

I also recommend taking a look at this article: https://randomnerdtutorials.com/solved-could-not-find-a-valid-bme280-sensor/
Regards,
Sara

]]>
By: Sara Santos https://randomnerdtutorials.com/bme280-sensor-arduino-pressure-temperature-humidity/#comment-832229 Thu, 27 Apr 2023 08:50:55 +0000 https://randomnerdtutorials.com/?p=86653#comment-832229 In reply to Massimo.

Hi.
Run an I2C scanner sketch to make sure of the I2C address of your sensor: https://randomnerdtutorials.com/esp32-i2c-communication-arduino-ide/#2
Regards,
Sara

]]>
By: Massimo https://randomnerdtutorials.com/bme280-sensor-arduino-pressure-temperature-humidity/#comment-832074 Wed, 26 Apr 2023 09:12:27 +0000 https://randomnerdtutorials.com/?p=86653#comment-832074 In reply to Giambattistal.

Hi Giambattista,
I am having the same problem too. I even changed the sensor but nothing happened. Have you solved the problem?
Thank you.
Massimo

]]>
By: Paul https://randomnerdtutorials.com/bme280-sensor-arduino-pressure-temperature-humidity/#comment-830742 Tue, 18 Apr 2023 05:44:06 +0000 https://randomnerdtutorials.com/?p=86653#comment-830742 Does anybody know how to include the figures after the decimal?

Cheers
Paul

]]>
By: Tom https://randomnerdtutorials.com/bme280-sensor-arduino-pressure-temperature-humidity/#comment-782966 Mon, 12 Sep 2022 17:13:10 +0000 https://randomnerdtutorials.com/?p=86653#comment-782966 In reply to Tom.

I created the symbol and footprint myself. KiCAD is actually very easy to work with. I found a site that had the dimensions of the BME280 6-pin module, but it didn’t sound right. So.. I measured the module and found the dimensions listed on the site (not this site) were wrong. Moral of the story is — I could have measured it and created the symbol and footprint way faster than the time I wasted wondering where I could find an already-created symbol.

]]>
By: Tom https://randomnerdtutorials.com/bme280-sensor-arduino-pressure-temperature-humidity/#comment-782471 Sat, 10 Sep 2022 14:10:34 +0000 https://randomnerdtutorials.com/?p=86653#comment-782471 Does anyone have or know where I can get the KiCAD symbol and footprint for the BME280 in 4 and 6-pin versions?

]]>