Comments on: ESP8266 NodeMCU: BME680 Environmental Sensor using Arduino IDE (Gas, Pressure, Humidity, Temperature) https://randomnerdtutorials.com/esp8266-nodemcu-bme680-sensor-arduino/ Learn ESP8266, ESP32, Arduino, and Raspberry Pi Mon, 26 Jun 2023 14:29:24 +0000 hourly 1 https://wordpress.org/?v=6.8.2 By: Paul https://randomnerdtutorials.com/esp8266-nodemcu-bme680-sensor-arduino/#comment-842944 Mon, 26 Jun 2023 14:29:24 +0000 https://randomnerdtutorials.com/?p=98074#comment-842944 In reply to Sara Santos.

No errors showed. It would not resolve the page.
Is Async server forcing the sketch to ignore permanent IP’s and go to assigned IP’s?

]]>
By: Sara Santos https://randomnerdtutorials.com/esp8266-nodemcu-bme680-sensor-arduino/#comment-842750 Sun, 25 Jun 2023 16:06:52 +0000 https://randomnerdtutorials.com/?p=98074#comment-842750 In reply to Paul.

What happened exactly?
Which errors did you get?
Regards,
Sara

]]>
By: Paul https://randomnerdtutorials.com/esp8266-nodemcu-bme680-sensor-arduino/#comment-842187 Wed, 21 Jun 2023 19:04:49 +0000 https://randomnerdtutorials.com/?p=98074#comment-842187 In reply to Sara Santos.

Hi and thanks for replying!

I tried what you suggested “local_IP (192, 168, *, ***)” but it confused the server and wouldn’t produce a web page.

]]>
By: Paul https://randomnerdtutorials.com/esp8266-nodemcu-bme680-sensor-arduino/#comment-842186 Wed, 21 Jun 2023 19:04:12 +0000 https://randomnerdtutorials.com/?p=98074#comment-842186 Hi and thanks for replying!

I tried what you suggested “local_IP (192, 168, *, ***)” but it confused the server and wouldn’t produce a web page.

]]>
By: Sara Santos https://randomnerdtutorials.com/esp8266-nodemcu-bme680-sensor-arduino/#comment-842109 Wed, 21 Jun 2023 10:32:48 +0000 https://randomnerdtutorials.com/?p=98074#comment-842109 In reply to Paul.

Hi.
Check the following tutorial: https://randomnerdtutorials.com/esp32-static-fixed-ip-address-arduino-ide/
Regards,
Sara

]]>
By: Paul https://randomnerdtutorials.com/esp8266-nodemcu-bme680-sensor-arduino/#comment-841499 Sat, 17 Jun 2023 13:09:01 +0000 https://randomnerdtutorials.com/?p=98074#comment-841499 Hi,
Can you tell me how to change the server from being assigned IP addresses to fixed IP’s?

Cheers

]]>
By: Paul https://randomnerdtutorials.com/esp8266-nodemcu-bme680-sensor-arduino/#comment-840971 Thu, 15 Jun 2023 15:57:25 +0000 https://randomnerdtutorials.com/?p=98074#comment-840971 Does anybody know how to stop the sketch from using next assigned IP and use a static one set out in the sketch?

]]>
By: Sara Santos https://randomnerdtutorials.com/esp8266-nodemcu-bme680-sensor-arduino/#comment-780715 Sun, 04 Sep 2022 11:20:39 +0000 https://randomnerdtutorials.com/?p=98074#comment-780715 In reply to Prot.

Hi.
The BME680 already has built-in pull-up resistors.
Someone mentioned pulling down the unused pins would get a more stable behavior.
Regards,
Sara

]]>
By: Prot https://randomnerdtutorials.com/esp8266-nodemcu-bme680-sensor-arduino/#comment-780618 Sun, 04 Sep 2022 06:05:49 +0000 https://randomnerdtutorials.com/?p=98074#comment-780618 I have exactly same boards as esp8266 and bme680, but sometime i2c is fail.
There is a need some pullup resistors, or it’s builin in bme680 or esp8266?

]]>
By: Lyndon Black https://randomnerdtutorials.com/esp8266-nodemcu-bme680-sensor-arduino/#comment-764904 Sat, 25 Jun 2022 17:55:23 +0000 https://randomnerdtutorials.com/?p=98074#comment-764904 Hi,
As always a great tutorial and made the setup super simple. However my readings are wildly inaccurate.
Temperature = 35.09 *C 17 Actual
Pressure = 634.56 hPa 998 Actual
Humidity = 100.00 % 56% Actual
Gas = 0.00 KOhms No Idea but does not look right
Approx. Altitude = 3777.24 m about 3m Actual I live right by the sea

Is this likely just a dud sensor or something setup wrong? Just copy and pasted the code but do have a Oled hooked in as well to display the info.

]]>