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 Thu, 10 Apr 2025 19:17:50 +0000 hourly 1 https://wordpress.org/?v=6.8.2 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

]]>
By: Sara Santos https://randomnerdtutorials.com/esp32-web-server-with-bme280-mini-weather-station/#comment-731330 Thu, 10 Mar 2022 12:12:13 +0000 https://randomnerdtutorials.com/?p=69087#comment-731330 In reply to Ivo van Horssen.

Hi.
You have to adjust the sea level pressure at your location on the following variable:
#define SEALEVELPRESSURE_HPA (1013.25)
Regards,
Sara

]]>
By: Ivo van Horssen https://randomnerdtutorials.com/esp32-web-server-with-bme280-mini-weather-station/#comment-731091 Wed, 09 Mar 2022 18:27:29 +0000 https://randomnerdtutorials.com/?p=69087#comment-731091 really love to read and test all your work, thank you, it is a great way to learn the esp32.

I have one issue with this project, the altitude doesn’t display correct, i know the netherlands for the most part is under sealevel but -187Meters is a bit much. What can I do to change this.

]]>