Is there a wiring diagram for CCS811 I2C driver to nodemcu esp8266?

If you are asking a question, please follow this template:

  1. My goal is: To connect the CCS811 I2C wiring to nodemcu esp8266
  2. My actions are: I try to look in the documentation for the CCS811 I2C but I can’t find a wiring diagram.
  3. The result I see is: just the code or library for CCS811 I2C.
  4. My expectation & question is: How do I connect the CCS811 I2C pins to nodemcu esp8266 in correct way and run the code from CCS811 I2C driver.

There is nothing special.
I don’t have a CCS811 device, but the wiring would be Vcc->3.3V, GND->GND, SDA->GPIO4, SCL->GPIO5 (GPIO4 and GPIO5 being the defaults for esp8266)

1 Like

I see, well thank you very much for your help.