From a7441684b91189dd8b69c25455beb9faa0719608 Mon Sep 17 00:00:00 2001 From: sumirati Date: Wed, 13 Apr 2022 06:04:13 +0200 Subject: [PATCH] Added note on WAK signal for CCS811 (#1998) --- components/sensor/ccs811.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/components/sensor/ccs811.rst b/components/sensor/ccs811.rst index 2ab3a2e43..9d9cdf615 100644 --- a/components/sensor/ccs811.rst +++ b/components/sensor/ccs811.rst @@ -8,6 +8,12 @@ CCS811 CO_2 and Volatile Organic Compound Sensor The ``ccs811`` sensor platform allows you to use CCS811 CO_2 and volatile organic compound sensors (`Adafruit`_) with ESPHome. +.. note:: + + Most CCS811 modules require the WAK pin to be pulled low to wake up the sensor, as outlined in the data sheets. + Outside low-power scenarios, connecting WAK to ground is the recommended configuration. For low power installations, + pulling WAK low should happen in software prior to taking the measures. + .. figure:: images/ccs811-full.jpg :align: center :width: 50.0%