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 Mon, 20 Jan 2025 12:40:51 +0000 hourly 1 https://wordpress.org/?v=6.8.2 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

]]>
By: sara https://randomnerdtutorials.com/esp8266-bme280-arduino-ide/#comment-896314 Mon, 04 Mar 2024 10:18:54 +0000 https://randomnerdtutorials.com/?p=86860#comment-896314 hello,
how did you modify the lib
i wanna measure temperature, humidity and pressure so i used <adafruit_BME280.h> lib ….but i got this message in serial monitor : Could not find a valid BME280 sensor
i tried to scann i2c address ….it’s 0x76
when i use <adafruit_BMP280.h> lib , it works (but i can just measure temperature and pressure.
i need t measure the 3 meteo parameters

]]>
By: sara https://randomnerdtutorials.com/esp8266-bme280-arduino-ide/#comment-896313 Mon, 04 Mar 2024 10:18:37 +0000 https://randomnerdtutorials.com/?p=86860#comment-896313 In reply to Manu.

hello,
how did you modify the lib
i wanna measure temperature, humidity and pressure so i used <adafruit_BME280.h> lib ….but i got this message in serial monitor : Could not find a valid BME280 sensor
i tried to scann i2c address ….it’s 0x76
when i use <adafruit_BMP280.h> lib , it works (but i can just measure temperature and pressure.
i need t measure the 3 meteo parameters

]]>
By: destux https://randomnerdtutorials.com/esp8266-bme280-arduino-ide/#comment-852343 Mon, 31 Jul 2023 14:55:58 +0000 https://randomnerdtutorials.com/?p=86860#comment-852343 Hi,
thanks for the coding examples – nice tutorial.
Setting the table width in html code to 90% will show the values and units in one row. Maybe 75% or something between will also work.

]]>
By: Larry Dalton https://randomnerdtutorials.com/esp8266-bme280-arduino-ide/#comment-841317 Fri, 16 Jun 2023 23:12:55 +0000 https://randomnerdtutorials.com/?p=86860#comment-841317 ESP8266 with BMP280
MEASUREMENT VALUE
Temp. Celsius 35.12 *C
Temp. Fahrenheit 95.22 *F
Pressure 991.12 hPa 29.27 inHg
Approx. Altitude 185.86 m 609.77 ft

I used a BMP280, modified the web page, no humidity with this sensor.

]]>