Page 1 of 1

ESP 8266 Node MCU V3.4 with BME680

Posted: 24 Nov 2021, 15:18
by shomi951
Have somebody an Idea how can I with ESP8266 get measurements from BME680.
Is it possible with esp easy firmware?
Shoud I use a custom FW?


Please help me. :idea: :idea: :idea:

Re: ESP 8266 Node MCU V3.4 with BME680

Posted: 24 Nov 2021, 15:46
by Ath
According to the Read The Docs documentation (https://espeasy.readthedocs.io/en/lates ... lugin.html) it is included in the TEST_B builds, so you can download the latest ESPeasy release here, extract that .bin file (for NodeMCU you should pick a ESP8266 4M1M configuration) having TEST_B in its name, and flash it onto your ESP. (That's the real-short short-hand instructions :lol:)

Re: ESP 8266 Node MCU V3.4 with BME680

Posted: 25 Nov 2021, 11:03
by shomi951
Hi,

Thank you very much for your quick response.
Now I get the data from BME680 but still Air Quality missing.
How can I get Air Quality values do you have any idea?

https://ibb.co/5642ZNQ

Re: ESP 8266 Node MCU V3.4 with BME680

Posted: 25 Nov 2021, 11:15
by Ath
There is an open Issue on the ESPEasy repository on Github to get that implemented...