/Zephyr-latest/samples/sensor/ccs811/ |
D | README.rst | 1 .. 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 …]
|
D | Kconfig | 7 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"
|
D | sample.yaml | 8 description: Demonstration of the CCS811 Digital Gas Sensor driver 9 name: CCS811 sample 11 sample.sensor.ccs811:
|
D | CMakeLists.txt | 9 project(ccs811) project
|
/Zephyr-latest/boards/silabs/dev_kits/sltb004a/ |
D | board.c | 38 #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()
|
D | sltb004a.dts | 146 /* This set selects for CCS811_I2C supporting CCS811 */ 151 ccs811: ccs811@5a { label 152 compatible = "ams,ccs811";
|
/Zephyr-latest/drivers/sensor/ams/ccs811/ |
D | Kconfig | 1 # 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
|
D | CMakeLists.txt | 5 zephyr_library_sources(ccs811.c)
|
D | ccs811_trigger.c | 10 #include "ccs811.h" 14 LOG_MODULE_DECLARE(CCS811); 137 LOG_DBG("CCS811 trigger set"); in ccs811_trigger_set()
|
D | ccs811.c | 20 #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()
|
D | ccs811.h | 15 #include <zephyr/drivers/sensor/ccs811.h>
|
/Zephyr-latest/samples/sensor/ccs811/boards/ |
D | nrf51_ble400.overlay | 31 ccs811: ccs811@5b { 32 compatible = "ams,ccs811";
|
/Zephyr-latest/dts/bindings/sensor/ |
D | ams,ccs811.yaml | 4 description: CCS811 digital air quality sensor 6 compatible: "ams,ccs811"
|
/Zephyr-latest/include/zephyr/drivers/sensor/ |
D | ccs811.h | 9 * @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/ |
D | Kconfig | 14 CCS811 gas sensor. The value has to be greater than
|
D | thingy52_nrf52832.dts | 166 ccs811: ccs811@5a { label 167 compatible = "ams,ccs811";
|
/Zephyr-latest/boards/innblue/innblue21/ |
D | innblue21_common.dtsi | 137 ccs811: ccs811@5a { label 138 compatible = "ams,ccs811";
|
/Zephyr-latest/boards/innblue/innblue22/ |
D | innblue22_common.dtsi | 140 ccs811: ccs811@5a { label 141 compatible = "ams,ccs811";
|
/Zephyr-latest/drivers/sensor/ams/ |
D | CMakeLists.txt | 7 add_subdirectory_ifdef(CONFIG_CCS811 ccs811)
|
D | Kconfig | 7 source "drivers/sensor/ams/ccs811/Kconfig"
|
/Zephyr-latest/boards/bytesatwork/bytesensi_l/ |
D | bytesensi_l.dts | 110 gas_sensor: ccs811@5a { 112 compatible = "ams,ccs811";
|
/Zephyr-latest/samples/sensor/ccs811/src/ |
D | main.c | 12 #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/ |
D | index.rst | 73 | 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/ |
D | index.rst | 21 - ams CCS811 indoor air quality gas sensor
|
/Zephyr-latest/tests/drivers/build_all/sensor/ |
D | i2c.dtsi | 50 test_i2c_ccs811: ccs811@3 { 51 compatible = "ams,ccs811";
|