Comments on: ESP8266 with BME280 using Arduino IDE (Pressure, Temperature, Humidity) https://randomnerdtutorials.com/esp8266-bme280-arduino-ide/ Learn ESP8266, ESP32, Arduino, and Raspberry Pi Sun, 23 Nov 2025 11:21:15 +0000 hourly 1 https://wordpress.org/?v=6.8.5 By: Sara Santos https://randomnerdtutorials.com/esp8266-bme280-arduino-ide/#comment-1126859 Sun, 23 Nov 2025 11:21:15 +0000 https://randomnerdtutorials.com/?p=86860#comment-1126859 In reply to German Altgelt.

Hi.
In this configuration the board is always on.
It needs to be to keep the web server running.
Regards,
Sara

]]>
By: German Altgelt https://randomnerdtutorials.com/esp8266-bme280-arduino-ide/#comment-1126560 Sat, 22 Nov 2025 14:52:17 +0000 https://randomnerdtutorials.com/?p=86860#comment-1126560 In reply to Sara Santos.

excellent answer, that I wondered about. In this current version page the board is always on? is there a way to read the parameters that dos not consume as much power?

]]>
By: Sara Santos https://randomnerdtutorials.com/esp8266-bme280-arduino-ide/#comment-1126509 Sat, 22 Nov 2025 10:51:07 +0000 https://randomnerdtutorials.com/?p=86860#comment-1126509 In reply to German Altgelt.

Hi.
Yes, you can add deep sleep to the web server code.
However, you won’t be able to access the web page while the board is sleeping.

Regards,
Sara

]]>
By: German Altgelt https://randomnerdtutorials.com/esp8266-bme280-arduino-ide/#comment-1126426 Sat, 22 Nov 2025 03:13:17 +0000 https://randomnerdtutorials.com/?p=86860#comment-1126426 I wonder on how to decrease power consumption by just updating the page every minute, is there a way to add deep sleep to the code?

]]>
By: Bedez https://randomnerdtutorials.com/esp8266-bme280-arduino-ide/#comment-1001370 Mon, 20 Jan 2025 12:40:51 +0000 https://randomnerdtutorials.com/?p=86860#comment-1001370 Bonjour,
J’ai un souci de connexion, j’arrive à me connecter et voir la page web.
Mais lorsque je ne l’appelle que plus tard j’ai souvent: The request timed out et je peut ressayer plusieurs fois mais rien ni fait.
La seul solution que j’ai trouvé, c’est de débranché l’alimentation et la rebranché. La page web est a nouveau accessible.
Qu’elle peut être la raison?
Je tourne en rond!
Merci d’avance
Daniel

]]>
By: Manu https://randomnerdtutorials.com/esp8266-bme280-arduino-ide/#comment-904902 Wed, 10 Apr 2024 06:35:18 +0000 https://randomnerdtutorials.com/?p=86860#comment-904902 In reply to Pat.

I modify library everytime it has been updated and it works fine.
Did you update since you modify ?

]]>
By: Sara Santos https://randomnerdtutorials.com/esp8266-bme280-arduino-ide/#comment-904841 Tue, 09 Apr 2024 22:05:46 +0000 https://randomnerdtutorials.com/?p=86860#comment-904841 In reply to Pat.

Hi.
You may have a “fake BME280”, that in fact is a BMP280.
Check this: https://randomnerdtutorials.com/solved-could-not-find-a-valid-bme280-sensor/
Regards,
Sara

]]>
By: Pat https://randomnerdtutorials.com/esp8266-bme280-arduino-ide/#comment-903829 Sat, 06 Apr 2024 22:10:37 +0000 https://randomnerdtutorials.com/?p=86860#comment-903829 In reply to sara.

Hi Sara!
I have the same problem as Manu. Scanner says 0x76 address works. So I too modified the adafruit_BME280.h file as Manu did. Unfortunately this did not work for me. Still getting “Could not find a valid BME280 sensor, check wiring!” errors. Any suggestions?
Thanks!
Pat

]]>
By: Sam https://randomnerdtutorials.com/esp8266-bme280-arduino-ide/#comment-899443 Tue, 19 Mar 2024 01:51:31 +0000 https://randomnerdtutorials.com/?p=86860#comment-899443 Hi Sara..I get this error.. ESP8266, ESP01, Arduino Nano sketch works fine. Any ideas…
————— CUT HERE FOR EXCEPTION DECODER —————

Soft WDT reset

Exception (4):
epc1=0x4020108d epc2=0x00000000 epc3=0x00000000 excvaddr=0x00000000 depc=0x00000000

stack>>>

ctx: cont
sp: 3ffffe40 end: 3fffffd0 offset: 0160
3fffffa0: feefeffe feefeffe feefeffe feefeffe
3fffffb0: 3fffdad0 00000000 3ffeec54 40205314
3fffffc0: feefeffe feefeffe 3fffdab0 40100f21
<<<stack<<<

————— CUT HERE FOR EXCEPTION DECODER —————

]]>
By: Sara Santos https://randomnerdtutorials.com/esp8266-bme280-arduino-ide/#comment-896357 Mon, 04 Mar 2024 15:25:48 +0000 https://randomnerdtutorials.com/?p=86860#comment-896357 In reply to sara.

Hi.
It seems you have a BMP280 and not a BME280.
The BMP280 sensor doesnt measure humidity.
Regards,
Sara

]]>