Comments on: ESP32 Web Server with BME280 – Advanced Weather Station https://randomnerdtutorials.com/esp32-web-server-with-bme280-mini-weather-station/ Learn ESP8266, ESP32, Arduino, and Raspberry Pi Wed, 13 Aug 2025 20:05:30 +0000 hourly 1 https://wordpress.org/?v=6.8.5 By: Sara Santos https://randomnerdtutorials.com/esp32-web-server-with-bme280-mini-weather-station/#comment-1081586 Wed, 13 Aug 2025 20:05:30 +0000 https://randomnerdtutorials.com/?p=69087#comment-1081586 In reply to Anthony.

Hi.
Are you using SPIFFS or LittleFS with your webserver?
If so, did you upload the required files?

Additionally, if the wi.fi connection is not strong enough, the board may not be able to send the data to build the web page.
Or, there is a problem with the sensor and the code is stuck trying to read or initialize the sensor.

Regards,
Sara

Regards,
Sara

]]>
By: Anthony https://randomnerdtutorials.com/esp32-web-server-with-bme280-mini-weather-station/#comment-1080895 Mon, 11 Aug 2025 19:20:13 +0000 https://randomnerdtutorials.com/?p=69087#comment-1080895 What would cause the web server to become unreachable? I can still ping the board, so I know the wifi connection is still there.

]]>
By: Sara Santos https://randomnerdtutorials.com/esp32-web-server-with-bme280-mini-weather-station/#comment-1025647 Thu, 10 Apr 2025 19:17:50 +0000 https://randomnerdtutorials.com/?p=69087#comment-1025647 In reply to LeaperK.

Great!

]]>
By: Sara Santos https://randomnerdtutorials.com/esp32-web-server-with-bme280-mini-weather-station/#comment-1025646 Thu, 10 Apr 2025 19:17:31 +0000 https://randomnerdtutorials.com/?p=69087#comment-1025646 In reply to LeaperK.

Hi.
You need to change the code to use those specific pins for you board.
You can check our I2C tutorial to learn how to do that: https://randomnerdtutorials.com/esp32-i2c-communication-arduino-ide/#3
Regards,
Sara

]]>
By: LeaperK https://randomnerdtutorials.com/esp32-web-server-with-bme280-mini-weather-station/#comment-1025479 Thu, 10 Apr 2025 07:51:58 +0000 https://randomnerdtutorials.com/?p=69087#comment-1025479 Hi i fixed,
just found your answer to a previous question and your guide to fixing it and the IC2 scanner – even though the pinout on the Waveshare shows 6&7 (https://www.waveshare.com/wiki/ESP32-C6-DEV-KIT-N8) it was still pins 21&22. still need to test the CYD though

]]>
By: LeaperK https://randomnerdtutorials.com/esp32-web-server-with-bme280-mini-weather-station/#comment-1025437 Thu, 10 Apr 2025 05:10:25 +0000 https://randomnerdtutorials.com/?p=69087#comment-1025437 I’m having trouble connecting the BMP280 via IC2 on my ESP32-C6-DEV-KIT-N8, according to the board pin layout SDA is Pin 6 & SCL is pin 7, can’t even get the test to recognise it, have also tried on a ESP32-CYD with pins 22 & 27. I can connect a 1 wire(DS18B20) fine

The BMP works fine on a Nano

]]>
By: Trev https://randomnerdtutorials.com/esp32-web-server-with-bme280-mini-weather-station/#comment-920471 Sat, 01 Jun 2024 10:09:32 +0000 https://randomnerdtutorials.com/?p=69087#comment-920471 A note of caution, the bme280 sensor boards I bought have the SCL and SDA pins reversed to the one shown in this project

]]>
By: shsh https://randomnerdtutorials.com/esp32-web-server-with-bme280-mini-weather-station/#comment-838636 Sat, 03 Jun 2023 17:06:34 +0000 https://randomnerdtutorials.com/?p=69087#comment-838636 In reply to Wf line.

Your problem, you have a lot of problems, Chinese products are very good.

]]>
By: Sara Santos https://randomnerdtutorials.com/esp32-web-server-with-bme280-mini-weather-station/#comment-763359 Sun, 19 Jun 2022 13:19:09 +0000 https://randomnerdtutorials.com/?p=69087#comment-763359 In reply to CKYap.

The module can run with 3.3V or 5V.

]]>
By: CKYap https://randomnerdtutorials.com/esp32-web-server-with-bme280-mini-weather-station/#comment-763319 Sun, 19 Jun 2022 06:08:10 +0000 https://randomnerdtutorials.com/?p=69087#comment-763319 Is the BME280 5V or 3.3V

]]>