Page 1 of 1

ESPEasy & BME680

Posted: 16 Feb 2018, 09:29
by Ingo1977
Hello,

I am new to this board here. Welcome from my side.
Is the BME680 already supported by ESPEasy? If so, how to configure?
I have the same question for SR501 Motion sensor.

Thanks Ingo

Re: ESPEasy & BME680

Posted: 16 Feb 2018, 11:21
by toffel969

Re: ESPEasy & BME680

Posted: 16 Feb 2018, 11:23
by Domosapiens
Welcome
For BME680
See: https://github.com/letscontrolit/ESPEas ... Playground

How to configure?

You have to include https://github.com/letscontrolit/ESPEas ... ME680.ino and compile.
How? See Wiki: https://www.letscontrolit.com/wiki/index.php/Main_Page

SR501 Motion sensor:
https://www.letscontrolit.com/wiki/index.php/PIR_Sensor

All found by Google.
Source and Wiki made by a small enthusiastic team.
Your simple type of google questions disturbs their progress.

Re: ESPEasy & BME680

Posted: 06 Mar 2018, 22:34
by Ingo1977
Thanks for all your answers but I Need some more help on adding BME680 and CCS811 into an own Firmware.
Haven't done that before but want a Firmware which Supports these sensors. Thanks in advance.
I have a ESP8266 with 4MBytes...

Re: ESPEasy & BME680

Posted: 12 Mar 2018, 20:49
by fluppie
I was able to compile the mega version from Github with the BME680 plugin from the plugin playground on a Wemos D1 Mini and the BME680 Pimoroni break-out.
Logging to emoncms via MQTT: https://emoncms.org/Edegem/bme680voc

I had to hardcode the I2C address (0x76 in the Pimoroni break-out case) in the plugin as it is using bme.begin() without a variable for the I2C address.

Re: ESPEasy & BME680

Posted: 19 Mar 2018, 20:38
by sisamiwe
Hi,

is there a chance to update the BME680 playground plugin so that also the IAQ can be read out?
The libs of BOSCH and DFRobot provide that by integrating the BSEC. The BSEC is a precompiled BOSCH lib, where the calculations for the IAQ are in.

What do you think?

Re: ESPEasy & BME680

Posted: 20 Mar 2018, 19:03
by TD-er
For feature requests like that, please open an issue on Github.
These requests are almost impossible to find on the forum.

Re: ESPEasy & BME680

Posted: 20 Mar 2018, 21:24
by sisamiwe
OK.

Re: ESPEasy & BME680

Posted: 01 Apr 2018, 18:25
by Barb232
There is an update for the BME 680

Bosch Sensortec Environmental Cluster (BSEC) Software

https://www.bosch-sensortec.com/bst/pro ... ducts/bsec

Robin

Re: ESPEasy & BME680

Posted: 30 Nov 2019, 11:25
by vidalv
Hi, I ordered a CJMCU-680 including a BME680 sensor. I want to add it to my ESP8266 with ESPEasy.
BME680.JPG
BME680.JPG (30.42 KiB) Viewed 10626 times
What are your suggestions for including it in my project using GIT version v2.0.0-dev13 ?

I found a Github with the file _P119_BME680.ino but it is 2 years old, he has not more recent ?

I've made some trail on Arduino, then the read back for Gaz is Kilo-Ohms !!! Not really a good Air Quality indicator.

I would also like to know what to do for the library BOSCH lib, is it really necessary for the calculations of the IAQ?