/CCS811_InfluxDB

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

Primary LanguageC++GNU General Public License v3.0GPL-3.0

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