Special adapted ESPEasy-Version for BME680-Measurement of TVOC in [ppm].
Using a modified _P119_BME680.ino
-Version as replacement. (source: Playground)
Added UDP SLINK send feature. (BME680 TVOC-reading not resitance!)
See him @ https://github.com/herrmannj .
Initial work is done within the FHEM (german home automation forum) in
https://forum.fhem.de/index.php/topic,78619.msg972248.html#msg972248
or here:
https://forum.fhem.de/index.php?topic=96241.285 Use I2C Interface D1 and D2 of ESP8266. Set SD0 to Low for 0x76 address.
ESP12E ----------- BME680 @ 0x76 (SDO = GND)
GND ------------> GND
3.3V ------------> 3.3V
D2 ------------> SDA
D1 ------------> SCL
Adafruit_BME680_Library
Adafruit_Unified_Sensor
js_BME680_prod
Adafruit_Sensor
These were part of the regular distribution:
Adafruit_Motor_Shield_V2
Adafruit_MPR121
Adafruit_NeoPixel
Adafruit_SGP30-1.0.0.13
Adafruit_TCS34725
Adafruit_TSL2591
AM2320
ArduinoJson-6.x
ArduinoTrace
AS_BH1750
Blynk
ccronexpr
ESP32_ping
esp8266-oled-ssd1306
ESPEasySerial
ESPEasy_ESP8266Ping
HLW8012_1.1.1
HT16K33
I2Cdevlib
IRremoteESP8266
LiquidCrystal_I2C
MechInputs
NewPingESP8266
pubsubclient
RN2483-Arduino-Library
SDM_Energy_Meter
SerialDevices
SparkFun_APDS-9960_Sensor_Arduino_Library
TinyGPSPlus-1.0.2
* overwrite ESPEasy\EspEasy.ino file with the Version of this project.
* in case of having trouble with Arduino public libraries:
⇒ Change default Arduino libraries-folder in i.e. C:\Users\js\Documents\Arduino\libraries to i.e. D:\Temp\ESPEasy-mega.org\lib. (Setting Arduino-configuration of libraries exclusively to ESPEasy-Lib-Folder!)
* in order to achieve this (as admin): mklink /D libraries D:\Temp\ESPEasy-mega.org\lib with command prompt in default Arduino-project-folder
* SPIFFS settings -> from "none" to minimal "1M"
* reset ESP two times.
Are found in \dist-folder of EspEasy. 1. Download firmware as binary including flash tool
↓
2. Connect the ESP to Windows PC
Using either USB/UART of board or separate USB/TTL adapter
↓
3. Write firmware using flash tool
Note necessity for GPIO to be LOW to enter flashmode
↓
4. Restart ESP. WiFi AP "ESP_Easy_0" will appear, password: configesp
(prior to 2.0 the AP was named ESP_0)
If you're not automatically taken to the log-in page, browse to 192.168.4.1
↓
5. Search for you routers WiFi and connect
(if you have multiple AP they will all show up with the same SSID name multiple times)
↓
6. Reconnect to your WiFi and enter IP adress shown on previous screen
Every Contribution to this repository will be highly appreciated!
Don't fear to create pull requests which enhance or fix the library as ultimatly you are going to help everybody.