Skip to content

Sending measurement data from CCS811(CO2 and TVOC) connected to ESP8266 to InfluxDB database

License

Notifications You must be signed in to change notification settings

bfaliszek/CCS811_InfluxDB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9556af4 · Mar 3, 2019

History

13 Commits
Mar 3, 2019
Mar 31, 2018
Mar 3, 2019
Mar 31, 2018
Mar 31, 2018
Oct 5, 2018

Repository files navigation

CCS811 InfluxDB

Sending measurement data from CCS811(ex. CJMCU-811 CCS811) connected to ESP8266(Wemos D1, NodeMCU etc.) to your InfluxDB database.

Based on CCS811 library and ESP8266Influxdb.

Wiring

Wemos D1 or NodeMCU 1.0:

  • VCC - 3.3V
  • GND - G
  • SCL - D1
  • SDA - D2
  • WAK - D3

For ESP8266 DeepSleep support – connect RTS pin to D0, and change #define DeepSleep_ON false to #define DeepSleep_ON true.

CJMCU-811 CCS811

About

Sending measurement data from CCS811(CO2 and TVOC) connected to ESP8266 to InfluxDB database

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages