Home
last modified time | relevance | path

Searched refs:CCS811 (Results 1 – 11 of 11) sorted by relevance

/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()
Dsltb004a.dts146 /* This set selects for CCS811_I2C supporting CCS811 */
/Zephyr-latest/samples/sensor/ccs811/
DREADME.rst2 :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)
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
70 [0:00:07.108]: CCS811: 400 ppm eCO2; 0 ppb eTVOC
75 [0:00:08.121]: CCS811: 400 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"
/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
Dccs811_trigger.c14 LOG_MODULE_DECLARE(CCS811);
Dccs811.c22 LOG_MODULE_REGISTER(CCS811, CONFIG_SENSOR_LOG_LEVEL);
/Zephyr-latest/boards/nordic/thingy52/
DKconfig14 CCS811 gas sensor. The value has to be greater than
/Zephyr-latest/boards/nordic/thingy52/doc/
Dindex.rst169 | 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/doc/releases/
Drelease-notes-1.11.rst88 * Added AMG88xx, CCS811, and VL53L0x sensor drivers