Home
last modified time | relevance | path

Searched full:ccs811 (Results 1 – 25 of 27) sorted by relevance

12

/Zephyr-latest/samples/sensor/ccs811/
DREADME.rst1 .. zephyr:code-sample:: ccs811
2 :name: CCS811 indoor air quality sensor
5 Get CO2 equivalent and VOC data from a CCS811 sensor.
10 The CCS811 digital gas sensor detects volatile organic compounds (VOCs)
25 :zephyr-app: samples/sensor/ccs811
44 device is 0x20001088, name is CCS811
47 [0:00:00.046]: CCS811: 65021 ppm eCO2; 65021 ppb eTVOC
52 [0:00:01.059]: CCS811: 65021 ppm eCO2; 65021 ppb eTVOC
60 [0:00:05.084]: CCS811: 400 ppm eCO2; 0 ppb eTVOC
65 [0:00:06.096]: CCS811: 405 ppm eCO2; 0 ppb eTVOC
[all …]
DKconfig7 mainmenu "CCS811 sample application"
10 prompt "CCS811 Trigger On"
39 bool "Program CCS811 with fixed environmental parameters"
43 int "Environment temperature for CCS811, Cel"
48 int "Environment humidity for CCS811, %RH"
Dsample.yaml8 description: Demonstration of the CCS811 Digital Gas Sensor driver
9 name: CCS811 sample
11 sample.sensor.ccs811:
DCMakeLists.txt9 project(ccs811) project
/Zephyr-latest/boards/silabs/dev_kits/sltb004a/
Dboard.c38 #define CCS811 DT_NODELABEL(ccs811) in efr32mg_sltb004a_init() macro
40 #if DT_NODE_HAS_STATUS_OKAY(CCS811) in efr32mg_sltb004a_init()
42 .gpio = DEVICE_DT_GET(DT_GPIO_CTLR(CCS811, supply_gpios)), in efr32mg_sltb004a_init()
43 .pin = DT_GPIO_PIN(CCS811, supply_gpios), in efr32mg_sltb004a_init()
44 .flags = DT_GPIO_FLAGS(CCS811, supply_gpios), in efr32mg_sltb004a_init()
47 /* Enable the CCS811 power */ in efr32mg_sltb004a_init()
50 printk("CCS811 supply not enabled: %d\n", rc); in efr32mg_sltb004a_init()
Dsltb004a.dts146 /* This set selects for CCS811_I2C supporting CCS811 */
151 ccs811: ccs811@5a { label
152 compatible = "ams,ccs811";
/Zephyr-latest/drivers/sensor/ams/ccs811/
DKconfig1 # CCS811 Digital Gas sensor configuration options
8 menuconfig CCS811 config
9 bool "CCS811 Digital Gas Sensor"
14 Enable driver for CCS811 Gas sensors.
16 if CCS811
81 endif # CCS811
DCMakeLists.txt5 zephyr_library_sources(ccs811.c)
Dccs811_trigger.c10 #include "ccs811.h"
14 LOG_MODULE_DECLARE(CCS811);
137 LOG_DBG("CCS811 trigger set"); in ccs811_trigger_set()
Dccs811.c20 #include "ccs811.h"
22 LOG_MODULE_REGISTER(CCS811, CONFIG_SENSOR_LOG_LEVEL);
337 LOG_DBG("CCS811 Already in application mode"); in switch_to_app_mode()
360 LOG_DBG("CCS811 Application firmware started!"); in switch_to_app_mode()
387 LOG_DBG("CCS811 meas mode change %02x to %02x got %d", in ccs811_mutate_meas_mode()
554 LOG_ERR("CCS811 Error %02x during sensor configuration", in ccs811_init()
563 LOG_DBG("CCS811 interrupt init got %d", ret); in ccs811_init()
Dccs811.h15 #include <zephyr/drivers/sensor/ccs811.h>
/Zephyr-latest/samples/sensor/ccs811/boards/
Dnrf51_ble400.overlay31 ccs811: ccs811@5b {
32 compatible = "ams,ccs811";
/Zephyr-latest/dts/bindings/sensor/
Dams,ccs811.yaml4 description: CCS811 digital air quality sensor
6 compatible: "ams,ccs811"
/Zephyr-latest/include/zephyr/drivers/sensor/
Dccs811.h9 * @brief Extended public API for CCS811 Indoor Air Quality Sensor
86 * @brief Get information about static CCS811 state.
117 * "Baseline Save and Restore on CCS811".
130 * "Baseline Save and Restore on CCS811".
/Zephyr-latest/boards/nordic/thingy52/
DKconfig14 CCS811 gas sensor. The value has to be greater than
Dthingy52_nrf52832.dts166 ccs811: ccs811@5a { label
167 compatible = "ams,ccs811";
/Zephyr-latest/boards/innblue/innblue21/
Dinnblue21_common.dtsi137 ccs811: ccs811@5a { label
138 compatible = "ams,ccs811";
/Zephyr-latest/boards/innblue/innblue22/
Dinnblue22_common.dtsi140 ccs811: ccs811@5a { label
141 compatible = "ams,ccs811";
/Zephyr-latest/drivers/sensor/ams/
DCMakeLists.txt7 add_subdirectory_ifdef(CONFIG_CCS811 ccs811)
DKconfig7 source "drivers/sensor/ams/ccs811/Kconfig"
/Zephyr-latest/boards/bytesatwork/bytesensi_l/
Dbytesensi_l.dts110 gas_sensor: ccs811@5a {
112 compatible = "ams,ccs811";
/Zephyr-latest/samples/sensor/ccs811/src/
Dmain.c12 #include <zephyr/drivers/sensor/ccs811.h>
61 printk("\n[%s]: CCS811: %u ppm eCO2; %u ppb eTVOC\n", in do_fetch()
/Zephyr-latest/boards/nordic/thingy52/doc/
Dindex.rst73 | Gas | on-board | ccs811 |
169 | CCS811 | 0x5a |
275 to power the CCS811 gas sensor, VDD has to be turned on first and VDD_CCS after
289 | CCS811 | VDD_CCS |
302 | CCS811 | Gas sensor | I2C_0 | 0x5a | VDD_CCS |
337 CCS811 citation
/Zephyr-latest/boards/silabs/dev_kits/sltb004a/doc/
Dindex.rst21 - ams CCS811 indoor air quality gas sensor
/Zephyr-latest/tests/drivers/build_all/sensor/
Di2c.dtsi50 test_i2c_ccs811: ccs811@3 {
51 compatible = "ams,ccs811";

12